Programming

32 posts tagged with "Programming"

Reflections on Becoming a Django Developer

Thoughts and experiences on becoming a Django developer.

Developer Notes: A quick and dirty text diff

Ever need to compare two pieces of text? There's an easy way to do it in VSCode.

How to Write Software With Mathematical Perfection
How to Write Software With Mathematical Perfection
Developer Notes: Converting Filenames to Metadata

Using Bash to quickly convert filenames into metadata.

BootcampR
Teaching the tidyverse to R novices

How I teach R to novices.

Simple Parsing CSV to JSON

A simple Ruby script for parsing a CSV into JSON.

Using Omekadd and Bash Together

Using Bash to automate adding content to Omeka.

Converting Plain Text to PDF with Bash

Create great-looking PDFs from Markdown with Pandoc and LaTeX.

Getting Started with D3

An overview for getting started with D3.

Parsing CSV Data with Ruby

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

Using AppleScript to Automate Notetaking

Extracting PDF highlights to markdown with AppleScript.

Lorem Ipsum Block in Sublime Text

Sublime Text supports lorem ipsum by default.

Better Web Scraping with Nokogiri

An improved Ruby-based web scraper.

A Few New Scripts

A few scripts I'm using to automate some tasks.

Popup Footnotes

A jQuery script for creating pop-up footnotes.

Forking the Rubyist Historian

My open access book on Ruby programming for historians.

It's About the Problem

Programming is about solving problems.

A Simple Ruby NGram Generator

A simple Ruby-based text tokenizer.

Twitter from the Command Line

I spend a lot of time at the CLI. Might as well tweet from it.

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.

How I Learned Code

Here's how a historian learned to be a programmer.

FREQr, a Command Line Word Frequency Generator

A simple word tokenizer written in Ruby.