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

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?

Why Is Equivalent Python Code So Much Slower

can somebody explain why is the following trivial code (implementation of Euclid's algorithm to… Read more Why Is Equivalent Python Code So Much Slower

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

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

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?

Does Ruby Have Something Like Python's List Comprehensions?

Python has a nice feature: print([j**2 for j in [2, 3, 4, 5]]) # => [4, 9, 16, 25] In Ruby it&#… Read more Does Ruby Have Something Like Python's List Comprehensions?