Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
Typo-Distance
Finds the likelihood that one string is a typo of another and generates likely typos from a given string
-
Last.fm-PrettyPrint
A simple CGI script to print out a last.fm user's top artists in the last week, without all the weird formatting last.fm uses.
Python 1
-
Vertigo-CFG-Battleship-AI
Collab with Victor Fan
JavaScript 1
-
Public-Shamer
Better yourself through public humiliation
Python 1
-
bistromathics
An SMS-based app written in Haskell that finally solves the question of "whose turn is it to pay for dinner?"
-
Tic-Tac-Toe
A basic tic-tac-toe game in Python with a CLI interface and an AI based on alpha-beta pruning
Python
1,872 contributions in the last year
Contribution activity
May 1, 2019
April 2019
- wsong/dns Go
- wsong/docker2oci Go
Created a pull request in docker/swarm that received 1 comment
Strip off node name network prefixes in endpoint configs in networking configs
Previously, if you specified something like:
docker run --rm \ --net=mynode/testnet --network-alias=foobar \ alpine
Swarm classic would fail becau…