25 reputation
3
bio website
location
age
visits member for 9 months
seen 13 hours ago
stats profile views 2

Nov
15
comment Selecting Paragraphs in Groups with xPath in Ruby
Hello pguardiario, thanks for your answer as well. It's more readable to me than justin's approach. I didn't know about the slice_before method. Here also the question: What does ´to_a[1..-1]´ do?
Nov
15
comment Selecting Paragraphs in Groups with xPath in Ruby
Hey Justin, thanks for your answer, it is very helpful to me. I don't understand what ´paragraph_text[-1]´ means? What is the index [-1] in an array?
Nov
14
comment Selecting Paragraphs in Groups with xPath in Ruby
I switched to xpath because I found the xpath solution for selecting the paragraphs between the two headlines above. I prefer to scrape with nokogiri and its css-method. But if my problem requires xpath, I'll use it (even if I it's very heavy to understand, at least to me ;))
Nov
14
asked Selecting Paragraphs in Groups with xPath in Ruby
Aug
28
awarded  Supporter
Aug
28
comment Ruby puts key instead of value from a json file
Hey there, thank you very much for your help. Maybe it was too late to think clear ;) I could swear I tried your approach during testing, but obviously I didn't. But now it works perfect. Thanks for your advice of puts and p, too.
Aug
28
accepted Ruby puts key instead of value from a json file
Aug
27
asked Ruby puts key instead of value from a json file
Aug
14
comment jQuery tablesorter: Prioritize Columns (like in a medal count: First Gold, then Silver, then Bronze)
Thanks again, I finally had some time to implement the "weight" span. It works perfectly for me.
Aug
10
awarded  Scholar
Aug
10
accepted jQuery tablesorter: Prioritize Columns (like in a medal count: First Gold, then Silver, then Bronze)
Aug
10
comment jQuery tablesorter: Prioritize Columns (like in a medal count: First Gold, then Silver, then Bronze)
Hi there and thanks for your response. Both answers were very useful. hradac: I'll definitly have a look at the custom parsing stuff for later projects, but I think it will not help in this special case, because the values are already numeric and therefore sortable with the built-in parser. fudgey: Thanks for this approach and your comprehensive explanation. Looks like an easy-to-implement-way. I'll give it a try.
Aug
7
awarded  Student
Aug
7
asked jQuery tablesorter: Prioritize Columns (like in a medal count: First Gold, then Silver, then Bronze)