Noise
Oct 1, 2021
October 2021
- Static Map API link builder
- USGS Hydro Network-Linked Data Index NLDI
- USGS Washington State streamflow data
- USGS North Fork Snoqualmie River hydro data
- Amazon - Textract, OCR and text extraction API
- Textract table usage example
- Hive.ai - AI as a service
- Content moderation with Hive.ai
- Trading Economics calendar
- 20 Things - Software engineering advice
- SSH tunneling explained
- HTML checkbox animations
- Series 65 - license for investment advisors
- Learn all about the Golden Age of whaling
- Use your weirdness points wisely
- Coursera - Google IT Automation with Python
- Meow Hash - fast hashing algorithm
- WiFi Pineapple
- PWA Builder - convert progressive web apps to iOS apps
Applescript and Messages
Sep 1, 2021
September 2021
- MJML - Email markup language
- Web2Img - Embed web files in an image
- Searx - Private meta search engine
- FreshTomato - GPL Broadcom router software
- Eleventy - Javascript static site generator
- NIST Cybersecurity framework
- Build a search engine with Ruby
- Health Icons
- Turbo 7 - minimal javascript framework
- Majestic Monolith
- Zero Terminal V3 - DIY Rasberry Pi project
- Ruby Packer - package ruby apps as single binary
- Brad Woods 7GUIs implementation
- Ruby for ebook publishing
- Use two keyboards for RSI
Aug 1, 2021
August 2021
- PostgreSQL Full Text Search
- You Are Not Lazy
- Svelte.js - Compiled Javascript
- GitFinder - MacOS Finder Extension for Git
- Mattermost - Open Source Slack Alternative
- Force Sync From Azure AD Connect to O365
- BRU - Bloatware Removal Utility
- absurd illustrations that make sense
- SPF, DKIM, and DMARC
- Google’s C++ Style Guide
Fun With SQLite
- static.wiki - Using SQLite HttpVFS To Host a Read Only Database on GitHub
- static.wiki Source Code
- 43GB SQLite Database
- SQLite HttpVFS
Parse and Process Word (.docx) Files
All The Buttons
Remember?
WordPress and Microsoft Teams Fun
- Sign Sign-on with Azure Active Directory
- Adding a WordPress tab to Microsoft Teams and use Single Sign-on
- WordPress + Microsoft Office 365 / Azure AD
WordPress Secure Downloads
Jul 9, 2021
SharePoint Online PowerShell
Usage Notes:
Install module:
Install-Module SharePointPnPPowerShellOnline
Use web login to connect:
Connect-PnpOnline -Url https://contoso.sharepoint.com -UseWebLogin
Restore files deleted by a specific user:
Get-PnPRecycleBinItem -FirstStage | ? DeletedByEmail -eq 'user@contoso.com' | Restore-PnpRecycleBinItem -Force