March 15, 2023uncategorized google search using python https://lynn-kwong.medium.com/how-to-use-google-custom-search-engine-gcse-in-your-python-code-1eecd77188ad
March 15, 2023March 15, 2023uncategorized google developers: api location https://console.cloud.google.com/apis/
March 1, 2023March 1, 2023uncategorized outlook dasl filter - not like and other nomenclature "urn:schemas:httpmail:fromname" <> 'mailer-daemon@amazonses.com' AND "urn:schemas:httpmail:fromname" <> 'Mail Delivery Subsystem' AND "urn:schemas:httpmail:subject" <> 'Undeliverable' AND NOT "urn:schemas:httpmail:subject" LIKE '%Automatic%'
March 1, 2023March 1, 2023uncategorized pimcore or mysql database restore gunzip -d 2021-10-29_03-26-00_bitnami_pimcore_db.sql.gz mysql -uroot -pXXXXXXXXXXXXXXX bitnami_pimcore < 2023-02-26_03-26-02_bitnami_pimcore_db.sql
February 23, 2023uncategorized postgresql where multiple values subject not similar to '(%Out of office%|%Out of Office%)'
February 23, 2023uncategorized microsoft graph to add emails to spam list Policies & rules -> Threat policies -> Anti-spam policies https://security.microsoft.com/antispam https://learn.microsoft.com/en-us/microsoft-365/security/office-365-security/anti-spam-policies-configure?view=o365-worldwide
February 10, 2023February 10, 2023uncategorized excel: extract url from hyperlink excel does not have a native way to do this, buy you canĀ create a function using a visual basing script/ […]
January 30, 2023uncategorized lazy loading https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading
January 28, 2023uncategorized add material-icons offline to website https://developers.google.com/fonts/docs/material_icons
January 23, 2023uncategorized pimcore: add hyperlink to button add the layout button option on the Handler textbox add: (function () { window.open("YOUR URL"); })