| bio | website | mattsayar.com |
|---|---|---|
| location | Huntsville, AL | |
| age | ||
| visits | member for | 4 years, 9 months |
| seen | May 16 at 0:42 | |
| stats | profile views | 159 |
Computer Science major at UAHuntsville.
I've been programming professionally since I was a senior in high school, I suck at it, and I want to do better.
|
Feb 14 |
awarded | Yearling |
|
Jan 8 |
comment |
How to declare and consume events in Java This worked great. For the sake of completeness, I want to add that whatever class is trying to act on the event needs to create a new PropertyChangeListener, then add that listener via animal.addPropertyChangeListener(newlyMadePropertyChangeLisener); |
|
Dec 10 |
awarded | Favorite Question |
|
Nov 16 |
awarded | Popular Question |
|
Sep 8 |
awarded | Famous Question |
|
Sep 7 |
accepted | Google Cache - How Long? |
|
Sep 5 |
comment |
Why is my program slow when looping over exactly 8192 elements? THIS is a perfect example of a good answer on SO: References similar questions, explains step-by-step how you approached it, explains the problem, explains how to FIX the problem, has great formatting, and even an example of the code running on your machine. Thank you for your contribution. |
|
Aug 3 |
comment |
How can Python do string substitution without %s? Does interpolating with Python not prevent any SQL injecting? Or is it just not as bulletproof? |
|
Aug 3 |
comment |
How can Python do string substitution without %s? Martijn, you're right; the interpolation happens later with an execute(query_string, update_dict) |
|
Aug 3 |
awarded | Critic |
|
Aug 3 |
accepted | How can Python do string substitution without %s? |
|
Aug 3 |
comment |
How can Python do string substitution without %s? You're right about the execute statement using update_dict as a parameter, and I completely missed that. Is it better to do parameterization in the application, or letting the DB handle it? Or is it all preference? |
|
Aug 3 |
asked | How can Python do string substitution without %s? |
|
Jul 27 |
accepted | C# - WebRequest Doesn't Return Different Pages |
|
Jul 26 |
comment |
PostgreSQL - pg_config -bash: pg_config: command not found For those who find this answer, I still found this program in postgresql-devel in the CentOS Updates repo with CentOS 5.5 |
|
Jul 16 |
comment |
Installed a python2.7 as an alternate, but path to default 2.6 is destroyed. System path file for default interpreter? I had a similar problem where I installed a newer version of python, but python -V still gave me the old version. Logged out and logged back in, and it worked. |
|
May 5 |
awarded | Popular Question |
|
Dec 23 |
awarded | Notable Question |
|
Oct 5 |
awarded | Yearling |
|
Sep 20 |
revised |
Flash AS2.0 - Increase Label's Font Size edited body |