Skip to content

Instantly share code, notes, and snippets.

View 1337's full-sized avatar
🧠
🤯

Brіаn 1337

🧠
🤯
View GitHub Profile
@1337
1337 / css.js
Created February 5, 2015 03:36
/*
css.js: CSS Permacache 2.2
This script handles only tags of these types.
<style class="permacache" type="text/css" data-src="(e.g. js.css)"></style>
<link class="permacache" href="(e.g. js.css)" /> (place AFTER this script!)
== Requirements ==
JS
jQuery 1.4+
@1337
1337 / timer.py
Last active August 29, 2015 14:18
Python function/block timer
from __future__ import print_function
from functools import wraps
from time import time
__all__ = ['timer']
def timer(msg=None):
def is_callable(thing):
return getattr(thing, '__call__', None)

Keybase proof

I hereby claim:

  • I am 1337 on github.
  • I am false (https://keybase.io/false) on keybase.
  • I have a public key whose fingerprint is 9E96 9B5E A584 E539 6B2F 0D42 E060 F2DD 3E53 0EFB

To claim this, I am signing this object:

@1337
1337 / pokemon151.csv
Last active September 25, 2019 21:28 — forked from armgilles/pokemon.csv
# Name Type 1 Type 2 Total HP Attack Defense Sp. Atk Sp. Def Speed Generation Legendary
1 Bulbasaur Grass Poison 318 45 49 49 65 65 45 1 False
2 Ivysaur Grass Poison 405 60 62 63 80 80 60 1 False
3 Venusaur Grass Poison 525 80 82 83 100 100 80 1 False
4 Charmander Fire 309 39 52 43 60 50 65 1 False
5 Charmeleon Fire 405 58 64 58 80 65 80 1 False
6 Charizard Fire Flying 534 78 84 78 109 85 100 1 False
7 Squirtle Water 314 44 48 65 50 64 43 1 False
8 Wartortle Water 405 59 63 80 65 80 58 1 False
9 Blastoise Water 530 79 83 100 85 105 78 1 False