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.
Articles in the Computing category
Some Technical Details about KinectFusion
Technical notes on KinectFusion SDK: understanding WorldToCamera and WorldToVolume matrices, aligning RGB with depth images, and extracting higher-quality depth maps via raycasting the TSDF volume.
C++ or MATLAB for research?
Compares C#/C++ and MATLAB for research work, arguing MATLAB is better suited for rapid prototyping while compiled languages excel at building production systems.
Sending Emails from Cygwin
Quick tutorial on configuring exim and email packages in Cygwin to send emails from Windows command line via SMTP server without authentication.
Build a Small-World Fish-Eye Style Panorama
Converting regular panoramas to small-world fisheye style using coordinate transformation from rectangular to polar coordinates, with nonlinear radius mapping to control the virtual camera height.