Joris van de Donk

Results 3 issues of Joris van de Donk

d3.js is a great library for JavaScript visualizations. It _greatly_ simplifies the process of binding data to the DOM and doing updates/additions/removals of data nodes (e.g. stars in StarmapJS). If...

Bootstrap 2.0.2 is quite old, and may contain bugs. Upgrading to Bootstrap 2.3.1 would probably be a good idea.

Previously, the code would incorrectly assume the size of the file is 0 bytes and therefore not do anything, as [fseek](https://en.cppreference.com/w/c/io/fseek) returns 0 on success. With this change in place,...