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

Is The Visitor Pattern Useful For Dynamically Typed Languages?

The Visitor pattern allows operations on objects to be written without extending the object class. … Read more Is The Visitor Pattern Useful For Dynamically Typed Languages?

Expression Evaluator For C#/Python/Ruby

We have semi-complicated expressions in the format: '25 + [Variable1] > [Variable2]' We … Read more Expression Evaluator For C#/Python/Ruby

What Programming Language Features Are Well Suited For Developing A Live Coding Framework?

I would like to build a 'live coding framework'. I should explain what is meant by 'liv… Read more What Programming Language Features Are Well Suited For Developing A Live Coding Framework?

Graph Isomorphism For Jar Files

I'm working with *.jar files and on graph isomorphism. I want to check for graph isomorphism be… Read more Graph Isomorphism For Jar Files