I hereby claim:
- I am sweenzor on github.
- I am sweeney (https://keybase.io/sweeney) on keybase.
- I have a public key whose fingerprint is 621C AD2A 3DF2 14B8 A97D 5B63 6399 783C 349C 36D4
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>32BitSupportedModels</key> | |
<array> | |
<string>MacBook7,1</string> | |
<string>MacBookAir5,2</string> | |
<string>MacBookPro10,1</string> | |
<string>MacPro5,1</string> |
// Disable bold. | |
term_.prefs_.set('enable-bold', false) | |
// Use this for Solarized Dark | |
term_.prefs_.set('background-color', "#002b36"); | |
term_.prefs_.set('foreground-color', "#839496"); | |
term_.prefs_.set('color-palette-overrides', [ | |
'#073642', | |
'#dc322f', |
find ~ -name .git | xargs -I % git --git-dir=% remote -v |
/** | |
* Retrieves all inbox threads and tags them | |
* that way, when you accidentally archive something, | |
* you can figure out what it was! | |
* https://script.google.com/macros/ | |
*/ | |
function auditLogInbox() { | |
var threads = GmailApp.getInboxThreads(); | |
var label = GmailApp.getUserLabelByName("auditlog"); | |
label.addToThreads(threads); |
import random | |
import signal | |
import gevent | |
import redis | |
REDIS_URL = 'redis://127.0.0.1:6379' | |
REDIS_CHANNEL = 'pubsub_demo' |
#!/bin/sh | |
###################################### | |
## tangle - triangle fun for the K3 ## | |
## version 1.0 by geekmaster ## | |
##----------------------------------## | |
## WARNING: K3 eips '' very slow... ## | |
## so use eips only in OUTER loops! ## | |
###################################### | |
#================================= |
I hereby claim:
To claim this, I am signing this object:
<?php | |
function md5sum($filenm) | |
{ | |
$val = md5_file($filenm); | |
echo $filenm.":".$val."<br/>"."\n"; | |
} | |
//read folder |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>32BitSupportedModels</key> | |
<array> | |
<string>MacBook7,1</string> | |
<string>MacBookAir5,2</string> | |
<string>MacBookPro10,1</string> | |
<string>MacPro5,1</string> |