Leap Motion - Control your Mouse on Mac OSX
A developer creates an Objective-C/C++ wrapper for Leap Motion SDK to enable hands-free mouse control on Mac OSX using finger tracking and ray tracing.
A developer creates an Objective-C/C++ wrapper for Leap Motion SDK to enable hands-free mouse control on Mac OSX using finger tracking and ray tracing.
Explains how to integrate WebJars for client-side dependency management in a Hippo CMS project using Servlet 3 containers like Tomcat 7.
A developer explains creating a minimal IRC bot in Perl for code golfing, detailing its commands and source code.
A tutorial on using Windows Azure, SignalR, and Twilio to add phone number verification via automated calls to a web sign-up process.
Explains how to send emails from Windows Azure applications using SendGrid and asynchronous queues for scalability.
A guide to setting up a pre-commit Git hook to automatically lint JavaScript files with JSHint, ensuring code quality across a team.
A guide to using Windows Phone 8 theme accent colors in app development, including a C# helper class for hex color conversion.
A technical guide to implementing complex, user-specific role-based access control (RBAC) in Drupal's node system, covering hooks and query rewriting.
A tutorial video demonstrating how to overlay histograms with normal curves, density curves, and secondary data series in R.
A developer's retrospective on leading the front-end redesign of the Target corporate website in 2012, focusing on accessible and responsive UI patterns.
A technical guide on how to restrict Drupal's upload module to allow only a specific number of file attachments per node.
Explores the subjective nature of defining a 'good programmer,' arguing it depends entirely on the perspective of the person asking.
Upcoming improvements to Dabblet, including JavaScript support, cross-browser compatibility, security enhancements, and Prism integration.
A tutorial on using PostgreSQL array fields within Django models to simplify data structures like tags, improving performance and code clarity.
A guide for developers on using Chrome Canary for front-end development, highlighting its daily updates and new web platform features.
A guide on customizing your R programming environment using the .Rprofile file, including setup for Windows and Mac.
A tutorial on client-side image scaling using HTML5 Canvas and JavaScript, with a step-by-step code explanation.
An interview discussing frontend development, the developer's background, and insights into HTML5 Boilerplate and web tooling.
A guide on using Charles Proxy to simulate 3G network conditions for testing iOS and mobile app performance.
A technical guide on using R's plot.new() function for creating custom multi-panel plots, comparing it to the traditional par(mfrow) method.