April 30, 2023uncategorized python: set $PYTHONPATH for environment I use this, because when I log in via SSH from another server, for some reason the PYTHONPATH is not set, so […]
April 25, 2023uncategorized python: convert result from pymysql fetchall query to an importable insert to another database. sql_prepare = """ XXXXXXXXXXXXXXXXXX """ cur_mg_123091123.execute(sql_prepare) result = cur_mg_123091123.fetchall() result_list_leads = [list(i) for i in result] # convert result to […]
April 19, 2023April 19, 2023uncategorized google cse: different results with the same query. https://support.google.com/programmable-search/thread/5333173/google-custom-search-gives-different-result-number-for-same-query?hl=en
April 19, 2023April 19, 2023uncategorized wordpress: style of child theme not being applied open the "view code" option on your browser (control + u on firefox) and make sure your child.css is the last css […]
April 18, 2023April 19, 2023uncategorized mysql: like multiple values if you for example if you want to make a query to select various text values using the "LIKE" operator for example: […]
April 17, 2023April 17, 2023uncategorized prestashop: disable jquery css files to make your site faster if you don't really care or use jquery on your site, it doesn't make sense for it to load on the […]
April 13, 2023uncategorized idempiere: creating financial reports reference: https://wtcindia.wordpress.com/2011/12/07/financial-reporting-in-adempiere/
April 12, 2023April 12, 2023idempiere idempiere: accounting and reporting principles We've used iDempiere for almost a decade, but used it as an inventory maintenance and quoting system, as we used Openbravo (its […]
April 11, 2023April 15, 2023laptop my laptop also burned inside my backpack I usually use my laptop connected to a screen using an HDMI cable. I finished working, closed my laptop, disconnected the HDMI […]
April 7, 2023August 15, 2023uncategorized wordpress: the importance of a child theme official documentation for child theme: Child Themes its critical to make a child theme, because if you don't do it […]