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

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

How Well Does Your Language Support Unicode In Practice?

I'm looking into new languages, kind of craving for one where I no longer need to worry about c… Read more How Well Does Your Language Support Unicode In Practice?

Learning Ruby From Python; Differences And Similarities

Inspired by Learning Python from Ruby; Differences and Similarities. I'm in the exact opposite … Read more Learning Ruby From Python; Differences And Similarities

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

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

Open Source Etl Framework

I was asked to prototype two ETL frameworks. The requirements are as follows: Open Source Availa… Read more Open Source Etl Framework

Ruby Less Gem Equivalent In Python

The Ruby LESS gem looks awesome - and I am working on a Python/Pylons web project where it would be… Read more Ruby Less Gem Equivalent In Python

Removing Extensions In Subdirectories

I need to remove the extension '.tex': ./1-aoeeu/1.tex ./2-thst/2.tex ./3-oeu/3.tex ./4-uou… Read more Removing Extensions In Subdirectories