philippp (Philipp Pfeiffenberger)

Name
Philipp Pfeiffenberger
Email
Company
Slide
Location
San Francisco
Member Since
May 14, 2008 (about 1 year)

Following 7 coders and watching 20 repositories view all →

Public Repositories (11)

  • PyChee

    Lightweight Apache / Python framework

    legend

    Last updated Tue Jan 26 00:20:32 -0800 2010

  • feather

    greenhouse-based server framework with a HTTP/WSGI server

    legend

    Forked from teepark/feather Sun Jan 17 13:03:22 -0800 2010

    Last updated Sun Jan 17 14:37:09 -0800 2010

  • greenhouse

    greenlets + non-blocking I/O ~= scalable threads

    legend

    Forked from teepark/greenhouse Sun Jan 17 13:03:59 -0800 2010

    Last updated Sun Jan 17 14:36:55 -0800 2010

  • nbhttp

    Tools for building non-blocking / async / event-driven HTTP clients, servers and intermediaries

    legend

    Forked from mnot/nbhttp Wed Jan 06 23:30:42 -0800 2010

    Last updated Sun Nov 29 16:04:10 -0800 2009

  • Bubblestumbler

    legend

    Last updated Sun Oct 11 21:54:34 -0700 2009

  • wave-todo

    Google Wave todo bot and web interface

    legend

    Last updated Sun May 31 04:43:06 -0700 2009

  • billsleuth

    plain html mockup of a public policy site, rails code not used at all :)

    legend

    Last updated Sun Apr 19 17:59:57 -0700 2009

  • albumparser

    Derive album titles from a directory tree structure

    legend

    Last updated Wed Mar 04 00:50:52 -0800 2009

  • satellite

    Satellite site

    legend

    Last updated Mon Nov 03 17:27:13 -0800 2008

  • myspace_transport

    Myspace Mechanized Import and Export

    legend

    Last updated Mon Oct 27 01:15:30 -0700 2008

  • deluuxjournal

    Journaling / Blogging Application

    legend

    Last updated Fri Sep 26 10:32:44 -0700 2008

Public Activity feed

philippp pushed to master at philippp/PyChee Tue Jan 26 00:20:32 -0800 2010
HEAD is ebcd0a645ae9a94cd1db0c54dbf2e19f45f3edae
  • Philipp Pfeiffenberger committed ebcd0a64:
    Fixed feather handler to support static file retrieval. Static file retrival for subdomains first checks app-specific static directory, then the common static directory
philippp pushed to master at philippp/PyChee Mon Jan 25 01:22:30 -0800 2010
HEAD is 6268bb04c9edc4302f453925654deca49d30bddc

7 commits »

philippp pushed to master at philippp/PyChee Sun Jan 24 11:09:26 -0800 2010
HEAD is 4b4b64432b592064031b2cc1ee38f8c882457ef3
  • Philippp committed 4b4b6443:
    Added a handler for the feather http server
philippp pushed to master at philippp/feather Sun Jan 17 14:37:10 -0800 2010
HEAD is 0080298fe5ad33fdcb623bdd694e6fbcd74f050b

2 commits »

philippp pushed to master at philippp/greenhouse Sun Jan 17 14:36:55 -0800 2010
HEAD is 6c47b734d20ba4b4f00d444d93d0b9e6e586a900
  • Philippp committed 6c47b734:
    Python on OS X does not have select.epoll, which is accessed at the class level. Need to bail out here.
philippp forked teepark/greenhouse Sun Jan 17 13:03:59 -0800 2010
Forked repository is at philippp/greenhouse
philippp forked teepark/feather Sun Jan 17 13:03:24 -0800 2010
Forked repository is at philippp/feather
philippp forked mnot/nbhttp Wed Jan 06 23:30:43 -0800 2010
Forked repository is at philippp/nbhttp
philippp pushed to master at philippp/PyChee Sun Dec 06 23:58:58 -0800 2009
HEAD is 8b1d67811deab3e5d6af90cd4ea2fb2e6130a729

4 commits »

philippp pushed to master at philippp/PyChee Sat Dec 05 14:55:06 -0800 2009
HEAD is d8c7608ec690eee13939e34726040c1afc644e37
  • philippp committed d8c7608e:
    Added comment / comments to hello
philippp pushed to master at philippp/PyChee Sat Dec 05 13:58:51 -0800 2009
HEAD is b43bee915d0f06788a9938d9194ad29fbfa3a90a
  • philippp committed b43bee91:
    Added a per-category listing function
philippp pushed to master at philippp/PyChee Sat Dec 05 13:41:08 -0800 2009
HEAD is 8d263c53bf428e87567d9583921757657f30fafa

3 commits »

philippp pushed to master at philippp/PyChee Thu Dec 03 22:52:36 -0800 2009
HEAD is a41e13835df8d3bcf15e980eaf3f71168d425737

3 commits »

philippp pushed to master at philippp/PyChee Thu Nov 26 10:11:32 -0800 2009
HEAD is 2fdea38176994affe36916239a0e1d4e0591c2f3
  • philippp committed 2fdea381:
    Updated readme to reflect new routing
philippp pushed to master at philippp/PyChee Wed Nov 25 00:20:56 -0800 2009
HEAD is 4e2c979eedc905b53f6f03139996b7d3b6ad45fe
  • philippp committed 4e2c979e:
    We are finally hitting controller methods for /controller/method notation
philippp pushed to master at philippp/PyChee Tue Nov 24 23:51:28 -0800 2009
HEAD is 6e8b0c96855289289f5a42574fdef272594ca37c
  • philippp committed 6e8b0c96:
    updated readme prereqs, mod_headers and mod_rewrite are bundled with python I think
philippp pushed to master at philippp/PyChee Tue Nov 24 23:47:14 -0800 2009
HEAD is ecb95347099c84e8dfd32fb551e17b8fe72222fa
  • philippp committed ecb95347:
    Now passing post-controller URI to lib/page_handler.py
philippp pushed to master at philippp/PyChee Mon Nov 23 22:13:25 -0800 2009
HEAD is 50c860a32ead8e9aeb76f655df0c7a3c526bbfd8

2 commits »

philippp pushed to master at philippp/PyChee Mon Nov 23 20:33:54 -0800 2009
HEAD is 840a6f272c2ec43d7414fb88c5ec30c90eabb4cf
  • philippp committed 840a6f27:
    Static files can be accessed from the /static directory by direct access, so a call to http://example.com/images/button.png will serve static/images/button.png if the latter file is present
philippp pushed to master at philippp/PyChee Sun Nov 22 23:36:00 -0800 2009
HEAD is 745edbe9786f9e6b111aafa382535ea42a257bda
  • philippp committed 745edbe9:
    Made the example a touch more meaningful
philippp created branch master at philippp/PyChee Sun Nov 22 17:03:39 -0800 2009
New branch is at philippp/PyChee/tree/master
philippp created repository PyChee Sun Nov 22 16:22:39 -0800 2009
New repository is at philippp/PyChee
philippp pushed to master at philippp/Bubblestumbler Sun Oct 11 21:54:34 -0700 2009
HEAD is 11e75edbcabb9032d4a9fa993fc894a22224c15b
  • Philippp committed 11e75edb:
    added emacs init files
philippp pushed to master at philippp/Bubblestumbler Sun Oct 11 21:45:01 -0700 2009
HEAD is 844b44309b135da8a57ea7124f6a66f15de89785
  • Philippp committed 844b4430:
    First revision of main
philippp created branch master at philippp/Bubblestumbler Sun Oct 11 21:06:57 -0700 2009
philippp created repository Bubblestumbler Sun Oct 11 21:06:15 -0700 2009
New repository is at philippp/Bubblestumbler