Public Gists by srid

Gravatar
Fri Sep 11 19:16:10 -0700 2009
1
2
3
def original():
    for i in range(10):
        for j in range(10):
Gravatar
Tue Jun 09 10:06:31 -0700 2009
1
2
3
4Suite-XML
Amara
archetypes.schemaextender
Gravatar
Fri Jun 05 17:24:58 -0700 2009
1
2
3
import os
from os.path import abspath
import tarfile
Gravatar
Fri May 22 10:40:40 -0700 2009
1
2
3
def test_typical_usecase():
    """Test the typical use case, which is to -
Gravatar
Thu May 21 15:21:53 -0700 2009
1
2
3
# an example of ordered test runs using yield
 
def test_typical_usecase():
Gravatar
Mon Mar 02 21:38:36 -0800 2009
1
2
3
srid@homeless:~/code/gnusim8085$ git branch; git svn info
  master
* ui-file-management
gist: 69035 Notify every 20 mins - requ...
Gravatar
Mon Feb 23 08:30:47 -0800 2009
1
2
3
while true; do
notify-send -t 20000 "Take a break?" "Just look away and blink your eyes"
sleep 1200;
Gravatar
Wed Feb 18 12:24:24 -0800 2009
1
2
3
/*
  Ubiquity Command: download-files [regexp pattern] to [folder]
  Author: Duane Johnson
Gravatar
Fri Feb 13 12:14:52 -0800 2009
1
2
3
import os, sys
 
def hello():