This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class ObfuscatorUnconfiguredException extends Exception {} | |
class TwigObfuscator extends Twig_Extension { | |
// Tentative name until I get more fluent with | |
// modern conventions and autoloader features. | |
public function getName() { | |
return "obfuscator"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: GnuPG v2.0.19 (GNU/Linux) | |
mQINBFBf+uABEAC2cTBLw99WC21B+90OToz3M0nJlXWBHfdz7fBCrIRNZg3lTmhL | |
n1JzOVY9gE+rm+6ue3TQbC74eaZi+1rUh0kmhwJqcGRQ+YbnSqpKskvLz0xsuTSZ | |
hhAwAqzzrXhVli2iZd0oplqIs0qg4lCxi58RLtaahHznrPvw3sWkycBEMnmsApUz | |
SminwsUaYJ5jLszbSaK0e/VwVyVAAEcoEq2g2G3IUO5lEIxLAFbCL341FPcozoBT | |
Ry2DD0rgzGezyxWLkshqDDBRZcQ23ZMPkbBEuhUo6p8sj4Is511oMoI4+uK80/Or | |
X+nceeynCiNLHcgsBHRUgcE3n3qAS2q/3tVZpQ5+E2sNpOJzzP+NPMtj/zp2bdRH | |
EiDnFG824zfxSkAFOBIq7VTUdfcwiFxxTs3QGJGRM8RRUbiFvqEUvkd8HoPPoaJG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require("fs").readFile("README.lzjs", "ascii", function(e, d) { | |
process.stdout.write(require("./lz.min.js").decode(d)); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Generated Sat Sep 29 03:00:55 CEST 2012 | |
(typeof module !== "undefined" && module.exports || window.klg || (window.klg = {})).lz_passwordMinModel0 = | |
"oAB!JX++EABHABFAAdFAdHAKaHAvZwABG0++H7EABGAHXAHLFPWArGS_BLfPEm++CW++DT++EN++Fq++Ft++FJ++FT++FG++FjAB56ALLDE++Gf++EP++Ga++CTAARAAVWAHChSAnEr3AOAD5++DOIAB2bCy++DHA1BEBFHDRN4ABCzH++F4++DqALR++z/8AJCEJ++El++AKCHg6A3HDK++BH++AP++DV6DLDB8++zr++BMBBMLBSaKCT1HFZFHHnBWH1FWXGX7HlFJKLBSePAK_FYHJRpPLMQu_AmC_5p++G/++DUHDG_Z5ADD_Kdfl++_A74AECZ/pi++_u0IAJ=IAO@JAS#ZAoxIn4ABCuFshB++IiEABHADDSAbHHXALTF9HApRHAZVXAD_QDYHCVVSB7GD4EhWyW++yF++Dc++Fd++BR++CO++Dz++GqOC+++HIoSYC8++GqE76++A+7BSDCR++y9++C5vDaQH++DfIGF7_"+ | |
"E6AXmC3++oMPCoRHARvPFqr3XEC_wE0BH3PJhAuPI2jFPAiEFHEJRHLUFRF7CsSL5AxPEZcnXExsHAIABQHAHvHEo_yHOf_OfRuB_xm3HUIcj++FlPQfQg4gdFC++C1++FA++ADHJFPVHLIMLOTFTR7DqPBLXEHSlKDAyHLG_vAjpHOMsHFxE_V6CIzp++qX++yXNrMGkAiw7FFBB++EG++zPEVkzHKP_2TYCEyLYKVPYSAKPRjI1PauQLPZOADPLaabPRHAD3c6jyG++rTAsrFA4DelXduzyrPZuYCHfQxPfwJwPQB_zoWj9ktXkFDrPPFlkyLIcxAhPHheGHf4QHib_eECZBl2Ajb4UKBR++Go++HPkQA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$SIZE = 4987; | |
$data = array(); | |
$seed = array(); | |
for ($i = 0; $i < $SIZE; $i++) { | |
$data[] = hash('sha512', microtime().$i.@$seed[$i-1], true); | |
$seed[] = hash('sha224', microtime().$i.@$data[$i-1], true); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
<script type="text/ecmascript" src="http://code.jquery.com/jquery.min.js"></script> | |
<script type="text/ecmascript"> | |
jQuery(function($) { | |
var DEFAULT_FONTSIZE = "9px"; | |
var boxes = $(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Discord -- 2013, klg <[email protected]> | |
## | |
$the_cow = <<"EOC" | |
$thoughts , | |
$thoughts (/ / | |
Yf,_ | |
^($eyes) | |
)( | |
_ \\/ , | |
(o\\,)! ,< |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env es | |
# Morse code player for SoX and es. | |
# vim: ai ft=es.conf : | |
# config | |
wpm = $CWES_WPM 18; # signaling speed | |
freq = $CWES_FREQ 727; # carrier frequency | |
# lengths | |
u1 = `{dc <<< ($wpm(1) ' 9k1.200r/p')} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" VIM syntax for extensible shell | |
" Language: Extensible shell (es) script | |
" Maintainer: Kacper Gutowski <[email protected]> | |
syntax clear " FIXME | |
if exists("b:current_syntax") | |
finish | |
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env luajit | |
local NMSolver = require "nmsolver" | |
local Vector = require "vector" | |
-- Himmelblau's test function | |
local hfun = function(X) | |
local x, y = X[1], X[2] | |
return (x^2+y-11)^2 + (x+y^2-7)^2 | |
end |