Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ruby

Extracting Visual Event 2 Output Into Script

In the Visual Event description, it says that it extracts 'which elements have events attached … Read more Extracting Visual Event 2 Output Into Script

What's The Ruby Equivalent Of Python's Os.walk?

Does anyone know if there's an existing module/function inside Ruby to traverse file system dir… Read more What's The Ruby Equivalent Of Python's Os.walk?

Ruby Hash Equivalent To Python Dict Setdefault

In Python it is possible to read a dictionary/hash key while at the same time setting the key to a … Read more Ruby Hash Equivalent To Python Dict Setdefault

Python Or Ruby For A .net Developer?

I'm a C# .NET developer and I work on mostly ASP.NET projects. I want to learn a new programmin… Read more Python Or Ruby For A .net Developer?

Html Agility Pack Or Html Screen Scraping Libraries For Java, Ruby, Python?

I found the HTML Agility Pack useful and easy to use for screen scraping web sites. What's the… Read more Html Agility Pack Or Html Screen Scraping Libraries For Java, Ruby, Python?

How Do I Do A Range Regex In Ruby Like Awk /start/,/stop/

I want to do an AWK-style range regex like this: awk ' /hoststatus/,/\}/' file In AWK this… Read more How Do I Do A Range Regex In Ruby Like Awk /start/,/stop/

Amazon Search API

Is there a good way to access amazon search results (given a query) in Ruby or Python? I've bee… Read more Amazon Search API

Map JSON Response From Ruby To Python

[EDIT]: Sorry I didn't explain in enough details the first time as I kind of wanted to figure t… Read more Map JSON Response From Ruby To Python