Yamdog – Documentation Generator for JavaScript Modules
Years ago I used JSDoc to generate API docs – application programming interface documentation – for my JavaScript packages. Gradually I dropped the tool. I did ...
Years ago I used JSDoc to generate API docs – application programming interface documentation – for my JavaScript packages. Gradually I dropped the tool. I did ...
We collected a set of pixel graphic images for various touch gestures and user-interface related graphics. Then we derived from them more gesture graphics to su...
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...
Color mapping of a photograph after dynamic compression. 2021. In the original photo, an old tree has grown algorithmic patterns on the thickest parts of its ba...
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...
Do you need a simple rectangular image filled with a single color? Surprisingly often I find myself looking for such a tool to create simple image files as back...
In this post we explore generation of natural cloud-like images using Julia sets. We first discuss fractal properties of clouds in general and then introduce Ju...
Julia sets are curious two dimensional shapes. Many of them exhibit fractal borders in various unique and beautiful forms. To explore them in a web browser, I s...
When working with code that deals with matrices, it is sometimes necessary to represent a matrix on the commenting lines of the code. Matrices have standard mat...
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...