Ruby

15 posts tagged with "Ruby"

Simple Parsing CSV to JSON

A simple Ruby script for parsing a CSV into JSON.

Parsing CSV Data with Ruby

A simple script for parsing a CSV with Ruby and counting values.

Better Web Scraping with Nokogiri

An improved Ruby-based web scraper.

Forking the Rubyist Historian

My open access book on Ruby programming for historians.

A Simple Ruby NGram Generator

A simple Ruby-based text tokenizer.

FREQr Version 2

Some improvements to my word tokenizer.

The Rubyist Historian: Our First Program

The Rubyist Historian: Creating our first program!

The Rubyist Historian: Randomness

The Rubyist Historian: Introduction to recursion and other random things.

The Rubyist Historian: Working With Advanced Data

The Rubyist Historian: Working with inputs and outputs.

The Rubyist Historian: Arrays and Hashes

The Rubyist Historian: Introduction to arrays and hashes.

The Rubyist Historian: Loops and Control Structures

The Rubyist Historian: An introduction to loops and controls.

The Rubyist Historian: Methods and Classes

The Rubyist Historian: Introducing Ruby classes and methods.

The Rubyist Historian: Getting Started

The Rubyist Historian: How to get started with Ruby.

The Rubyist Historian: The Series

The Rubyist Historian: An introduction to the series.

FREQr, a Command Line Word Frequency Generator

A simple word tokenizer written in Ruby.