Skip to content

Instantly share code, notes, and snippets.

@akatov
akatov / 0_reuse_code.js
Created April 22, 2014 04:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@akatov
akatov / foojure-enhancer
Created September 30, 2013 04:50
a tampermonkey script to enhance the http://foojure.clojurecup.com experience
// ==UserScript==
// @name Foojure enhancer
// @namespace http://use.i.E.your.homepage/
// @version 0.1
// @description enter something useful
// @match http://foojure.clojurecup.com/
// @copyright 2012+, You
// ==/UserScript==
var tables = ['fireball', 'garlando', 'leonhart', 'roberto-sport', 'tornado', 'unknown']
@akatov
akatov / +README.md
Last active August 26, 2016 16:05
Some quines