<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
function _print(){ | |
echo `date`":" $1 "..." | |
} | |
_print "Installing gcc compiler for objective C" | |
sudo apt-get install gnustep gnustep-devel gobjc tree | |
_print "Creating a sample test project structure" |
class PubSub(object): | |
""" | |
Very simple Pub/Sub pattern wrapper | |
using simplified Redis Pub/Sub functionality. | |
Usage (publisher):: | |
import redis | |
r = redis.Redis() |
# Emulate pbcopy and pbpaste for copying to and from the pasteboard/clipboard | |
# | |
# via: http://whereswalden.com/2009/10/23/pbcopy-and-pbpaste-for-linux/ | |
alias pbcopy='xsel --clipboard --input' | |
alias pbpaste='xsel --clipboard --output' |
(function() { | |
var g = null, | |
h; | |
try { | |
if (!google.doodle) google.doodle = {}; | |
var j, | |
m, | |
o, | |
p, | |
r, |