Skip to content

Instantly share code, notes, and snippets.

View floriank's full-sized avatar
Infinite time resources.

Florian Kraft floriank

Infinite time resources.
View GitHub Profile
@floriank
floriank / Gemfile
Created October 8, 2013 13:37 — forked from nebiros/Gemfile
group :production do
gem "unicorn"
end
@floriank
floriank / DecimalFormat.js
Last active December 23, 2015 17:59 — forked from oskansavli/DecimalFormat.js
The decimal format library updated with custom locale support.
/**
* @class DecimalFormat
* @constructor
* @param {String} formatStr
* @author Oskan Savli
*/
function DecimalFormat(formatStr, locale)
{
/**
* @fieldOf DecimalFormat