557 reputation
819
bio website someonesmall.com
location
age
visits member for 2 years, 10 months
seen 1 hour ago
stats profile views 60

See the website.


2d
asked Bug in simple dynamic programming algorithm (classic knapsack)
May
12
asked In threejs, to detect webgl support, should we use Detector.js or system.min.js?
Mar
24
awarded  Notable Question
Mar
20
asked How would you use HTML/CSS to order a list “backwards” so the list fills from right-left, bottom up?
Mar
18
awarded  Popular Question
Mar
11
awarded  Notable Question
Mar
8
comment Sorting an array of JavaScript objects
For me, sorting ascending went the way that was originally coded: a.price - b.price
Feb
12
comment Is making a method synchronized when the method is only called in a synchronized block redundant? What happens on the OS level?
Just in my design, I have it that way. So it seems like it's best to be explicit and just make it synchronized... okay.
Feb
12
asked Is making a method synchronized when the method is only called in a synchronized block redundant? What happens on the OS level?
Feb
2
accepted Rails app can no longer download a text file after upgrading to Rails 3.2.11 - no file found
Feb
2
accepted How would I use an sql query with .where to check for a match between a date column and a string?
Feb
2
asked How would I use an sql query with .where to check for a match between a date column and a string?
Jan
27
comment Rails app can no longer download a text file after upgrading to Rails 3.2.11 - no file found
A perhaps better way would be to use send_data instead of send_file altogether.
Jan
27
answered Rails app can no longer download a text file after upgrading to Rails 3.2.11 - no file found
Jan
27
accepted Is there an online application that automatically draws tree structures for phrases/sentences?
Jan
27
comment Is there an online application that automatically draws tree structures for phrases/sentences?
Thanks, at this point I've realized the lack of agreement on drawing tree structures - the many theories, as you say.
Jan
26
revised Rails app can no longer download a text file after upgrading to Rails 3.2.11 - no file found
added short version of question
Jan
26
revised Is an intrinsic lock the same thing as a permit? (Semaphores, locks, threading…)
added 118 characters in body
Jan
25
asked Rails app can no longer download a text file after upgrading to Rails 3.2.11 - no file found
Jan
21
comment Is an intrinsic lock the same thing as a permit? (Semaphores, locks, threading…)
My questions is about permits vs. locks, not semaphores vs locks... and I thought that this was a valid question and wouldn't deserve getting downvoted so much :/ I'm just learning this and have a vague understanding