Profile
Achievement
ches's Recent Snippets
- All /
« Prev 1 Next »
This context manager restores the value of the current working directory (cwd) after the enclosed code block completes or raises an exception. If a directory name is supplied to the context manager then the cwd is changed prior to running the code b...
0
860
posted 13 years ago by ches
Based on the good initial coverage [over here](http://www.thamtech.com/blog/2008/03/29/gmail-to-google-apps-email-migration/).
1
894
posted 15 years ago by ches
\Q...\E perl quoting means no ugly escaping in the regex. find's -print0 with xargs -0 is the secret to handling files with spaces in their names.
1
1134
posted 16 years ago by ches
Obviously there's no real crytpo here -- use this for cases like regenerating and emailing a user password.
1
1009
posted 17 years ago by ches
model/form.py is a good place to put schemata in a pylons app: easy to build with inheritance and accessible to controllers via model.form.EmailForm, etc. See the link for further info on the _extra_fields options -- this one is intended for just two...
1
1194
posted 17 years ago by ches
Build URLs for subcategories, e.g. 'cat-child-support.html' becomes '/family-law/child-support/'
0
807
posted 17 years ago by ches