gahooa

7,007
reputation
475 views

Registered User

name gahooa
member for 10 months
seen 1 hour ago
website
location Altoona, PA, US
age
1h
comment Is assert evil?
@jalf: you inverted my argument. I said don't TAKE AWAY the lower level constructs just because higher ones exist. I'm a programmer - give me both, so I can be most productive.
16h
comment Stuctures of Complex and enterprise level applicaitons
Laughing out loud... "And... The community is not a shrine of divine wisdom. We're just a bunch of loud code monkeys."
16h
answered Most intuitive, readable API / language reference documentation
16h
answered Most efficient way to select records in one database based on result set from totally different database
16h
answered Stuctures of Complex and enterprise level applicaitons
16h
comment Stuctures of Complex and enterprise level applicaitons
Damn good English for a non-native speaker, if you ask me.
16h
comment Error_reporting(0)
This is crazy - four conflicting answers?
16h
comment Do the usual rules of post necromancy apply here?
Good question, but it really belongs over on meta.stackoverflow.com.
1d
answered What is python used for?
1d
comment How does Javascript CANVAS works?
You could read the WebKit source code: webkit.org/building/checkout.html
1d
answered Tracking information over many pages for a website
1d
comment How does SSL actually work?
While there may be books written on the subject, I believe John was just looking for an understanding (big picture). Even the wikipedia article is full of relentless detail that one would quickly drown in if they did not have a big picture first.
1d
comment How does SSL actually work?
You'll notice that may of the certificates in use today have at least 3 levels in the hierarchy. Usually two from the CA, and one from the website operator. secure.appcove.com has this: [GlobalSign Root CA > GlobalSign > GlobalSign Extended Validation CA > secure.appcove.com]
1d
answered How does SSL actually work?
2d
comment Regular Expression in PHP: How to create a pattern for tables in html
You had better read this: stackoverflow.com/questions/1732348/…, then delete your question.
2d
comment web site certificate issue
Watch out for licencing issues with your SSL provider. There is usually a limit to how many machines you are permitted to install it on. GlobalSign, for example, has a limit of 3 machines per cert.
2d
comment Data extraction and manipulation in jython
What do you mean "reading and writing in the same file" ?
2d
comment strategy for hit detection over a net connection, like Quake or other FPS games.
Wow, that is a small question with a big BIG answer.
2d
answered php contact form clean code
Dec
13
accepted failsafe for networked robot
Dec
13
answered failsafe for networked robot
Dec
13
comment Programatically changing hash of a file without corrupting it
Simple solution: get a different hosting provider.
Dec
13
answered Using Postgresql as middle layer. Need opinion.
Dec
12
accepted Does using a function in foreach loop caches the result, or calls the function each time?
Dec
12
awarded  Enlightened
Dec
12
accepted Would you feel offended or upset if another developer ran a code beautifier on the code base?
Dec
12
awarded  Nice Answer
Dec
12
accepted Which code signing authority should I go with?
Dec
12
revised Best license for private software
added 1121 characters in body
Dec
12
answered Best license for private software
Dec
12
comment PHP headers already sent error
Do you have an auto_prepend_file configured in php.ini or .htaccess?
Dec
12
answered What is your favorite/most productive macro that you have used in Vim ?
Dec
12
answered What are some good places to look for default apache startup settings in Fedora 8?
Dec
12
revised Would you feel offended or upset if another developer ran a code beautifier on the code base?
Added subjective tag
Dec
12
answered Would you feel offended or upset if another developer ran a code beautifier on the code base?
Dec
12
answered Does using a function in foreach loop caches the result, or calls the function each time?
Dec
12
comment Coalesce function for PHP?
@[Alfred,Ciaran] - you are incorrect. foreach() evaluates the first argument only once, to get an array, and then iterates over it.
Dec
11
comment Parsing flat-file database information into a multidimensional array
I was on board with your question until you started talking about how YOU were going to format the data. No disrespect intended, but this is insane when SQLITE, MySQL, PostgreSQL, JSON, YAML, Pickle, and how many others are just sitting there waiting for you to use?
Dec
11
comment PHP MYSQL - Insert into without using column names but with autoincrement field
@Paulo: you have no idea what trouble you may open yourself up to by doing that. Use NULL - it's the way MySQL designed it to work.
Dec
10
accepted display mysql newline in HTML
Dec
10
comment What is the best database to use for a particular application
So how do you know MySQL is "better" than PostgreSQL if you have no experience?
Dec
10
comment What is the best database to use for a particular application
This is a "well, that depends." question, and doesn't have a definitive answer. Vote to close.
Dec
10
comment Pinging first available host in network subnets
Have you considered using nmap? Also, be careful, because while what you are doing may be innocent, it may look like a cracker at work.
Dec
10
comment Best practice: Import mySQL file in PHP; split queries
Depends on the dump format...
Dec
10
comment Big List Of Portability in Python
Should be community wiki.
Dec
10
comment display mysql newline in HTML
What language are you using?
Dec
10
answered display mysql newline in HTML
Dec
9
comment How long should you focus on a programming language?
It sounds like such a luxury now, just choosing what to learn, rather than NEEDING to learn it. I suggest you get really good at programming, while picking up a couple of useful languages.
Dec
9
answered keep user logged in when he visit the same page again?
Dec
9
comment How accurate is GeoIP and $_SERVER[’REMOTE_ADDR’]?
Google analytics is free, and provides you with a lot of insight (including fancy colored maps) of where your visitors are coming from.