1,170 reputation
59
bio website
location Washington, DC
age
visits member for 3 years, 6 months
seen May 18 at 13:04
stats profile views 12

Mar
30
accepted How can I check whether a JRuby script defines a particular method?
Mar
30
answered Java error: Exception in thread “main” java.lang.NoSuchMethodError: main
Mar
24
answered Removing elements
Mar
24
answered How to display an SVG image after executing a script through the command console/terminal?
Mar
24
answered Boosting the relevance of a field, with the value of another (numerical)
Mar
24
answered Multithreading and syncing arrays
Mar
23
revised Incorrect Java HttpClient's response stream
providing alternative to deprecated suggestion
Mar
23
answered Incorrect Java HttpClient's response stream
Mar
23
asked How can I check whether a JRuby script defines a particular method?
Jan
27
awarded  Good Answer
Nov
3
awarded  Yearling
Jul
7
answered How do i know what characters exist in my string and then count their occurrence?
Jul
7
answered 3 quick questions on Java's synchronized block
Jul
7
revised Blocking and simultaneously releasing a variable number of threads in Java
fix typo
Jul
7
accepted Blocking and simultaneously releasing a variable number of threads in Java
Jul
7
comment Blocking and simultaneously releasing a variable number of threads in Java
Why would I still need a timestamp? According to the Javadocs for awaitAdvance, it waits until the phase is not equal to the given phase... so it's doing a not-equal check, not a greater-than check. Thus, wraparound shouldn't break anything, if that's what you're referring to, right?
Jul
7
comment Blocking and simultaneously releasing a variable number of threads in Java
Neat- this solution would let me avoid System.currentTimeMillis entirely and just use the phase number, which seems cleaner, in that I didn't actually care when the flush occurred, just that it occurred after some other time.
Jul
7
comment Blocking and simultaneously releasing a variable number of threads in Java
Does that mean that, to release the latch, I'd call countDown in a loop until the getCount() returns 0?
Jul
7
asked Blocking and simultaneously releasing a variable number of threads in Java
Apr
23
awarded  Student