201
reputation
34 views

Registered User

name
member for 1 year
seen 12 hours ago
website
location
age
1d
answered Eclipse settings affect Maven command-line build?
Dec
19
comment How do you use Ruby/DL? Is this right?
ffi gem works for windows now [at least mingw with the devkit]
Dec
17
comment Using Hash Maps to represent an extremely large data source
@Stephan so you are saying that judy is heavily architecture dependent?
Dec
17
accepted How to trap signal on ruby running on windows
Dec
17
comment Client side http proxy in ruby
do you want a full fledged http proxy or just a socket connector? (I assume the former)
Dec
16
comment gem is very slow
looks like about your only option is to <gulp> use ruby-prof to try and track down which part of gems is taking so long and see if you can speed it up/identify the problem/patch back into rubygems. Make sure you're using the latest version of gems. Could also try building the latest of rubygems... github.com/vvs/rubygems GL. -r
Dec
15
answered Conditional gem dependencies
Dec
15
answered How do I add conditional rubygem requirements to a gem specification?
Dec
13
answered gem is very slow
Dec
13
answered Breakpoints in Ruby IDE?
Dec
8
answered optimizing boost unordered map and sets, C++
Dec
7
awarded  Commentator
Dec
7
comment Hashtable in C++?
I think that's just for libstdc++ version >= 4.0?
Dec
4
answered Running Sinatra app with Mongrel on Windows
Dec
4
answered Packaging precompiled binaries inside of a gem
Dec
4
asked Is there a hot key for “go to test” in eclipse
Dec
2
awarded  Tumbleweed
Dec
2
accepted Deploying Sinatra app on Dreamhost/Passenger with custom gems
Dec
2
answered How to find if a gem is a library?
Dec
2
answered Deploying Sinatra app on Dreamhost/Passenger with custom gems
Nov
30
comment How do Enumerators work in Ruby 1.9.1?
here is a great detailed description wiki.github.com/rdp/ruby_tutorials_core/…
Nov
25
asked can you redistribute msvcrtxx.dll from an app build using visual studio express?
Nov
20
comment How to install RMagick gem in Ruby 1.8.6 MingW?
betterlogic.com/roger/?p=2186 is how to "really" compile it using mingw :)
Nov
18
answered MinGW - Update GCC version 3.4.5 to version 4.4
Nov
18
answered How to install RMagick gem in Ruby 1.8.6 MingW?
Nov
12
accepted Emulation of each_slice without block in ruby < 1.8.7
Nov
9
comment Unit testing a JAX-RS Web Service?
re: now bad link You can find the examples mentioned in the jersey /samples that show unit tests, basically by using jersey's consumers to consume web resources. download.java.net/maven/2/…
Nov
5
answered How to trap signal on ruby running on windows
Oct
30
awarded  Yearling
Oct
29
awarded  Scholar
Oct
29
comment com.sun.net.httpserver.HttpServer max connection count?
setExecutor--thank you very much--wonder what the default configuration is... [the java docs, as usual, with " a default implementation is used"]
Oct
29
asked com.sun.net.httpserver.HttpServer max connection count?
Oct
21
answered cannot install ruby gems - zlib error
Oct
21
answered How can I reliably discover the full path of the Ruby executable?
Oct
13
answered What do the different brackets in Ruby Mean?
Oct
7
answered How do you spawn a child process in Ruby?
Oct
5
answered Missing htons while building dnssd gem for Ruby 1.9.1
Oct
5
answered How do I compile and build the taf2-curb Ruby gem on Windows XP with MinGW?
Oct
5
answered Determining which rubygem you’re using
Oct
5
answered Are github gems less stable than rubyforge gems?
Oct
5
answered Configuring GitHub to automatically build new ruby gems
Oct
5
accepted How do I use Ruby1.9 with Shoes?
Oct
5
answered How do I use Ruby1.9 with Shoes?
Oct
3
awarded  Editor
Oct
3
revised How do Enumerators work in Ruby 1.9.1?
note that I was wrong about it being exclusive to 1.9--it works in 1.8 somehow, too
Oct
2
accepted What is most efficient way to read from TCPServer?
Sep
26
answered How do Enumerators work in Ruby 1.9.1?
Sep
23
answered Emulation of each_slice without block in ruby < 1.8.7
Sep
23
answered Ruby code on NFS mount, using another file on same mount causes problems.
Sep
23
answered How do you use a partial in a layout template?