I hereby claim:
- I am mattwoelk on github.
- I am mattwoelk (https://keybase.io/mattwoelk) on keybase.
- I have a public key ASCRcoQBY7WC0brdsKwhGGxhi1x6ioSP4VNI6gGTQ5DgTwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # This script makes a HandmadeHero directory and populates it as a git repo with the supplied .zip file. | |
| # Example: ./hh_to_git.sh handmade_hero_065_source.zip | |
| args=("$@") | |
| if [ ${#args[@]} -ne 1 ] | |
| then | |
| echo "Need one argument: the source zip file." |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE HTML> | |
| <html lang="en"> | |
| <head> | |
| </head> | |
| <body> | |
| <div id="loader_container"></div> | |
| <script src="http://d3js.org/d3.v3.min.js"></script> | |
| <script> |
| <!DOCTYPE html><!--{{{--> | |
| <html> | |
| <head> | |
| <title>Morphogenesis</title> | |
| <meta charset="utf-8"> | |
| <script type="text/javascript" src="readme-d3_modded.js"></script> | |
| <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.4/underscore-min.js"></script> | |
| <link type="text/css" rel="stylesheet" href="readme-voronoi.css"/> | |
| </head> | |
| <body> |
This is a Binned Line Chart version of Mike Bostock's zoomable area chart. You can find his source here. The graph shows number of flights per day in the United States.
This is a small demo made part-way through Matt Woelk's Masters Thesis. A video demonstration of the full version is available.
| "pentadactyl (or vimperator) line to add to pentadactylrc (or vimperatorrc) to watch youtube videos as fullscreened within a window. Uses the watch_popup ability of YouTube. Very handy. | |
| "press yt to view a YouTube video as fullscreened within the window | |
| map yt -js dactyl.open( String.replace(buffer.URL, /watch/, "watch_popup")) |
| "A blatant workman ripoff of bmx 007's beautiful colemak version called 'colqer' http://www.vim.org/scripts/script.php?script_id=2865 It makes vim so that you can insert and Ex mode in the workman keyboard layout, but can do the rest in qwerty. | |
| "usage: put it in ~/.vim/plugin/ as workman.vim | |
| "press \; in normal mode to activate/deactivate it. | |
| "Keyboard is qwerty | |
| " we want workman in insert mode | |
| function IMapColemak() | |
| if s:imap_colemak == 0 | |
| noremap! q q | |
| noremap! w d |