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

Projects in Awesome Lists by mudge

A curated list of projects in awesome lists by mudge .

https://github.com/mudge/re2

Ruby bindings to RE2, a "fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python".

regex regular-expression ruby

Last synced: 04 Apr 2026

https://github.com/mudge/jquery_example

jQuery plugin to populate form inputs with example text that disappears on focus. See also http://github.com/mudge/jquery_placeholder

Last synced: 08 Aug 2025

https://github.com/mudge/pacta

An algebraic implementation of ECMAScript 2015 and Promises/A+ Promises in JavaScript for as many browsers and Node.js versions as possible

Last synced: 01 Apr 2026

https://github.com/mudge/riveted

A Clojure library for the fast processing of XML with VTD-XML.

Last synced: 08 May 2025

https://github.com/mudge/argon2id

Ruby bindings to Argon2, the password-hashing function that won the 2015 Password Hashing Competition.

Last synced: 09 Apr 2025

https://github.com/mudge/comp

A Ruby library to add function composition to Procs and Methods.

Last synced: 08 May 2025

https://github.com/mudge/python-delicious

A Python module to access del.icio.us via its API.

Last synced: 26 Oct 2025

https://github.com/mudge/homer

A lightweight DNS-over-HTTPS ("DOH") proxy written in Rust.

Last synced: 08 May 2025

https://github.com/mudge/jquery_placeholder

A jQuery plugin to support HTML5's placeholder attribute in older browsers.

Last synced: 08 May 2025

https://github.com/mudge/runspec.vim

A Vim plugin to run specs for the current file.

Last synced: 08 May 2025

https://github.com/mudge/fast_sessions

A fork of the Fast Rails Sessions plugin that is compatible with Rails 2.3.

Last synced: 24 Apr 2026

https://github.com/mudge/puppet-workstation

Attempting to automate the installation and configuration of my personal laptop with Puppet.

Last synced: 08 May 2025

https://github.com/mudge/php-microkanren

A PHP implementation of μKanren.

Last synced: 08 May 2025

https://github.com/mudge/php-clj

Deserialize PHP into Clojure data structures and back again.

Last synced: 08 May 2025

https://github.com/mudge/oplog

A Rust library for iterating over a MongoDB replica set oplog.

Last synced: 24 Apr 2025

https://github.com/mudge/managing_web_application_servers_with_puppet

My presentation about Puppet for LRUG August 2011.

Last synced: 28 Jul 2025

https://github.com/mudge/fibonacci_heap

A Ruby implementation of the Fibonacci heap data structure.

Last synced: 08 Mar 2026

https://github.com/mudge/if

Implementing if in Ruby without using keywords.

Last synced: 28 Oct 2025

https://github.com/mudge/asset_compressor

A Rails plugin to compress stylesheets and JavaScript with the YUI Compressor.

Last synced: 06 Oct 2025

https://github.com/mudge/atomic_page_caching

Rails plugin to add an atomic page caching method for ActionController.

Last synced: 14 Oct 2025

https://github.com/mudge/title_case

A Ruby implementation of John Gruber's Title Case.

Last synced: 08 May 2025

https://github.com/mudge/puppet-pkgin

A Puppet package provider for pkgin, a binary package manager for pkgsrc.

Last synced: 08 May 2025

https://github.com/mudge/blankable

A Ruby mixin to determine whether an object's values are blank with examples for Arrays and Hashes.

Last synced: 14 Jun 2025

https://github.com/mudge/dotfiles

My various configuration files (.vimrc, etc.)

Last synced: 16 Mar 2026

https://github.com/mudge/collapsing-puzzle

A simple Java puzzle game written in 2004 for a university project.

Last synced: 08 May 2025

https://github.com/mudge/jquery_clear

A simple jQuery plugin to clear all types of form inputs.

Last synced: 28 Apr 2026

https://github.com/mudge/mudge.github.com

The source code for my blog.

Last synced: 24 Jan 2026

https://github.com/mudge/caesar.vim

A Vim plugin to convert numbers to Roman numerals used to demonstrate testing Vim script during Vim London, February 2013.

Last synced: 03 Jul 2026

https://github.com/mudge/tyger

A stylesheet for NetNewsWire (currently bundled with the app itself).

Last synced: 26 Jan 2026

https://github.com/mudge/hubot-codenames

Suggesting solid gold, business appropriate names since 2013.

Last synced: 12 Oct 2025

https://github.com/mudge/mudgel

A toy programming language and an implementation of FizzBuzz

Last synced: 24 Oct 2025

https://github.com/mudge/lego_bulldozer

An NQC program for the Lego RCX brick written for a course in 2004.

Last synced: 01 Feb 2026

https://github.com/mudge/new-turing-omnibus

Experiments while reading The New Turing Omnibus.

Last synced: 20 Apr 2026

https://github.com/mudge/rb-mrml

Ruby bindings to MRML, a reimplementation of the MJML markup language in Rust.

Last synced: 14 Apr 2025

https://github.com/mudge/padding-oracles

A practical example of a padding oracle in Ruby

Last synced: 17 Oct 2025

https://github.com/mudge/foreclojure-downloader

A Clojure library to download 4clojure problems for offline work.

Last synced: 16 Apr 2026

https://github.com/mudge/tableau

A pastie application written with Sinatra and Sequel.

Last synced: 12 Mar 2025

https://github.com/mudge/tapl

Bits & pieces as I read Benjamin C. Pierce's "Types and Programming Languages"

Last synced: 12 Mar 2025

https://github.com/mudge/sentient-isbn

An implementation of International Standard Book Numbers (both 10 and 13 digits) supporting conversion & correction using Sentient.

Last synced: 16 Apr 2026

https://github.com/mudge/readable

A generic way to create IO-like objects from any source

Last synced: 19 Apr 2026

https://github.com/mudge/nand2tetris

On-going solutions to the "From NAND to Tetris" exercises

Last synced: 19 Apr 2026

https://github.com/mudge/prawn

A minimal Rails 2.3 plugin to provide a template handler for the Prawn PDF library.

Last synced: 20 Jun 2026

https://github.com/mudge/helloredis

An incomplete Ruby FFI interface to hiredis for educational purposes.

Last synced: 27 Apr 2026

https://github.com/mudge/oplogjam

An experiment in writing a "safe" MongoDB oplog tailer in Ruby.

Last synced: 08 May 2025

https://github.com/mudge/spendthrift

A standalone iPhone web app for budgeting (currently an unstable work in progress).

Last synced: 22 Jun 2026

https://github.com/mudge/configuration_management_with_puppet

My presentation for the first NTP Lightning Talks in April 2011

Last synced: 15 Oct 2025

https://github.com/mudge/iterator

An assortment of Iterators for PHP.

Last synced: 16 Aug 2025

https://github.com/mudge/sentient.js

Last synced: 22 Apr 2026

https://github.com/mudge/engine

A tiny little PHP web framework written over a Bank Holiday weekend.

Last synced: 02 Jul 2026

https://github.com/mudge/foreclojure-solutions

My solutions to 4clojure problems.

Last synced: 04 Jul 2025

https://github.com/mudge/hubot-foldme

A hubot script that makes your day better with pictures of Scottish Folds

Last synced: 24 Apr 2026

https://github.com/mudge/rcd_test_cpp

Reproduction of rake-compiler-dock issue with C++ extensions

Last synced: 16 Apr 2026

https://github.com/mudge/engine-skeleton

A starter kit for a web application written with Engine

Last synced: 26 Jul 2025

https://github.com/mudge/re2-ci

Images used by the re2 project to test against legacy Rubies and different ABI versions of libre2-dev

Last synced: 07 Feb 2026

https://github.com/mudge/seven-more-langs

Bits & pieces as I read "Seven More Languages in Seven Weeks"

Last synced: 16 Apr 2026

https://github.com/mudge/cascalog-demo

Cascalog demo

Last synced: 16 Apr 2026