Parand

3,318
reputation
674 views

Registered User

name Parand
member for 1 year
seen 2 days ago
website
location San Diego, CA
age 9
I am only filling this out to earn a badge.
Dec
15
awarded  Nice Answer
Dec
14
accepted Evaluate my Python server structure
Dec
4
awarded  Nice Question
Nov
25
asked Embedable image editing javascript/flash library/service?
Nov
20
accepted iPhone: sticky on-screen header or footer in webkit (HTML/css)
Nov
20
comment Django-Piston: ManyToManyField handling?
Thanks Jesper. Any suggestions for how to handle it, particularly with create? I'm looking for a nice pattern around separating the creation of the main object from the creation of the related objects?
Nov
19
asked Django-Piston: ManyToManyField handling?
Nov
17
comment Getting rid of jQuery/CSS IE slideUp flash?
Thanks nil, that did it.
Nov
17
asked Getting rid of jQuery/CSS IE slideUp flash?
Nov
17
awarded  
Nov
15
accepted Django: search (filter) by FileField.name
Nov
12
answered Django: search (filter) by FileField.name
Nov
12
asked Django: search (filter) by FileField.name
Nov
9
awarded  Citizen Patrol
Nov
6
comment Python: ulimit and nice for subprocess.call / subprocess.popen ?
Thanks Erik. It looks like this sets the limits on the python process, not on the external process?
Nov
6
comment Python: ulimit and nice for subprocess.call / subprocess.popen ?
Thanks Ville, the cpu throttling you describe works great. Do you know if it's possible to do the same thing specifying the command with the bracket syntax instead of as a string?
Nov
6
asked Python: ulimit and nice for subprocess.call / subprocess.popen ?
Nov
3
awarded  Popular Question
Oct
31
asked Python: Monitoring and killing/throttling spawned processes based on load, time, etc
Oct
31
answered Python MultiThreading With Urllib2 Issue
Oct
29
awarded  Notable Question
Oct
28
asked Python/Django: Which authorize.net library should I use?
Oct
21
comment Elegant setup of Python logging in Django
I ended up using this, except initializing in settings.py instead of urls.py
Oct
21
asked Elegant setup of Python logging in Django
Oct
14
awarded  Popular Question
Oct
12
revised Using Python locale or equivalent in web applications?
added 104 characters in body
Oct
12
comment Using Python locale or equivalent in web applications?
Thanks zgoda. I'm looking for some of the features provided by locale - in particular, currency, name, and number formatting. I didn't see those in the django docs.
Oct
11
asked Using Python locale or equivalent in web applications?
Oct
8
answered Controlling CSS page breaks when printing in Webkit
Oct
8
asked Controlling CSS page breaks when printing in Webkit
Sep
25
answered iPhone: sticky on-screen header or footer in webkit (HTML/css)
Sep
22
asked iPhone: sticky on-screen header or footer in webkit (HTML/css)
Sep
17
awarded  Yearling
Sep
10
comment Elegantly handle site-specific settings/configuration in svn/hg/git/etc ?
Thanks Ned. Do you put the site-specific settings files in source control? I'm worried about having passwords in settings files in source control.
Sep
10
asked Elegantly handle site-specific settings/configuration in svn/hg/git/etc ?
Sep
9
awarded  Nice Question
Sep
4
awarded  Popular Question
Sep
2
answered python DST and GMT management into a scheduler
Aug
27
comment Django: Applying mutilple access control decorators to a view
Good point... Let me think about that a bit.
Aug
27
asked Django: Applying mutilple access control decorators to a view
Aug
12
comment Python http proxy library based on libevent or comparable technology?
I've tried to like Twisted on multiple occasions, and while I like the concepts very much I've never actually enjoyed using it. I'm sure it's a shortcoming on my part and nothing to do with Twisted, but I'd like to try something different for a change.
Aug
12
asked Python http proxy library based on libevent or comparable technology?
Aug
12
revised Efficient way to fingerprint an image (jpg, png, etc)?
meta-data question; added 13 characters in body
Aug
11
awarded  Popular Question
Aug
11
comment Efficient way to fingerprint an image (jpg, png, etc)?
A couple of uses - duplicate image detection in a large corpus is the base use case, but also various spam hunting related to use of images.
Aug
11
awarded  Nice Question
Aug
11
asked Efficient way to fingerprint an image (jpg, png, etc)?
Jul
31
awarded  Notable Question
Jul
30
comment Templating+scripting reverse proxy?
Right, assemble it on the server side instead of using iframes/ajax. It is quite simple to build (I have a prototype working nicely), but I'm looking for a production level, high performance implementation. Regarding response times: not necessarily. Reverse proxies sometimes even improve performance by handling slow client connections and letting the backend do real work.
Jul
29
asked Templating+scripting reverse proxy?