[ create a new paste ] login | about

prologic

Name: James Mills
Email:
Site/Blog: http://prologic.shortcircuit.net.au/
Location: Australia
Default language: Python
Favorite languages: Python
About: "Problems are Solved by Method"

Saved pastes by prologic:

Python, pasted on Mar 22:
1
2
3
4
5
#!/usr/bin/env ???

"""Hello World in ???"""

import sys
...
view (15 lines)
Python, pasted on Mar 15:
1
2
3
4
5
Mon Mar 16 00:45:40
~/work/wsgid
$ PYTHONPATH=. python wsgid/benchmark.py
c=   1           cherrypy 1692.79 [#/sec] (mean)
c=   1             fapws3 1727.33 [#/sec] (mean)
...
view (16 lines)
Python, pasted on Mar 9:
1
2
3
4
5
~/setuptools-0.7a1dev
# python3.0 setup.py install
running install
Traceback (most recent call last):
  File "setup.py", line 95, in <module>
...
view (32 lines)
Python, pasted on Mar 9:
1
2
3
4
5
circuits.web Performance:

Taken from: http://paste.pocoo.org/show/107043/

c=   1           cherrypy 1717.09 [#/sec] (mean)
...
view (24 lines)