Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by mdwhatcott
A curated list of projects in awesome lists by mdwhatcott .
https://github.com/mdwhatcott/pyspecs
Minimalistic BDD in Python (ah, my first forray into the wonderful world of test runners!)
bdd-framework python2 tdd-utilities testing-tools
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/format
format is basically the golang fmt package, but spelled correctly, without the AWOL characters, the ambiguities, and the archaic ambience. No offense...
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/advent-of-code
My solutions for adventofcode.com
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/botsay
Like cowsay, but with randomly generated robots
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/gofish
Like stockfish, but in go...and maybe not quite as strong. :) Also, maybe not very finished...
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/calcy-apps
Part of a tutorial in polymorphic deployment of a library across various UIs (CLI, CSV, HTTP)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/calcy-lib
A tutorial in polymorphic deployment of a library across various UIs (CLI, CSV, HTTP)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/databaseaccesstutorial
Simple example using basic database abstractions from System.Data
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/pydistancewizard
Wrapper for ZipCodeDownload's DistanceWizard
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/iterable
A more Linq-like way to work with (almost all) Python iterables.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/clojure-benchmarks
A simple library for benchmarking bits of clojure code.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/workout
An implementation of the "Scientific 7-Minute Workout"
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/vimconfig
Configuration files, plugins, and color schemes for vim
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/go-collections
Useful (generic) collection types for Go projects.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/pyliveaddress
A simple python suds program for calling the LiveAddress API from Qualified Address
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/parallel
Running go tests and subtests in parallel to illustrate a bug in Go 1.14
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/sleep-sort
A sorting algorithim you might actually remember in a job interview... ("Look Ma, no 'if's!")
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/osadapters
Adapters for interacting with the OS (file system, shell, etc...)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/huguinho
My static site generator--a tiny hugo.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/exec
This library is a thin wrapper over "os/exec", allowing execution of commands as a single string using `bash -c ...`. Maybe don't execute untrusted inputs. (You've been warned...)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/pipelines
A flexible yet minimal framework for setting up concurrent assembly lines in Go.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/go-cli-template
A template for creating new CLI tools in Go.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/go-generics-koans
Guided tour of Go generics as a set of 'koans'.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/advent-of-code-go-lib
Go libraries for advent-of-code
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/advent-of-code-intcode
The 'Intcode' VM, for adventofcode.com/2019 in Go.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/golang-testing-functional-fixtures
Writing tests with functional options.
functional-options golang testing
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/coding-challenges.fyi-chess
Goal: a chess engine that can beat its creator (shouldn't be that hard)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/ttt-reagent
Tic Tac Toe, but client-side, written in reagent.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/huguinho-quickstart
A starter blog, ready to fork and publish.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/go-get-em
A tool for finding and updating outdated dependencies in a Go project.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/mdopen
Fork of https://github.com/romanyx/mdopen
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/tcr-environment-controller-kata
The "Environment Controller" Kata with TCR (test && commit || revert)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/cljs-sample-project
A working ClojureScript starter project (includes speclj and reagent)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/generic-list
A generic implementation of "container/list"
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/sedgewick
Implementations of exercises from "Algorithms" (4th edition), by Robert Sedgewick
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/valign
Simple multi-line vertical alignment tool.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/java-containers
Just a few data structures, implemented in good, ol' Java.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/exercism
My solutions to the challenges on exercism.org
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/paredit-koans
In the spirit of other koans projects, make tests pass as you practice the art of structural editing in Clojure.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/simple-sort
A sorting algorithim you might actually remember (and could use) in a job interview...
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/db-extensions
Extension methods that make the API for System.Data bearable.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/waiig
My own exploration of "Writing an Interpreter in Go", by Thorsten Ball
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/advent-of-code-browser-navigation
A chrome/firefox extension that modifies Advent of Code puzzle titles by replacing leading and trailing dash padding `---` with hyperlinks to the previous day and next day puzzles to aid navigation.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/tcr
My TCR (test && commit || revert) scripts.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/clojurescript-mies-spike
How to get up and running with clojurescript (via mies, a leiningen plugin)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/pretext
Library and [perhaps] a DSL for emitting pre-formatted text w/ colors and other effects.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/gounit
xunit for Go (predacessor to github.com/smartystreets/gunit)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/go-mergepkg
Merge directories with go code into a single file.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/version
Semantic versioning of git repos via annotated tags.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/how-many-days-left
About how many more days can I expect to live?
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/delta-words
An implementation of the Delta Airlines "Letter Mix" game.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/tcr-bowling-game-kata
The "Bowling Game" Kata with TCR (test && commit || revert)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/coding-challenges.fyi-json
A toy JSON parser/validator
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/coding-challenges.fyi-wc
An implementation of the `wc` command-line tool (see codingchallenges.fyi)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/advent-of-code-lcd
An LCD display utility library implemented for adventofcode.com/2016
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/mazes
Tinkering with ideas from "Mazes for Programmers", but Jamis Buck (The Pragmatic Bookshelf)
Last synced: 04 Nov 2024
https://github.com/mdwhatcott/mortgauge
Mortgage calculator (play on words with "gauge")
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/github-toolkit
Tools for working with my github repos.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/smarty-cli
Command line interface for the SmartyStreets APIs
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/rm-ds-store
Daemon to remove those pesky .DS_Store files from your mac.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/advent-of-code-assembunny
The 'assembunny' VM (from adventofcode.com/2016), implemented in Go
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/funcy
Functional programming toolkit for Go
functional-programming generics golang mapreduce
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/generic-ring
A generic implementation of "container/ring"
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/go-test-fmt
A library and command-line tool to format output of `go test ./...`.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/waiter
A toy implementation of sync.WaitGroup
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/thermostat-kata
Uncle Bob's "environment controller" kata, in go, ready to implement
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/advent-of-code-knot
The 'Knot Hash' for adventofcode.com/2017 in Go.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/spin
Another simple console terminal spinner.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/slogging
Thin wrapper over Go's "log/slog" (new as of 1.21)
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/cycle
Run `go test -cover` to expose an infinite loop in the go cover tool.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/biggy
Big integers and a fibonacci counter. For kicks and giggles.
Last synced: 10 Oct 2024
https://github.com/mdwhatcott/step-script
Run scripts one command at a time.
Last synced: 10 Oct 2024