An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by jamis

A curated list of projects in awesome lists by jamis .

https://github.com/jamis/bulk_insert

Efficient bulk inserts with ActiveRecord

Last synced: 11 Nov 2025

https://github.com/jamis/bucketwise

ATTENTION: This project is no longer being updated. If you're still interested, feel free to read on... "A web-based personal finance manager with a focus on non-OCD budgeting and avoiding credit card debt"

Last synced: 11 Nov 2025

https://github.com/jamis/csmazes

Maze algorithms implemented in CoffeeScript, with an eye toward demonstrating how the algorithms work by animating them.

generator maze maze-algorithms

Last synced: 11 Nov 2025

https://github.com/jamis/castaway

System for building screencasts and video presentations

screencast video

Last synced: 11 Nov 2025

https://github.com/jamis/fuzzyfinder_textmate

A vim script that extends the fuzzyfinder plugin to support TextMate style file searches (e.g. cmd-T) (Unmaintained now, see http://weblog.jamisbuck.org/2009/1/28/the-future-of-fuzzyfinder-textmate)

Last synced: 11 Nov 2025

https://github.com/jamis/theseus

A very flexible random maze generator, solver, and renderer for Ruby

Last synced: 11 Nov 2025

https://github.com/jamis/query-composer

A library for composing complex SQL queries by defining their subcomponents and the dependencies between them.

Last synced: 11 Nov 2025

https://github.com/jamis/fuzzy_file_finder

A (slightly enhanced) implementation of TextMate's cmd-T lookup functionality, in Ruby, for embedding in other projects

Last synced: 11 Nov 2025

https://github.com/jamis/wordsearch

A word-search puzzle generator

Last synced: 11 Nov 2025

https://github.com/jamis/safe_mass_assignment

ActiveRecord plugin for allowing (careful) mass assignment of protected attributes, separate from values provided via users of your application.

Last synced: 11 Nov 2025

https://github.com/jamis/impose

A utility and library for imposition -- arranging pages on a sheet of paper for optimal printing

Last synced: 05 Mar 2026

https://github.com/jamis/net-ssh-multi

SSH connection multiplexing: execute commands simultaneously on multiple hosts via SSH

Last synced: 11 Nov 2025

https://github.com/jamis/sqlpp

A simplistic SQL parser and pretty-printer

Last synced: 10 Mar 2026

https://github.com/jamis/dnd-dungeon

A random maze generator in C, with a CGI front-end for generating random dungeons for D&D, 3rd edition

Last synced: 11 Nov 2025

https://github.com/jamis/kaleidoscope

Generate uniform tilings (tesselations) of a plane using Wythoff constructions. Not as hard (or scary) as it sounds!

Last synced: 11 Nov 2025

https://github.com/jamis/net-ssh-shell

NOTE: this repository is no longer actively maintained. Please go to the actively maintained repository, here: https://github.com/mitchellh/net-ssh-shell. Net::SSH::Shell is a net-ssh extension library that provides an API for programmatically interacting with a login shell

Last synced: 11 Nov 2025

https://github.com/jamis/mazemaker

An implementation of grid layouts and maze algorithms, in Swift

Last synced: 11 Nov 2025

https://github.com/jamis/net-ssh-gateway

THIS REPOSITORY IS NO LONGER MAINTAINED. Please see https://github.com/net-ssh/net-ssh-gateway for the currently maintained version. Thanks! -- A gateway class for tunneling connections via SSH over a forwarded port.

Last synced: 17 Apr 2025

https://github.com/jamis/ifrb

Interactive Fiction for Interactive Ruby

Last synced: 11 Nov 2025

https://github.com/jamis/mod_reproxy

A module for Apache 2 that implements support for the X-Reproxy-Url response header

Last synced: 11 Nov 2025

https://github.com/jamis/amazing-desktops

A simple utility for generating random abstract images (using mazes) for use as desktop wallpaper.

Last synced: 07 Apr 2026

https://github.com/jamis/logic-engine

Prolog-inspired logic engine in Ruby, with backtracking

Last synced: 31 Jan 2026

https://github.com/jamis/rtc-ocaml

"The Ray Tracer Challenge" (http://www.raytracerchallenge.com) implemented in OCaml

raytracer

Last synced: 11 Nov 2025

https://github.com/jamis/code_slide

Generate PDF/PNG slides from source code

Last synced: 11 Nov 2025

https://github.com/jamis/curves

A library for interpolating various curves (bezier, cubic hermite, etc.)

Last synced: 11 Nov 2025

https://github.com/jamis/mazoo

An HTML5 game to test your maze navigation skills!

Last synced: 11 Nov 2025

https://github.com/jamis/zing

Framework for playful maze generation (from "Twisty Little Passages" presentation at MWRC 2015)

Last synced: 11 Nov 2025

https://github.com/jamis/chaussettes

A thin wrapper around the sox audio manipulation utility

Last synced: 11 Nov 2025

https://github.com/jamis/process_roulette

A silly little game that could mess up your machine pretty badly (please use a VM!)

Last synced: 11 Nov 2025

https://github.com/jamis/celtic_knot

A library for generating Celtic Knotwork designs from graphs

Last synced: 11 Nov 2025

https://github.com/jamis/truth

A utility for displaying a truth table for an expression

Last synced: 11 Nov 2025

https://github.com/jamis/dnd-npc

A random NPC generator for D&D 3rd edition, written in C. Includes CGI and console interfaces.

Last synced: 11 Nov 2025

https://github.com/jamis/lindy

An L-system parser and interpreter

Last synced: 11 Nov 2025

https://github.com/jamis/weekly-challenges

My submissions for the weekly programming challenges (https://medium.com/@jamis/weekly-programming-challenge-1-55b63b9d2a1)

Last synced: 11 Nov 2025

https://github.com/jamis/hercule

A logic puzzle for PalmOS (historical interest only, mostly, unless you have a really old device)

Last synced: 07 Mar 2026

https://github.com/jamis/ksp-realsolarsystem-bundler

Program for bundling all needed dependencies for the "Real Solar System" mod, for Kerbal Space Program.

Last synced: 14 Mar 2026

https://github.com/jamis/ekawada-web

A rails application for recording, comparing, and researching string figures

Last synced: 11 Nov 2025

https://github.com/jamis/scruffy-labrador

A flexible JavaScript implementation of a grid/graph, and some maze generation algorithms

Last synced: 11 Nov 2025

https://github.com/jamis/dnd-util

An encapsulation (in C) of the core logic and data of D&D, 3rd edition.

Last synced: 02 Feb 2026

https://github.com/jamis/artifex

A D&D4e NPC generator

Last synced: 11 Nov 2025

https://github.com/jamis/jamis.github.io

Basil & Fabian - A Wizard & His Man

Last synced: 08 Jan 2026

https://github.com/jamis/sqlite-ruby

bindings for the SQLite 2.x embedded database

Last synced: 11 Nov 2025

https://github.com/jamis/runeo

An ActiveRecord-inspired wrapper for the Neo4j REST API

Last synced: 11 Nov 2025

https://github.com/jamis/dnd-templates

A templating system written in C. (Deprecated, obsolete, etc!)

Last synced: 03 Feb 2026

https://github.com/jamis/korean-proverbs

Translations of Korean proverbs

Last synced: 06 Jan 2026

https://github.com/jamis/dnd-writetem

A templating system written in C, with a stream wrapper system. (Deprecated, obsolete, etc!)

Last synced: 07 Jan 2026

https://github.com/jamis/hangul-tools

Romanize Korean text

Last synced: 07 Mar 2026

https://github.com/jamis/tinker

CYOA-style game system inspired by Sarah Allen's "pie" project.

Last synced: 11 Nov 2025

https://github.com/jamis/piece-by-piece

An evidence-oriented genealogical research database, inspired by the GENTECH data model

Last synced: 11 Nov 2025

https://github.com/jamis/strings2go

A string figure collection for the iPhone

Last synced: 11 Nov 2025

https://github.com/jamis/taleswapper

A home for creating and sharing stories, with an emphasis on role-playing games

Last synced: 16 Feb 2026

https://github.com/jamis/kincaid

A DSL for creating dungeon maps for tabletop RPG's

Last synced: 11 Nov 2025

https://github.com/jamis/test_session_manager

Allow tests for Rails applications to inject session data (including flash) into test requests

Last synced: 11 Nov 2025

https://github.com/jamis/derring-do

The over-eager progress monitor for Ruby.

Last synced: 11 Nov 2025

https://github.com/jamis/buckblog

The Buckblog -- assorted ramblings by Jamis Buck -- http://weblog.jamisbuck.org

Last synced: 26 Feb 2026

https://github.com/jamis/dnd-treasure2-win

Windows UI for a random treasure generator for D&D 3rd Edition (unsupported; historical interest only!)

Last synced: 11 Nov 2025

https://github.com/jamis/rubyconf2024-buck-mishra

RubyConf 2024 presentation materials for the "Flattening Recursion with Fibers" presentation

Last synced: 11 Nov 2025