Public Gists by jacobian

Gravatar
Sun Oct 18 12:29:04 -0700 2009
1
2
3
/
    GET -> list of projects
 
Gravatar
Thu Oct 15 06:17:25 -0700 2009
1
2
3
# Prevent pip from doing anything unless you're inside an activated virtualenv.
 
PIP=/usr/local/bin/pip
gist: 205101 This was written by Russell...
Gravatar
Thu Oct 08 08:10:52 -0700 2009
1
2
3
<?
/*
Simple preforking echo server in PHP.
Gravatar
Wed Oct 07 12:13:57 -0700 2009
1
2
3
/**
 * A simple preforking echo server in C.
 *
gist: 204027 A simple preforking echo se...
Gravatar
Wed Oct 07 06:45:36 -0700 2009
1
2
3
"""
Simple forking echo server built with Python's SocketServer library. A more
Pythonic version of http://gist.github.com/203520, which itself was inspired
gist: 203520 Simple preforking echo serv...
Gravatar
Tue Oct 06 15:39:02 -0700 2009
1
2
3
"""
Simple preforking echo server in Python.
 
Gravatar
Tue Aug 18 06:27:18 -0700 2009
1
2
3
import logging
 
class Silence(logging.Handler):
Gravatar
Mon Aug 10 11:09:43 -0700 2009
1
2
3
# -*- coding: utf-8 -*-
 
"""
Gravatar
Wed Jul 01 07:06:54 -0700 2009
1
2
3
#!/usr/bin/env python
 
"""
Gravatar
Thu Jun 11 08:59:31 -0700 2009
1
2
3
# Django: validate that an uploaded file is a valid PDF
 
import pyPdf # from http://pybrary.net/pyPdf/
Gravatar
Fri Apr 17 12:42:53 -0700 2009
1
2
3
The goal of Summer of Code is to get your project written, reviewed, and
ultimately merged back into Django's trunk. We want your project to
succeed, and we approved it because we think you've got a good chance of
gist: 95443 .screenrc
Gravatar
Tue Apr 14 14:33:26 -0700 2009
1
2
3
hardstatus alwayslastline
hardstatus string "%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m/%d %{W}%c %{g}]"
startup_message off
Gravatar
Fri Apr 10 14:04:11 -0700 2009
1
2
3
Function was called by...
                                                                                      ncalls tottime cumtime
/Users/jacob/Projects/Django/upstream/django/utils/datastructures.py:119(values) <- 283 0.000 0.000 /Users/jacob/Projects/Django/upstream/django/db/models/base.py:498(_collect_sub_objects)
Gravatar
Fri Mar 20 12:35:59 -0700 2009
1
2
3
import os
import time
import readline
Gravatar
Sat Mar 07 20:58:02 -0800 2009
1
2
3
import httplib2
from oauth import oauth
 
Gravatar
Mon Nov 17 12:28:47 -0800 2008
1
2
3
import timeit
from django.conf import settings; settings.configure()
from django.dispatch import Signal