From 91ff541ac992858c6f7a9907ae840a5d12417b37 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 11 Oct 2014 16:01:32 -0500 Subject: [PATCH] Convert 'other projects' into a list; copyedit. --- _posts/2011-06-23-oh-look-a-blog.md | 2 +- .../2011-08-23-earwigbot-progress-page-editing.md | 2 +- .../2012-01-29-earwigbot-and-toolserver-updates.md | 2 +- _posts/2014-06-01-obfuscating-hello-world.md | 2 +- _posts/2014-08-20-copyvio-detector.md | 2 +- index.html | 174 ++++++++------------- static/main.css | 6 +- 7 files changed, 72 insertions(+), 118 deletions(-) diff --git a/_posts/2011-06-23-oh-look-a-blog.md b/_posts/2011-06-23-oh-look-a-blog.md index c1c5a6d..6dcad2c 100644 --- a/_posts/2011-06-23-oh-look-a-blog.md +++ b/_posts/2011-06-23-oh-look-a-blog.md @@ -1,7 +1,7 @@ --- layout: post title: Oh Look, A Blog! -description: Just kinda playing with the idea of my own site right now. +description: Just kinda playing with the idea of my own site right now --- Hello there. diff --git a/_posts/2011-08-23-earwigbot-progress-page-editing.md b/_posts/2011-08-23-earwigbot-progress-page-editing.md index 2eca1d3..e576dfa 100644 --- a/_posts/2011-08-23-earwigbot-progress-page-editing.md +++ b/_posts/2011-08-23-earwigbot-progress-page-editing.md @@ -1,7 +1,7 @@ --- layout: post title: EarwigBot Progress: Page Editing -description: Exactly what it says on the tin. +description: Exactly what it says on the tin --- Because of [this](http://git.io/Nw-rLQ), doing this: diff --git a/_posts/2012-01-29-earwigbot-and-toolserver-updates.md b/_posts/2012-01-29-earwigbot-and-toolserver-updates.md index 419d793..b9aeee4 100644 --- a/_posts/2012-01-29-earwigbot-and-toolserver-updates.md +++ b/_posts/2012-01-29-earwigbot-and-toolserver-updates.md @@ -1,7 +1,7 @@ --- layout: post title: EarwigBot and Toolserver Updates -description: More progress on EarwigBot and the Toolserver site rewrite, including dynamic backgrounds. +description: More progress on EarwigBot and the Toolserver site rewrite, including dynamic backgrounds --- Haven't really said much in a while, so I felt it appropriate to make a new diff --git a/_posts/2014-06-01-obfuscating-hello-world.md b/_posts/2014-06-01-obfuscating-hello-world.md index 26f97b1..fcb7c82 100644 --- a/_posts/2014-06-01-obfuscating-hello-world.md +++ b/_posts/2014-06-01-obfuscating-hello-world.md @@ -1,7 +1,7 @@ --- layout: post title: Obfuscating "Hello world!" -description: Fun with functional programming in Python. +description: Fun with functional programming in Python --- A few months ago, I got first place in diff --git a/_posts/2014-08-20-copyvio-detector.md b/_posts/2014-08-20-copyvio-detector.md index 0983f36..88dfe64 100644 --- a/_posts/2014-08-20-copyvio-detector.md +++ b/_posts/2014-08-20-copyvio-detector.md @@ -1,7 +1,7 @@ --- layout: post title: Copyvio Detector -description: A technical writeup of some recent developments. +description: A technical writeup of some recent developments --- This is an technical writeup of some recent developments involving the diff --git a/index.html b/index.html index 4e52578..606b556 100644 --- a/index.html +++ b/index.html @@ -48,141 +48,91 @@ title: Home

Projects

- mwparserfromhell (Python + C // started May 2012) + mwparserfromhell (Python + C // started May 2012)
- MWParserFromHell is an easy-to-use and outrageously powerful Python parser for MediaWiki wikicode. + An easy-to-use and outrageously powerful Python parser for MediaWiki wikicode
- earwigbot (Python // started April 2009) + earwigbot (Python // started April 2009)
- EarwigBot is a Python robot that edits Wikipedia and interacts with people over IRC. It has a separate repository for plugins. + A modular Python robot that edits Wikipedia and interacts with people over IRC, with a separate repository for plugins
- bitshift (Python + SQL + Web // started March 2014) + bitshift (Python + SQL + Web // started March 2014)
- Bitshift is a semantic search engine for source code. + A semantic search engine for source code
- copyvios (Python + Web // started July 2009) + copyvios (Python + Web // started July 2009)
- Copyvios is a copyright violation detector running on Wikimedia Labs. + A copyright violation detector for Wikipedia articles running on Wikimedia Labs

Other projects

-
-
- oriadnos (C // started May 2014) -
-
- A 3D maze exploration game written from scratch using matrix manipulation code, UV texture mapping, z-buffering, and simple lighting -
-
-
-
- BAJA (Python + Web // started Jan 2014) -
-
- A hacking game featuring multiple simulated websites, tied together by messages sent to the player from a mysterious individual using a fake email client -
-
-
-
- omnithinker (Python + Web // started Nov 2013) -
-
- An online brainstorming tool that displays relevant information from the web in a sidebar -
-
-
-
- databanks (C // started Nov 2013) -
-
- A simple database with a terminal-based interface for notekeeping -
-
-
-
- terminvaders (C // started Oct 2013) -
-
- A terminal-based multiplayer arcade game with a client–server model inspired by Space Invaders -
-
-
-
- starlorn (Java // started May 2013) -
-
- A shoot 'em up game with a sweet upgrade system and randomized levels -
-
-
-
- goldfish (Java // started Jan 2013) -
-
- A simple Game of Life implementation in Java -
-
-
-
- cellar-strider (Python // started June 2012) -
-
- A pseudo-roguelike game with a YAML-based level system -
-
-
-
- func-smash (Python // started April 2012) -
-
- A library that tries to generate random Python functions using Markov chains -
-
-
-
- lobo (NetLogo // started Dec 2011) -
-
- Logo Bolo: a re-envisioning of the classic tank game by Stuart Cheshire in NetLogo -
-
-
-
- git-repo-updater (Python // started June 2011) -
-
- A console script that allows you to easily pull to multiple git repositories at once -
-
-
-
- earwig.github.io (Web // started June 2011) -
-
- The site you're viewing right now in source code form -
-
-
-
- music-quizzer (Python // started May 2011) -
-
- A Tk-based program that can help you prepare for your music final with randomly-generated listening quizzes -
-
+

Posts

diff --git a/static/main.css b/static/main.css index e544870..f8dd9c0 100644 --- a/static/main.css +++ b/static/main.css @@ -86,7 +86,11 @@ a.underlined:hover, a.underlined:active { text-decoration: none; } font-size: 14px; } -#post-list li { +#project-list, #post-list { + padding-left: 1em; +} + +#project-list li, #post-list li { margin-bottom: 1.25em; }