Gorgapor

2,009
reputation
58 views

Registered User

name Gorgapor
member for 1 year
seen 16 hours ago
website
location US
age 26
My programming interests include web development, databases, algorithms, AI, and optimization. My favorite language is Python.
23h
revised how can i fix ie select width?
fixed a hyperlink
Dec
3
answered Disabling Python nosetests
Dec
3
answered How should I associate server-side data with client-side UI elements in HTML?
Nov
30
comment A git hook for whenever I change branches?
Updated script to always start from the repository root.
Nov
30
revised A git hook for whenever I change branches?
Updated script to always run from repository root
Nov
27
revised A git hook for whenever I change branches?
deleted 8 characters in body
Nov
27
answered A git hook for whenever I change branches?
Nov
20
answered Is there a way to parse html with lxml, but manipulate it with minidom?
Nov
20
asked Is there a way to parse html with lxml, but manipulate it with minidom?
Nov
6
awarded  Notable Question
Oct
23
awarded  Popular Question
Oct
12
comment Python decimal range() step value
This has roundoff problems. Please look here: code.activestate.com/recipes/66472
Oct
6
revised How to get file creation & modification date/times in Python?
added 171 characters in body
Oct
6
comment How to get file creation & modification date/times in Python?
os.path.getmtime() is made for this, and simpler.
Oct
6
answered How to get file creation & modification date/times in Python?
Sep
29
comment Allowing user to rollback from db audit trail with SQLAlchemy
This is not like source control. From the user's perspective, you have totally deleted C. You will never need to merge it in. The only reason it is still around is as an audit trail, or in case you need to manually fish out a deleted item for some reason.
Sep
22
comment What’s a Django/Python solution for providing a one-time url for people to download files?
Yes, it's not a super fast solution, but it seems that in his situation performance is not going to be a problem. He has to physically sell each user a card, so I wouldn't expect anywhere close to even 100 downloads per day.
Sep
22
accepted Django: use archive_index with date_field from a related model
Sep
22
accepted How to set ignorecase flag for part of regular expression in Python?
Sep
21
comment How do I skip a section of code when unittesting in Django?
I accepted rcoder's answer as the best solution, but I ended up using this one, because doing it the "right" way doesn't matter in this specific situation.
Sep
21
asked How do I skip a section of code when unittesting in Django?
Sep
21
answered How to build sqlite for Python 2.4?
Sep
21
comment FFMPEG and Pythons subprocess.
He is already redirecting stderr to stdout.
Sep
21
answered Django: use archive_index with date_field from a related model
Sep
21
revised refer to map via. maps() action in python/ pylonshq
edited tags
Sep
21
comment How to define properties in __init__
@pkit: Edited answer to talk about subclassing.
Sep
21
revised How to define properties in __init__
added 180 characters in body
Sep
21
revised How to set ignorecase flag for part of regular expression in Python?
Changed match to search
Sep
21
comment How to set ignorecase flag for part of regular expression in Python?
@Alex Martelli: Thanks. Search is better, you're right. Fixed.
Sep
21
answered What’s a Django/Python solution for providing a one-time url for people to download files?
Sep
21
answered How to set ignorecase flag for part of regular expression in Python?
Sep
21
answered How to define properties in __init__
Sep
21
comment How to define properties in __init__
I disagree that the right way to do it would be a metaclass. Metaclasses are too powerful for this, because this can be accomplished using less powerful means.
Sep
21
comment Which is the fastest javascript engine, and does it really matter?
A better question is "Which is the slowest JavaScript engine my website should support?". For now, the answer to that is IE7.
Sep
21
answered Allowing user to rollback from db audit trail with SQLAlchemy
Sep
21
comment How do I test features that are not in the public interface?
What language is this?
Sep
21
revised Managing user configuration files across multiple computers
Added git version of script
Sep
21
revised How to list versioned files in git?
Improved question title
Sep
17
asked How to list versioned files in git?
Sep
17
answered Managing user configuration files across multiple computers
Sep
17
asked How do I backport a commit in git?
Sep
17
answered How do programming languages handle huge number arithmetic
Sep
16
comment Batch file copy does destination file already exist?
You have a typo in the title. Please change "Bath" to "Batch"
Sep
8
answered How to create a view that explodes a csv field into multiple rows?
Sep
8
comment Efficient Python Data Storage (Abstract Data Types?)
I'm confused as to what you're actually trying to do here. Can you give a concise english explanation of what your algorithm and data structure needs to do?
Sep
8
accepted Show only most recent date from joined MySQL table
Sep
4
accepted Diff django model objects with ManyToMany fields
Sep
2
answered How does Django determine if an uploaded image is valid?
Sep
2
answered Is it a good idea to build a web user interface using Flash?
Sep
2
comment What non web-oriented python frameworks exist?
I find it funny that the question is tagged "enterprise-development". Obviously normal python development won't do, the asker wants to do enterprise python development.