inklesspen (Jon Rosebaugh)

Name
Jon Rosebaugh
Email
Website/Blog
http://www.inklesspen.com/
Company
Slide, Inc.
Location
San Francisco, CA
Member Since
May 24, 2008 (about 1 year)

Following 0 githubbers and watching 8 repositories view all →

Public Repositories (4)

  • cometuccino

    A Comet solution for Cappuccino

    legend

    Last updated Sat Jul 25 12:15:17 -0700 2009

  • pylons_demo_central_library

    A bare-bones demo application created for the Pylons screencasts

    legend

    Last updated Wed Jan 28 11:52:04 -0800 2009

  • birdcage

    A new MUD client

    legend

    Last updated Thu Dec 11 20:37:19 -0800 2008

  • beautifulcleaner

    A port of lxml.html's sanitization code to use BeautifulSoup as the DOM. This is ABANDONED; feel ...

    legend

    Last updated Sun Sep 07 14:16:09 -0700 2008

Public Activity feed

inklesspen created gist: 235896 Mon Nov 16 02:05:26 -0800 2009
def get_greeter(name): def greeter(): print "Hello, " + name
inklesspen created gist: 232134 Wed Nov 11 09:44:16 -0800 2009
import logging from pylons import request, response, session, tmpl_context as c
inklesspen created gist: 227209 Thu Nov 05 09:10:38 -0800 2009
from paste.deploy import appconfig from MYAPP.config.environment import load_environment
inklesspen created gist: 226938 Thu Nov 05 02:02:47 -0800 2009
def session_mapper(scoped_session): def mapper(cls, *arg, **kw): cls.query = scoped_s...
inklesspen created gist: 219192 Mon Oct 26 17:49:29 -0700 2009
server { listen 80; server_name turnthepage.org www.turnthepage.org;
inklesspen created gist: 210373 Wed Oct 14 13:31:49 -0700 2009
<
inklesspen created gist: 208173 Sun Oct 11 23:04:09 -0700 2009
>>> from mako.template import Template >>> templatetext = r""" ... Hello!