Everyone knows that writing programs that exploit the GPU (Graphics Processing Unit) in your computer’s video card requires special arcane tools, right? Well, thanks to [Matthew Saw], [Fazil … (more…)
Read more »
Wouldn't it be great if you coffee machine could be controlled by an API? We hacked our coffee machine with JavaScript to be able to do exactly that! Here is the story how we did it. (more…)
Read more »
Typefont - An Artifical Intelligence written entirely in JavaScript that recognizes the font of a text in a image using image processing libraries and the Tesseract Optical Character Recognition en... (more…)
Read more »
Let's learn something about graph theory to properly clone JavaScript objects, both with and without circular references. (more…)
Read more »
I recently met a small issue on creating a new randomly ordered array based on an old one. To speak shortly, the final goal is to get a shuffled array. (more…)
Read more »