Overflown

710
Reputation
157 views

Registered User

Name Overflown
Member for 1 year
Seen Sep 4 at 23:04
Website
Location
Age
Nov
15
awarded  Yearling
Oct
20
awarded  Nice Question
Aug
19
asked Apache as Reverse Proxy for CouchDB
Jul
29
answered What have you heard about “the real world” from academia that is completely incorrect?
Jul
29
answered What have you heard about “the real world” from academia that is completely incorrect?
Jul
15
comment Most harmful misconception of beginners about programming?
It's been a long first day then. :)
Jul
13
comment HTML and Compilers
In theory, GWT provides a means for write-once, run anywhere app development where your original Java code is compiled to the best available, most compatible javascript possible on demand.
Jul
13
revised HTML and Compilers
deleted 5 characters in body
Jul
13
answered HTML and Compilers
Jul
10
awarded  
Jul
6
answered How is linear algebra used in algorithms?
Jul
6
comment How is linear algebra used in algorithms?
was going to post that PageRank is all linear algebra. You got it!
Jul
6
comment Should I go to school and get my degree in computer science?
Expecting Gates or Jobs to have received a degree is a little bit like asking Newton to have had a Ph. D. in physics. Nowadays, the degree is out there to grab, so I say go for it
Jul
4
comment What is the “Quickest” Programming Language (and why)?
define "respectable interface" and the answer would be clearer
Jul
2
answered Advice for Computer Science College Students
Jul
2
comment What are software practices in mission-critical industries (e.g. nuclear power plant)?
Wait, so Sun is an inappropriate name for the company. lulz
Jun
30
revised Java Time Savers
added 945 characters in body; edited tags
Jun
29
comment Java Time Savers
I guess I am a little weary about something so heavy as Spring. I'm working in a domain that has never heard of SQL or databases and won't have J2EE. In a sense this application would be very limited but simple DB for the unenlightened. In that light, is Spring too much? Or is it still valuable?
Jun
29
asked Java Time Savers
Jun
23
answered How to Find that Rock Star Junior Developer?
Jun
14
comment greedy algorithm for the knapsack problem
More info: n log n is the sort, then passing thru is O(n). I believe that it has 1/2 efficiency.
Jun
9
comment Why does perl “hash of lists” do this?
thanks a lot; I was using references like this before but perl told me this was deprecated semantics. Never listen to the compiler!
Jun
9
asked Why does perl “hash of lists” do this?