Skip to content
View i18n.js
(function () {
var locale = (document.cookie.match('(^|; )locale=([^;]*)') || 0)[2];
var filename = './' + locale + '/strings.json';
define('i18n', [filename], function (dictionary) {
return {
locale: locale,
translations: dictionary.translations
};
});
View max_url.js
var http = require('http');
var url = require('url');
var port = 8080;
var server = http.createServer(function (req, res) {
res.setHeader('Access-Control-Allow-Origin', '*');
res.setHeader('Access-Control-Allow-Methods', 'OPTIONS, GET');
res.writeHead(200);
View keybase.md

Keybase proof

I hereby claim:

  • I am unindented on github.
  • I am unindented (https://keybase.io/unindented) on keybase.
  • I have a public key whose fingerprint is ADA1 BC8E B2F0 408A F8F2 D582 D36F 1EE0 2B39 6949

To claim this, I am signing this object:

Something went wrong with that request. Please try again.