Skip to content

Instantly share code, notes, and snippets.

View gilsondev's full-sized avatar
💼
Work

Gilson Filho gilsondev

💼
Work
View GitHub Profile
@gilsondev
gilsondev / oss.textile
Created September 2, 2011 12:21 — forked from kennethreitz/oss.textile
Open Source Notes

Contributing to Open Source
=======

First Rule: You can find the time
- It doesn’t take much
- Weekends are good
- Find what other time you’re wasting
- Try something that’s not your day job

Second Rule: What to contribute to?

@gilsondev
gilsondev / routes.py
Created July 15, 2011 22:01 — forked from rochacbruno/routes.py
router example
#!/usr/bin/python
# -*- coding: utf-8 -*-
default_application = 'init' # ordinarily set in base routes.py
default_controller = 'default' # ordinarily set in app-specific routes.py
default_function = 'index' # ordinarily set in app-specific routes.py
routers = dict(
# base router