Public Gists by martinisoft

gist: 232635 kick Safari when you edit h...
Gravatar
Wed Nov 11 21:47:28 -0800 2009
1
kicker -e "osascript -e 'tell application \"Safari\" to do JavaScript \"window.location.reload();\" in first document'" index.html
gist: 125628 List files in directory rec...
Gravatar
Sun Jun 07 21:58:25 -0700 2009
1
2
3
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
gist: 12231 command-line posting to gist
Gravatar
Mon Sep 22 23:29:58 -0700 2008
1
2
3
#!/usr/bin/env ruby
# Made by Pieter de Bie <frimmirf@gmail.com>
# Based on a "Pastie" task by someone