Pesto

8,992
reputation
852 views

Registered User

name Pesto
member for 1 year
seen 2 hours ago
website
location Alexandria, VA
age 27
Lifelong greppler
Dec
7
revised what does this backtick ruby code mean?
BackTICK, not backstick.
Dec
6
awarded  Mortarboard
Dec
6
awarded  Nice Answer
Dec
3
answered Ruby - Operator precedence ? And/&&
Nov
30
answered Using And clause in HEAD of a prolog statement.
Nov
24
comment What is the best tool for creating user guides with screenshots on a Mac?
This question belongs on SuperUser. The original question just happens to predate it.
Nov
24
revised How can I show messages to the user like msn messenger does?
deleted 14 characters in body
Nov
24
revised jQuery explanation needed regarding this code
added 63 characters in body
Nov
24
answered Using Hash Tables as function inputs
Nov
24
comment Why does this use of Java Generics not compile?
Explained here: java.sun.com/docs/books/…
Nov
24
comment Why does this use of Java Generics not compile?
Contrary to what you think, ? extends Number will allow Number objects. The ? extends X bounded wildcard means "X or a subclass of X".
Nov
21
accepted Where are methods defined at the ruby top level?
Nov
20
revised Where are methods defined at the ruby top level?
added 1744 characters in body
Nov
19
answered Where are methods defined at the ruby top level?
Nov
17
comment Impressing Ruby example
@Julet: Clearly you've only read tutorials written or inspire by _why.
Nov
17
comment Is there a better Ruby framework than Rails?
That's an extremely subjective question. How about some quantifiable basis for comparison?
Nov
17
comment Complexity with Array.min
+1: This process is faster than going through the array, generating a new array, and then finding the min on that array as proposed in the accepted answer.
Nov
15
awarded  Nice Answer
Nov
13
accepted Array to nested hash
Nov
12
accepted How can you easily test hash equality in Ruby when you only care about intersecting keys?
Nov
12
comment How can you easily test hash equality in Ruby when you only care about intersecting keys?
@Teflon Ted: You know what's better than just stating that you have some edge cases? Posting them so they can be provided for. The two examples you give take if from being a simple one-liner to something more complex.
Nov
12
answered How can you easily test hash equality in Ruby when you only care about intersecting keys?
Nov
12
answered Array to nested hash
Nov
5
answered Share global logger among module/classes
Nov
5
revised Out of four std::vector objects select the one with the most elements
added 980 characters in body
Nov
4
revised What Is The “Magic” Behind The Search Engines
A number format everyone can tolerate!
Nov
4
comment What Is The “Magic” Behind The Search Engines
Historically, the magic has been pixies. Google achieved a major breakthrough by integrating elves into the process, although the pixie:elf ratio is a closely-guarded traded secret.
Nov
4
answered Listing the Accessors in a Ruby Class
Nov
4
awarded  Enlightened
Nov
4
awarded  Nice Answer
Nov
4
answered Should I use inheritance for a Ruby project involving common attributes and differing methods?
Nov
4
accepted Problem with Ruby Gem and Sanitize
Nov
4
answered Problem with Ruby Gem and Sanitize
Nov
4
accepted Compare sequential last elements in ruby array
Nov
4
accepted Out of four std::vector objects select the one with the most elements
Nov
4
comment Out of four std::vector objects select the one with the most elements
There, are you people happy now?!
Nov
4
revised Out of four std::vector objects select the one with the most elements
added 60 characters in body
Nov
4
comment Out of four std::vector objects select the one with the most elements
@Konrad: I didn't know the specifics of his situation, so I provided a basic example. Tailoring it to use pointers is left as an exercise to the reader.
Nov
4
answered Out of four std::vector objects select the one with the most elements
Nov
4
answered Compare sequential last elements in ruby array
Nov
4
revised Is ResourceManager in .NET a singleton?
added 1 characters in body; edited title
Nov
4
comment Have you ever written a virus or trojan or anything with a nefarious purpose?
Have you ever written an obvious dupe? stackoverflow.com/questions/458507/…
Nov
4
comment How to concatenate a Hash to URL parameters?
Be sure to use this with URI.escape and not CGI.escape because the latter will turn that = into %3D.
Nov
4
answered Checking emptiness of an element in hpricot
Nov
4
answered How to concatenate a Hash to URL parameters?
Nov
4
comment merging array items in ruby
What would your desired output be for [["B", "C", "E", "F"], ["A","B","C","D"], ["F", "G"]]?
Oct
30
revised What is the inclusive range of float and double in Java?
Keep your question to the relevant details. If you must include stupid, off-topic commentary, do so in the comments.
Oct
30
revised push a list to Stack as one element without brackets
added 40 characters in body
Oct
30
revised How do I create an OpenCV image from a PIL image?
That was driving me crazy.
Oct
30
awarded  Enlightened