Skip to content

Instantly share code, notes, and snippets.

View konsumer's full-sized avatar

David Konsumer konsumer

View GitHub Profile
#!/usr/bin/env python
print "sup, dude?"
./js/capture/_ui_closure.erb:139: var baseUrl = baseUrl || 'http://<%= settings.host_name %>:<%= settings.port %>';
./js/capture/_ui_closure.erb:304: if ('<%= settings.environment %>' == 'development') {
./js/capture/_ui_closure.erb:327: return 'https://' + '<%= settings.capture_cloudfront_domain_name %>';
./js/capture/_ui_closure.erb:355:<%= erb :"js/capture/_errors" %>
./js/capture/_ui_closure.erb:356:<%= erb :"js/capture/_validators" %>
./js/capture/_ui_closure.erb:358:<%= erb :"js/capture/_handlers" %>
./js/capture/_ui_closure.erb:359:<%= erb :"js/capture/_session" %>
./js/capture/_ui_closure.erb:360:<%= erb :"js/capture/_conditionals" %>
./js/capture/_ui_closure.erb:361:<%= erb :"js/capture/_transaction" %>
./js/capture/_ui_closure.erb:362:<%= erb :"js/capture/_translations" %>
vows.describe = function(title){
return {
addBatch:function(tests){
for(i in tests){
test(i, tests[i]);
}
}
}
}
window.janrain = window.janrain || {};
window.janrain.settings = window.janrain.settings || {};
janrain.settings.tokenUrl = location.origin + '/token';
function r(f){/p/.test(document.readyState)?f():setTimeout('r('+f+')',9)}
r(function(){ janrain.ready = true; });
janrain.foo.public2 = function(){
janpriv.bar.private1();
}
window.exports={};
window.imported={};
// synchronous require for CommonJS
function require(name){
if (!window.imported[name]){
var xhrObj = createXMLHTTPObject();
// open and send a synchronous request
xhrObj.open('GET', name + ".js", false);
xhrObj.send('');
<html>
<head>
</head>
<body>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>
window.imported={};
<html>
<head>
</head>
<body>
</body>
<script>
window.imported={};
// synchronous require for CommonJS
TEST=event node test/lib/test.js
Event
instances
✓ should be an instance of Event
✓ should have eventHandlers array
✓ should have firedEvents array
✓ should have addHandler method
✓ should have removeHandler method
@konsumer
konsumer / iso.htm
Created October 26, 2012 11:01
Isometric melonjs demo
<!DOCTYPE html>
<html>
<head>
<title>Iso Demo</title>
<style>
html, body {
padding:0;
margin:0;
}
#framecounter {