Skip to content

Instantly share code, notes, and snippets.

View rdammkoehler's full-sized avatar

Rich Dammkoehler rdammkoehler

View GitHub Profile
#!/bin/bash
if [ -f "$1" ]
then
cat << END_OF_RESULTS
<testsuite>
$(
cat $1 | grep -Ee "^ *(IGNORE_)?TEST" | while read line; do
command=$(echo $line | \
@rdammkoehler
rdammkoehler / .screenrc
Created May 4, 2012 03:15 — forked from magnusstahre/.screenrc
My .screenrc and .tmux.conf
escape ^Z^Z
bind z suspend
bind ^a other
@rdammkoehler
rdammkoehler / eight-ball.rb
Created March 29, 2012 22:14 — forked from murphybytes/eight-ball.rb
Rich and John made a magic 8 ball using Vert.x ... and yeah could have used sample and the array but no-worky
require('vertx')
include Vertx
@server = HttpServer.new
@server.request_handler do | req |
premonition = [ 'Yes.',