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

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

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

Is String Interning Really Useful?

I was having a conversation about strings and various languages a while back, and the topic of stri… Read more Is String Interning Really Useful?

Embed Multiple Jpeg Images Into Excel Programmatically?

Dear Stackoverflowers, Outputting an Excel spreadsheet with images is a requirement of a project I&… Read more Embed Multiple Jpeg Images Into Excel Programmatically?

Easiest Scripting Method To Merge Two Text Files - Ruby, Python, Javascript, Java?

I have two text files, one containing HTML and the other containing URL slugs: FILE 1 (HTML): Solut… Read more Easiest Scripting Method To Merge Two Text Files - Ruby, Python, Javascript, Java?

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

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

What's The Ruby Equivalent Of Python's Os.walk?

Does anyone know if there's an existing module/function inside Ruby to traverse file system dir… Read more What's The Ruby Equivalent Of Python's Os.walk?

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?

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

Is The Visitor Pattern Useful For Dynamically Typed Languages?

The Visitor pattern allows operations on objects to be written without extending the object class. … Read more Is The Visitor Pattern Useful For Dynamically Typed Languages?

Running Ruby, Node, Python And Docker On The New Apple Silicon Architecture?

How do you get a Ruby, Python and Node.js development environments running on Apple Silicon archite… Read more Running Ruby, Node, Python And Docker On The New Apple Silicon Architecture?

Ruby Hash Equivalent To Python Dict Setdefault

In Python it is possible to read a dictionary/hash key while at the same time setting the key to a … Read more Ruby Hash Equivalent To Python Dict Setdefault

Save Json Outputted From A Url To A File

How would I save JSON outputted by an URL to a file? e.g from the Twitter search API (this http://… Read more Save Json Outputted From A Url To A File

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

How Do I Do A Range Regex In Ruby Like Awk /start/,/stop/

I want to do an AWK-style range regex like this: awk ' /hoststatus/,/\}/' file In AWK this… Read more How Do I Do A Range Regex In Ruby Like Awk /start/,/stop/

Running Ruby, Node, Python And Docker On The New Apple Silicon Architecture?

How do you get a Ruby, Python and Node.js development environments running on Apple Silicon archite… Read more Running Ruby, Node, Python And Docker On The New Apple Silicon Architecture?