For educational reasons I've decided to create my own CA. Here is what I learned.
Lets get some context first.
Find it here: https://github.com/bitemyapp/learnhaskell
| PidFile = /var/run/hhvm.pid | |
| Eval { | |
| Jit = true | |
| JitWarmupRequests = 3 | |
| } | |
| Log { | |
| Level = Debug | |
| Header = true |
My efforts to port http://www.youtube.com/watch?v=f6kdp27TYZs to Clojure.
func boring(msg string) {
for i := 0; ; i++ {
fmt.Println(msg, i)
time.Sleep(time.Second)
}ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
Either copy the aliases from the .gitconfig or run the commands in add-pr-alias.sh
Easily checkout local copies of pull requests from remotes:
git pr 4 - creates local branch pr/4 from the github upstream(if it exists) or origin remote and checks it outgit pr 4 someremote - creates local branch pr/4 from someremote remote and checks it out