Skip to content

Instantly share code, notes, and snippets.

@twolfson
twolfson / .gitignore
Created December 20, 2018 04:38 — forked from tmcw/foursquare_to_geojson.py
Turn your Foursquare Data Archive into a GeoJSON file
checkins/
checkins.geojson
@twolfson
twolfson / .gitignore
Created December 19, 2018 12:34 — forked from tmcw/foursquare_archive.py
Simple Foursquare Checkins Archive of one User
checkins/
venuehistory/
venuelikes/
@twolfson
twolfson / LICENSE.txt
Last active April 2, 2019 04:14 — forked from 140bytes/LICENSE.txt
Cross-browser currentStyle/getComputedStyle implementation https://github.com/twolfson/computedStyle
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@twolfson
twolfson / LICENSE.txt
Created November 12, 2012 06:57 — forked from 140bytes/LICENSE.txt
Geolocation lookup that accepts an error-first callback
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE http://twolfson.com/
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@twolfson
twolfson / LICENSE.txt
Created September 13, 2012 15:03 — forked from azproduction/LICENSE.txt
Ugly forEach polyfill for primitives
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@twolfson
twolfson / LICENSE.txt
Created May 12, 2012 19:16 — forked from 140bytes/LICENSE.txt
Atomic event emitter for solving your race conditions
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@twolfson
twolfson / app.js
Created April 27, 2012 08:49 — forked from pdeschen/static-server.js
Quick and dirty file server
// Attribution to http://blog.rassemblr.com/2011/04/a-working-static-file-server-using-node-js/
var libpath = require('path'),
http = require("http"),
fs = require('fs'),
url = require("url")/* ,
mime = require('mime') */;
var path = ".";
var port = 8080;
@twolfson
twolfson / about.md
Created December 31, 2011 06:25 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
@twolfson
twolfson / LICENSE.txt
Created November 2, 2011 04:14 — forked from OiNutter/LICENSE.txt
Credit Card Validation similar to the Luhn Algorithm
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Will McKenzie<www.oinutter.co.uk>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE