Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ryandeussing on github.
  • I am ryandeussing (https://keybase.io/ryandeussing) on keybase.
  • I have a public key whose fingerprint is D3FE 69CB 7FC1 2A69 5A8A 7D7C F010 C474 AA4F 5A34

To claim this, I am signing this object:

@ryandeussing
ryandeussing / PomodoroRPG
Created July 15, 2013 01:06
Post to HabitRPG from Pomodoro.app
do shell script "curl -X POST --compressed -H 'Content-Type:application/json' -H 'x-api-user: xxxxx' -H 'x-api-key: xxxxx' https://habitrpg.com/api/v1/user/tasks/productivity/up"
@ryandeussing
ryandeussing / gist:5667094
Created May 29, 2013 00:14
Find and kill a zombie shotgun server
$ ps ax | grep shotgun
11152 s000 R+ 0:00.00 grep shotgun
10766 s001 S+ 0:00.60 /Users/ryandeussing/.rvm/gems/ruby-1.9.3-p429@sinatra/bin/shotgun
$ kill -9 10766
#done