I hereby claim:
- I am dpoggi on github.
- I am danpoggi (https://keybase.io/danpoggi) on keybase.
- I have a public key ASAv9nfTZHmD7oQOemBCV2Q2_A1aGl8eE96Kb6iy4OK-3Ao
To claim this, I am signing this object:
| gem 'haml' |
| // ==UserScript== | |
| // @name I WANT MY F#(*& WIKIPEDIA | |
| // @description Removes the blackout overlay from Wikipedia. Because we already know, and Congress is bound to find a way to mess with the DNS system somehow. | |
| // @match http://en.wikipedia.org/* | |
| // @match https://en.wikipedia.org/* | |
| // @author Dan Poggi | |
| // @version 0.1 | |
| // ==/UserScript== | |
| (function () { |
| #!/usr/bin/env ruby | |
| require 'date' | |
| require 'yaml' | |
| class Float | |
| def nearest_half | |
| (self * 2.0).ceil / 2.0 | |
| end | |
| end |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| const char *g_numeral_list[] = {"M", "CM", "D", "CD", "C", "XC", | |
| "L", "XL", "X", "IX", "V", "IV", "I"}; | |
| const int g_value_list[] = {1000, 900, 500, 400, 100, 90, | |
| 50, 40, 10, 9, 5, 4, 1}; | |
| const int g_list_length = 13; | |
| const size_t g_buffer_size = 32; |
| var options = { | |
| "outputDir": "${HOME}/Downloads", | |
| "numWorkers": 12, | |
| }; | |
| var App = Application.currentApplication(); | |
| App.includeStandardAdditions = true; | |
| var Finder = Application("Finder"); | |
| var iTunes = Application("iTunes"); | |
| var Terminal = Application("Terminal"); |
| *.o | |
| *.obj | |
| *.out | |
| unwind |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "math" | |
| "time" | |
| "fmt" | |
| "os" | |
| ) | |
| var planets map[float64][]string |
| #!/usr/bin/env ruby | |
| things = (0..10000).map do |n| | |
| begin | |
| ObjectSpace._id2ref(n) | |
| rescue | |
| nil | |
| end | |
| end |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Label</key> | |
| <string>homebrew.mxcl.autossh</string> | |
| <key>KeepAlive</key> | |
| <true/> |