Design of Gesture Recognition Libraries for Web
If you are a web developer, you might have dealt with mouse and touch gestures. You might have written code to detect a swipe from a stream of native browser ev...
If you are a web developer, you might have dealt with mouse and touch gestures. You might have written code to detect a swipe from a stream of native browser ev...
There are many ways to write geographical coordinates in UTM coordinate systems in the wild: 327874 12345 N 6730758 E 327874 6730758 N, -327874 W e327874 n67307...
Here is a collection of javascript programming libraries that focus on 2D plane geometry. The collection aims to map the most successful of such libraries and t...
Have you ever needed to request a photo or a document from your friend, customer, or co-worker? This simple task of sharing a file often becomes unbelievably ha...
A zoomable web application has a zoomable user interface, a ZUI. For a familiar example, the user interface of Google Maps is a ZUI. A user can zoom in and out ...
JavaScript modules published at the node package manager npm have a version string written in a file called package.json. Sometimes it is beneficial to bundle t...
As a part of my master’s thesis and my work at Infant Cognition Laboratory, I developed an open source JavaScript and Python software package called nudge...
The categorical distribution is like a bowl of colored balls. Let us say we know know the bowl statistics, meaning that we know how many balls there are of each...
Sprinkler is an image rain animation library for web sites. During Christmas 2014, I wanted to write something fun, a web animation about falling snowflakes. It...
The software package poisson-process.js is a JavaScript library to generate naturally varying time intervals. It improves realism and natural unpredictability i...