google search engine: search engine id.
https://programmablesearchengine.google.com/controlpanel/all
google search using python
https://lynn-kwong.medium.com/how-to-use-google-custom-search-engine-gcse-in-your-python-code-1eecd77188ad
google developers: api location
https://console.cloud.google.com/apis/
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%’
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
postgresql where multiple values
subject not similar to ‘(%Out of office%|%Out of Office%)’
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
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/ Open VB ALT+F11 create the following script: Function URL(Hyperlink As Range) URL = Hyperlink.Hyperlinks(1).Address End Function […]
lazy loading
https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading