Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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?

Python Or Ruby Interpreter On Ios

I found this application on the app store: iLuaBox and I wondered if there was anything else like t… Read more Python Or Ruby Interpreter On Ios

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

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

Feasibility Of Using Pipe For Ruby-python Communication

Currently, I have two programs, one running on Ruby and the other in Python. I need to read a file … Read more Feasibility Of Using Pipe For Ruby-python Communication

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

Image Resizing Web Service

Does someone know a good web service to resize images ? Either an open source (PHP/Python/Ruby) app… Read more Image Resizing Web Service

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?