I hereby claim:
- I am goldsmith on github.
- I am goldsmith (https://keybase.io/goldsmith) on keybase.
- I have a public key whose fingerprint is 52AD 06AE 2EA9 2955 75C6 1BFD DE6B 00FC B529 3513
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| """ | |
| Write a program that takes a list of words and groups together the anagrams. | |
| """ | |
| from collections import Counter, defaultdict | |
| def group_by(col, hashfn=None): | |
| if not hashfn: | |
| hashfn = hash # builtin hash | |
| group = defaultdict(list) |
| grunt.registerTask('purgecdn', 'Purge MaxCDN pull zone', function() { | |
| var done = this.async(); | |
| grunt.config.requires('maxcdn'); | |
| var maxcdn = grunt.config('maxcdn'); | |
| var api = new MaxCDN( | |
| maxcdn.companyAlias, maxcdn.consumerKey, maxcdn.consumerSecret | |
| ); |
| <html> | |
| <head> | |
| <title>Grid</title> | |
| <link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" rel="stylesheet"> | |
| <link href='http://fonts.googleapis.com/css?family=Arvo|PT+Sans|Kreon|Crete+Round' rel='stylesheet' type='text/css'> | |
| <style type="text/css"> | |
| body { | |
| background-image: url("http://subtlepatterns.com/patterns/project_papper_@2X.png") | |
| } |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Drive Google's Streetview Car</title> | |
| <style> | |
| html, body { | |
| height: 100%; | |
| margin: 0; | |
| padding: 0; |
Simple line chart.
| import os, subprocess | |
| ITERATIONS = 5 | |
| def transform(line): | |
| return "ITERATIONS = " + str(int(line.split()[2]) - 1) + "\n" if line.startswith("ITERATIONS") else line | |
| with open(os.path.abspath(__file__), "r+") as f: | |
| new = ''.join(map(transform, f.readlines())) | |
| f.seek(0) |
| # replace 9.3 with whatever version of PostgreSQL you have installed | |
| # you can also link the commands to /usr/bin/ if you prefer | |
| # before | |
| ######## | |
| # $ psql | |
| # -bash: psql: command not found | |
| for i in /Library/PostgreSQL/9.3/bin/*; do | |
| t=${i##*/}; |
| import cPickle as pickle | |
| import heapq | |
| from itertools import combinations, izip | |
| import os | |
| import numpy as np | |
| from matplotlib import pyplot as plt | |
| from matplotlib import image as mpimg | |
| import networkx as nx |
| (dp1 | |
| (I32 | |
| I54 | |
| tp2 | |
| (lp3 | |
| (I29 | |
| cnumpy.core.multiarray | |
| scalar | |
| p4 | |
| (cnumpy |