- md5.js
- color.js
- handlebars.js
- moment.js
- underscore.js
- json2.js
- chroma.js
- numeral.js
- sylvester.js
return a ? b ? 0 : -j : i;
needs to be edited as
return a ? (b ? 0 : -j) : i;
It just takes some patience.
return a ? b ? 0 : -j : i;
needs to be edited as
return a ? (b ? 0 : -j) : i;
It just takes some patience.
They are easy to deploy thanks to ddollar's apt buildpack.
Sizes seem to be no problem, as a XeTeX slug sizes at 162.6 Mb, one focused on image processing (ImageMagick and Inkscape) at 221.8 Mb, and adding Gnumeric does not seem to add to the size (which seems wrong).
Now I can use these applications on Heroku - for example for converting Excel spreadsheets (via ssconvert) or converting SVG (inkscape).