I hereby claim:
- I am timtadh on github.
- I am tadh (https://keybase.io/tadh) on keybase.
- I have a public key whose fingerprint is 3116 0263 CF1F 3E14 E6B0 6223 A319 F5FF AEA1 C3D9
To claim this, I am signing this object:
#!/usr/bin/env bash | |
rep() { | |
i=$1 | |
data=$2 | |
## run the replicate .... | |
} | |
# make the files | |
START=$(mktemp -t start-XXXX) ## signals the workers are starting |
I hereby claim:
To claim this, I am signing this object:
*swp | |
*swo | |
*.o | |
mmtest |
package cwru.kxh337.arrowc.il; | |
import java.util.Map; | |
import java.util.LinkedHashMap; | |
import com.google.gson.Gson; | |
public class IntValue extends Value { | |
int value = 0; | |
#!/usr/bin/env python | |
# Copyright (c) 2012, Tim Henderson | |
# All rights reserved. | |
# | |
# Redistribution and use in source and binary forms, with or without | |
# modification, are permitted provided that the following conditions are | |
# met: | |
# | |
# - Redistributions of source code must retain the above copyright notice, | |
# this list of conditions and the following disclaimer. |
# backup-trello | |
description "regular background program processing daemon" | |
start on (local-filesystems and net-device-up IFACE!=lo) | |
setuid hendersont | |
setgid hendersont | |
env HOME=/home/hendersont | |
export HOME |
#!/usr/bin/env python | |
import sys | |
import random | |
from thrift import Thrift | |
from thrift.transport import TSocket | |
from thrift.transport import TTransport | |
from thrift.protocol import TBinaryProtocol | |
from hbase import Hbase | |
from hbase.ttypes import * | |
from datetime import datetime |
*.pyc | |
*.swp | |
env | |
Commands defined and referenced by [ID]: "command in quotes"
After definition, commands may be referenced by ID
Connections defined by reference => reference [=> reference ...]
Expressions are separated by ;
one
two
import itertools | |
import requests, lxml, lxml.html | |
import json | |
# 7603 Hard Drives | |
# 7611 RAM | |
# 6642 random store | |
def newegg_stores_req(): | |
r = requests.api.get('http://www.ows.newegg.com/Stores.egg/Menus') | |
return [store['StoreID'] for store in json.loads(r.content)] |