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

Image Color Recognition, The General Color

I want to get the most prominent color of an image, and the language can be in either python or rub… Read more Image Color Recognition, The General Color

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

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

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

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

Script-driven Automation Of Google Refine With Ruby Python Perl Java Or Otherwise

BACKGROUND: Co-worker Adam has been using Google refine to process database downloads with much suc… Read more Script-driven Automation Of Google Refine With Ruby Python Perl Java Or Otherwise

Python Equivalent Of Ruby's .select

I have an list/array, lets call it x, and I want to create a new list/array, lets call this one z, … Read more Python Equivalent Of Ruby's .select

Is There Something Wrong With This Python Code, Why Does It Run So Slow Compared To Ruby?

I was interested in comparing ruby speed vs python so I took the simplest recursive calculation, na… Read more Is There Something Wrong With This Python Code, Why Does It Run So Slow Compared To Ruby?