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

Recursive Web Download Following Links According To Dom Criteria

MSDN is a huge hierarchical doc site. To be more precise, the content is organized in a hierarchica… Read more Recursive Web Download Following Links According To Dom Criteria

Integration Testing For A Web App

I want to do full integration testing for a web application. I want to test many things like AJAX, … Read more Integration Testing For A Web App

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

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

Find In Files Using Ruby Or Python

A popular text editor has the following 'find in files' feature that opens in a dialog box:… Read more Find In Files Using Ruby Or Python

Python To Ruby Conversion, Stuck On The Equivalent

I currently have this string that hashes the password to connect to the server properly. It works f… Read more Python To Ruby Conversion, Stuck On The Equivalent