A refined pybabel JavaScript extractor powered by acorn for accurate parsing. - GitHub - qbane/pybabel-acorn: A refined pybabel JavaScript extractor powered by acorn for accurate parsing. (more…)
Read more »
Imj is a web-based movie barcode generator, montage generator, and image analyzer/plotter for creating visualizations for your large image sets. You can learn more about it and see some examples in this blog entry, and if you make something cool, submit i... (more…)
Read more »
Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in… (more…)
Read more »
Immutability is the art of maintaining the state of an object, an update should not change the object, but create a new object with the updated data. (more…)
Read more »
JS Lock. We will start by defining a resource as an object which is loaded into the memory of our process using an async operation, this operation may take a relatively long period of time. We would like to reuse this object as much as possible so we can ... (more…)
Read more »