A practical guide to scraping photos from Facebook groups when Graph API doesn't expose the endpoint - using Chrome dev tools, curl with cookies, grep and awk to extract image URLs from rendered HTML.
Articles in the Computing category
Exposing an online interface for MATLAB (and potentially any language)
Building a web interface for MATLAB using Node.js and Express, enabling file upload, real-time status updates, and result download—useful for collaborative research and distributed computing.
Self-Updating Node.js Web App
Using GitHub WebHook to create a self-updating Node.js web app that automatically pulls code and restarts when you push to the repository.
Update on Beamer Writer: Online Compiling with WriteLaTeX and Error Messages
Beamer Writer update: online compiling via WriteLaTeX integration and improved error messages for faster LaTeX presentation workflow.
Automatic Email Notification on Github Pushes
A simple PHP script to send automatic email notifications when someone pushes to your GitHub project, using GitHub's post-receive web hooks with JSON payload parsing.