Tag: migrated-from-wordpress
All the articles with the tag "migrated-from-wordpress".
-
Organizing photo collection - 20 years research
A 20-year journey through photo organization tools concluding with Adobe Lightroom Classic CC, PhotoStructure, AntiDupl.NET, ExifTool, and two key plugins.
-
Efficiently debug stored procedure in SSMS
A Stack Overflow question seeking community input on efficient techniques for debugging stored procedures in SQL Server Management Studio.
-
Windows case-insensitive file names = nightmares with Node.JS
Windows filesystem canonical casing causes Node.js module require cache misses when __dirname and process.cwd() differ in letter case.
-
cmd.exe AutoRun feature = evil feature
A cmd.exe AutoRun registry entry that ran chcp 65001 produced unexpected output that silently broke Node.js and other tools relying on stdout parsing.
-
Post SQL output to bug tracker details - Mr. Data Converter
Mr. Data Converter converts SSMS query results copied with headers into formatted markdown or wiki tables for pasting into bug trackers.
-
Debug .NET IIS Application on Production - dnSpy!
dnSpy enables full debugging of a .NET IIS application on a production server without Visual Studio or the .NET Framework installed.
-
Open Regedit on a specific key
Use the Sysinternals regjump tool installed via Chocolatey to open Registry Editor directly at any specified key path.
-
Download all of your data from Facebook. I mean ALL OF IT
Step-by-step method to scrape all Facebook activity log data by month using a JavaScript scroll automation script and the Web ScrapBook Chrome extension.
-
Integrate Facebook event and Google Calendar
Use eventcal.flown.io to generate a webcal URL from Facebook events and subscribe to it in Google Calendar, filtering by RSVP status.
-
Download Google Drive file via AJAX ignoring CORS
Using the cors-anywhere proxy to fetch a Google Drive download link via AJAX, bypassing the CORS restriction on the redirect.