11,090 reputation
62461
bio website
location Italy
age 21
visits member for 2 years, 6 months
seen 10 secs ago
stats profile views 1,422

You won't care about what I write here anyway, so why bother?

Books

Here is a list of books I'm proud to have read o I'm reading:


1d
awarded  Convention
1d
comment Understanding C++ and Qt?
ui is probably populated by Qt Creator.
2d
comment ruby converting a string into float destroys the digit
Your example prints 1053_at/RFC2 203696_s_at/RFC 0.9031699692435061 and then 1053.0 and finally fails with an undefined method error. (ruby 1.9.3p362)
2d
comment Takes away a % of a number not working
Questions that explains the problem as "not working" are an automatic flag from my side.
May
21
comment sql time from value
And you can't do this server side because...?
May
21
awarded  Popular Question
May
17
revised What the proper way to return a copy of yourself inside yourself?
deleted 12 characters in body
May
17
answered What the proper way to return a copy of yourself inside yourself?
May
17
reviewed Leave Closed running Android Studio on Windows 7 fails, no Android SDK found
May
16
awarded  Popular Question
May
15
comment PHP not returning values
SO is no debugger.
May
15
comment Sinatra Request Object
You should read Sinatra up and running. It's an excellent book on Sinatra: how to use it and all the magic behind it (including this one).
May
14
revised Remove by _id in MongoDB console
added 4 characters in body
May
13
revised How to efficiently sort on 2 string attributes, either of which may be nil, in Ruby?
added 54 characters in body
May
13
answered How to efficiently sort on 2 string attributes, either of which may be nil, in Ruby?
May
13
comment How to efficiently sort on 2 string attributes, either of which may be nil, in Ruby?
Also, what kind of notation is size: 'large', color: 'blue' never seen it.
May
13
comment How to efficiently sort on 2 string attributes, either of which may be nil, in Ruby?
"then by age?" -- you have never mentioned any age, did you mean color?
May
13
revised Ruby Module Declaration
edited body
May
13
comment How to know that we're on “the last round” of a .each_slice
@dbenhur, I always assume that array elements are different if not stated otherwise. In my example the only requirement is that slices are different, which is not that picky. Anyway it seems to be working for the OP.
May
13
answered Ruby Module Declaration