[ create a new paste ] login | about

superfly

Name: Raoul Snyman
Email:
Site/Blog: http://raoulsnyman.co.za/
Location: Cape Town, South Africa
Default language: Python
Favorite languages: Python, Pascal, PHP
About:

Saved pastes by superfly:

Python, pasted on Nov 19:
1
2
3
4
5
"""
The base Controller API
Provides the BaseController class for subclassing.
"""
from paste.request import construct_url
...
view (56 lines)
Python, pasted on Nov 19:
1
2
3
4
5
"""Pylons middleware initialization"""
from beaker.middleware import CacheMiddleware, SessionMiddleware
from routes.middleware import RoutesMiddleware

from paste.cascade import Cascade
...
view (68 lines)
Python, pasted on Nov 19:
1
2
3
4
5
from pylons import config
from routes import Mapper

def make_map():
    """Create, configure and return the routes Mapper"""
...
view (23 lines)
Plain Text, pasted on Oct 28:
1
2
3
4
5
<?xml version="1.0" encoding="iso-8859-1"?>
<Theme>
  <Name>openlp.org 2.0 Demo Theme</Name>
  <Background Type="image">
    <FileName>treesbig.jpg</FileName>
...
view (19 lines)
Plain Text, pasted on Sep 10:
1
2
3
4
5
SELECT
  sc.name,
  dc.name
FROM
  locations l
...
view (7 lines)