Public Gists by jeremybanks

gist: 228731 Shitty little script that s...
Gravatar
Sat Nov 07 07:08:36 -0800 2009
1
2
3
#!/usr/bin/env python3.1
"""Shitty little script that spits out a Google chart of activity in a repo over time"""
import sys
Gravatar
Sat Nov 07 07:08:35 -0800 2009
1
2
3
#!/usr/bin/env python3.1
"""Shitty little script that spits out a Google chart of activity in a repo over time"""
import sys
gist: 216041 draft summary of some chang...
Gravatar
Thu Oct 22 08:59:10 -0700 2009
1
2
3
_Work in progress._
 
_All names, identifiers and interfaces outlined in this document may
Gravatar
Thu Oct 22 08:59:07 -0700 2009
1
this is a test
Gravatar
Tue Oct 20 17:21:46 -0700 2009
1
2
3
_Sorry if this is poorly-articulated, I'm a bit drowsy at the moment._
 
I know that Python is supposed to have an easy-to-read syntax, and appreciate
Gravatar
Thu Oct 15 00:20:24 -0700 2009

      
gist: 210567 Testing a spoiler-box gadge...
Gravatar
Wed Oct 14 18:44:21 -0700 2009
1
2
3
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Spoiler Blok">
Gravatar
Tue Oct 06 13:16:43 -0700 2009
1
2
3
http://arstechnica.com/hardware/guides/2009/04/ars-technica-system-guide-april-2009-edition.ars
 
Asus M3A78-EM Motherboard - 80$
Gravatar
Sun Sep 13 21:57:29 -0700 2009
1
2
3
GENERATION 0 TOP 4 OF 8 RESULTS
 
  13 fitness, hash 3486bf78
Gravatar
Sun Sep 06 00:54:31 -0700 2009
1
2
3
This is a template intended for use as the starting point of simple
command-line Python scripts. It wraps the `main` function, passing on
the arguments the script was called with and using the function's
Gravatar
Wed Sep 02 09:51:14 -0700 2009
1
2
3
Let's conduct a quick study on WotC's activity to see if what I said had the
slightest merit.
 
Gravatar
Mon Jul 27 07:09:48 -0700 2009
1
2
3
#include <iostream>
 
struct complex {
Gravatar
Wed Jul 22 15:44:17 -0700 2009
1
2
3
# "curl http://gist.github.com/this | bash" to kick it.
 
clear
Gravatar
Fri May 22 10:53:56 -0700 2009
1
2
3
// Won't work if you don't use {]s everywhere.
 
#define PRINT_ABBREVIATED_FILE_AND_LINE() fprintf(stderr,"[%.3s:%i]", __FILE__ + 2, __LINE__) && fflush(stderr)
Gravatar
Fri May 22 10:28:09 -0700 2009
1
2
3
#!/usr/bin/env python3.0
import sys
from fractions import Fraction
Gravatar
Wed Apr 29 07:39:51 -0700 2009
1
2
3
Notes
-----
 
Gravatar
Wed Feb 11 06:33:06 -0800 2009
1
#!/usr/bin/env clojure
Gravatar
Tue Feb 10 15:41:35 -0800 2009
1
2
3
#!/usr/bin/env python3.0
import sys
import multiprocessing
gist: 58859 Some stuff I made in April '08
Gravatar
Thu Feb 05 09:27:54 -0800 2009
1
2
3
/*
 * linked.c
 *
Gravatar
Thu Feb 05 08:07:06 -0800 2009
1
2
3
#!/usr/bin/env python
# encoding: utf-8
from __future__ import division, with_statement