Browse Source

Convert 'other projects' into a list; copyedit.

master
Ben Kurtovic 9 years ago
parent
commit
91ff541ac9
7 changed files with 72 additions and 118 deletions
  1. +1
    -1
      _posts/2011-06-23-oh-look-a-blog.md
  2. +1
    -1
      _posts/2011-08-23-earwigbot-progress-page-editing.md
  3. +1
    -1
      _posts/2012-01-29-earwigbot-and-toolserver-updates.md
  4. +1
    -1
      _posts/2014-06-01-obfuscating-hello-world.md
  5. +1
    -1
      _posts/2014-08-20-copyvio-detector.md
  6. +62
    -112
      index.html
  7. +5
    -1
      static/main.css

+ 1
- 1
_posts/2011-06-23-oh-look-a-blog.md View File

@@ -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.


+ 1
- 1
_posts/2011-08-23-earwigbot-progress-page-editing.md View File

@@ -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:


+ 1
- 1
_posts/2012-01-29-earwigbot-and-toolserver-updates.md View File

@@ -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


+ 1
- 1
_posts/2014-06-01-obfuscating-hello-world.md View File

@@ -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


+ 1
- 1
_posts/2014-08-20-copyvio-detector.md View File

@@ -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


+ 62
- 112
index.html View File

@@ -48,141 +48,91 @@ title: Home
<h2>Projects</h2>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/mwparserfromhell">mwparserfromhell</a> <span class="description"><i>(Python + C // started May 2012)</i></span>
<a class="underlined" href="//github.com/earwig/mwparserfromhell">mwparserfromhell</a> <span class="subtitle"><i>(Python + C // started May 2012)</i></span>
</div>
<div>
<i>MWParserFromHell</i> is an easy-to-use and outrageously powerful Python parser for <a href="//mediawiki.org/">MediaWiki</a> wikicode.
An easy-to-use and outrageously powerful Python parser for <a href="//mediawiki.org/">MediaWiki</a> wikicode
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/earwigbot">earwigbot</a> <span class="description"><i>(Python // started April 2009)</i></span>
<a class="underlined" href="//github.com/earwig/earwigbot">earwigbot</a> <span class="subtitle"><i>(Python // started April 2009)</i></span>
</div>
<div>
<i>EarwigBot</i> is a Python robot that edits <a href="//en.wikipedia.org/">Wikipedia</a> and interacts with people over <a href="//en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a>. It has <a href="//github.com/earwig/earwigbot-plugins">a separate repository for plugins</a>.
A modular Python robot that edits <a href="//en.wikipedia.org/">Wikipedia</a> and interacts with people over <a href="//en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a>, with <a href="//github.com/earwig/earwigbot-plugins">a separate repository for plugins</a>
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/bitshift">bitshift</a> <span class="description"><i>(Python + SQL + Web // started March 2014)</i></span>
<a class="underlined" href="//github.com/earwig/bitshift">bitshift</a> <span class="subtitle"><i>(Python + SQL + Web // started March 2014)</i></span>
</div>
<div>
<a href="http://bitshift.it/"><i>Bitshift</i></a> is a semantic search engine for source code.
<a href="http://bitshift.it/">A semantic search engine</a> for source code
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/copyvios">copyvios</a> <span class="description"><i>(Python + Web // started July 2009)</i></span>
<a class="underlined" href="//github.com/earwig/copyvios">copyvios</a> <span class="subtitle"><i>(Python + Web // started July 2009)</i></span>
</div>
<div>
<a href="//tools.wmflabs.org/copyvios"><i>Copyvios</i></a> is a copyright violation detector running on <a href="//tools.wmflabs.org/">Wikimedia Labs</a>.
<a href="//tools.wmflabs.org/copyvios">A copyright violation detector</a> for Wikipedia articles running on <a href="//tools.wmflabs.org/">Wikimedia Labs</a>
</div>
</div>
<h3>Other projects</h2>
<div class="project">
<div>
<a class="underlined" href="//github.com/VjiaoBlack/Oriadnos">oriadnos</a> <span class="description"><i>(C // started May 2014)</i></span>
</div>
<div>
A 3D maze exploration game written from scratch using matrix manipulation code, <a href="//en.wikipedia.org/wiki/UV_mapping">UV texture mapping</a>, <a href="//en.wikipedia.org/wiki/Z-buffering">z-buffering</a>, and simple lighting
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/stuycs-softdev-fall-2013/proj3-6-BAJA">BAJA</a> <span class="description"><i>(Python + Web // started Jan 2014)</i></span>
</div>
<div>
<a href="http://softdev-server.stuycs.org:6680/">A hacking game</a> featuring multiple simulated websites, tied together by messages sent to the player from a mysterious individual using a fake email client
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/stuycs-softdev-fall-2013/proj2-pd6-04-omnithinker">omnithinker</a> <span class="description"><i>(Python + Web // started Nov 2013)</i></span>
</div>
<div>
<a href="http://softdev-server.stuycs.org:6004/">An online brainstorming tool</a> that displays relevant information from the web in a sidebar
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/VjiaoBlack/databanks">databanks</a> <span class="description"><i>(C // started Nov 2013)</i></span>
</div>
<div>
A simple database with a terminal-based interface for notekeeping
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/VjiaoBlack/terminvaders">terminvaders</a> <span class="description"><i>(C // started Oct 2013)</i></span>
</div>
<div>
A terminal-based multiplayer arcade game with a client&ndash;server model inspired by <a href="//en.wikipedia.org/wiki/Space_Invaders">Space Invaders</a>
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/Hypersonic/Starlorn">starlorn</a> <span class="description"><i>(Java // started May 2013)</i></span>
</div>
<div>
A <a href="//en.wikipedia.org/wiki/Shoot_'em_up">shoot 'em up</a> game with a sweet upgrade system and randomized levels
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/goldfish">goldfish</a> <span class="description"><i>(Java // started Jan 2013)</i></span>
</div>
<div>
A simple <a href="//en.wikipedia.org/wiki/Conway's_Game_of_Life">Game of Life</a> implementation in Java
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/Hypersonic/Cellar-Strider">cellar-strider</a> <span class="description"><i>(Python // started June 2012)</i></span>
</div>
<div>
A pseudo-<a href="//en.wikipedia.org/wiki/Roguelike">roguelike</a> game with a YAML-based level system
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/func-smash">func-smash</a> <span class="description"><i>(Python // started April 2012)</i></span>
</div>
<div>
A library that tries to generate random Python functions using Markov chains
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/lobo">lobo</a> <span class="description"><i>(NetLogo // started Dec 2011)</i></span>
</div>
<div>
Logo Bolo: a re-envisioning of <a href="//en.wikipedia.org/wiki/Bolo_(video_game)">the classic tank game</a> by Stuart Cheshire in NetLogo
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/git-repo-updater">git-repo-updater</a> <span class="description"><i>(Python // started June 2011)</i></span>
</div>
<div>
A console script that allows you to easily pull to multiple git repositories at once
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/earwig.github.io">earwig.github.io</a> <span class="description"><i>(Web // started June 2011)</i></span>
</div>
<div>
The site you're viewing right now in source code form
</div>
</div>
<div class="project">
<div>
<a class="underlined" href="//github.com/earwig/music-quizzer">music-quizzer</a> <span class="description"><i>(Python // started May 2011)</i></span>
</div>
<div>
A <a href="//en.wikipedia.org/wiki/Tk_(framework)">Tk</a>-based program that can help you prepare for your music final with randomly-generated listening quizzes
</div>
</div>
<ul id="project-list">
<li>
<a class="underlined" href="//github.com/VjiaoBlack/Oriadnos">oriadnos</a> <span class="subtitle"><i>(C // started May 2014)</i></span><br />
<span class="subtitle">A 3D maze exploration game written from scratch using matrix manipulation code, <a href="//en.wikipedia.org/wiki/UV_mapping">UV texture mapping</a>, <a href="//en.wikipedia.org/wiki/Z-buffering">z-buffering</a>, and simple lighting</span>
</li>
<li>
<a class="underlined" href="//github.com/stuycs-softdev-fall-2013/proj3-6-BAJA">BAJA</a> <span class="subtitle"><i>(Python + Web // started Jan 2014)</i></span><br />
<span class="subtitle"><a href="http://softdev-server.stuycs.org:6680/">A hacking game</a> featuring multiple simulated websites, tied together by messages sent to the player from a mysterious individual using a fake email client</span>
</li>
<li>
<a class="underlined" href="//github.com/stuycs-softdev-fall-2013/proj2-pd6-04-omnithinker">omnithinker</a> <span class="subtitle"><i>(Python + Web // started Nov 2013)</i></span><br />
<span class="subtitle"><a href="http://softdev-server.stuycs.org:6004/">An online brainstorming tool</a> that displays relevant information from the web in a sidebar</span>
</li>
<li>
<a class="underlined" href="//github.com/VjiaoBlack/databanks">databanks</a> <span class="subtitle"><i>(C // started Nov 2013)</i></span><br />
<span class="subtitle">A simple database with a terminal-based interface for notekeeping</span>
</li>
<li>
<a class="underlined" href="//github.com/VjiaoBlack/terminvaders">terminvaders</a> <span class="subtitle"><i>(C // started Oct 2013)</i></span><br />
<span class="subtitle">A terminal-based multiplayer arcade game with a client&ndash;server model inspired by <a href="//en.wikipedia.org/wiki/Space_Invaders">Space Invaders</a></span>
</li>
<li>
<a class="underlined" href="//github.com/Hypersonic/Starlorn">starlorn</a> <span class="subtitle"><i>(Java // started May 2013)</i></span><br />
<span class="subtitle">A <a href="//en.wikipedia.org/wiki/Shoot_'em_up">shoot 'em up</a> game with a sweet upgrade system and randomized levels</span>
</li>
<li>
<a class="underlined" href="//github.com/earwig/goldfish">goldfish</a> <span class="subtitle"><i>(Java // started Jan 2013)</i></span><br />
<span class="subtitle">A simple <a href="//en.wikipedia.org/wiki/Conway's_Game_of_Life">Game of Life</a> implementation in Java</span>
</li>
<li>
<a class="underlined" href="//github.com/Hypersonic/Cellar-Strider">cellar-strider</a> <span class="subtitle"><i>(Python // started June 2012)</i></span><br />
<span class="subtitle">A pseudo-<a href="//en.wikipedia.org/wiki/Roguelike">roguelike</a> game with a YAML-based level system</span>
</li>
<li>
<a class="underlined" href="//github.com/earwig/func-smash">func-smash</a> <span class="subtitle"><i>(Python // started April 2012)</i></span><br />
<span class="subtitle">A library that tries to generate random Python functions using Markov chains</span>
</li>
<li>
<a class="underlined" href="//github.com/earwig/lobo">lobo</a> <span class="subtitle"><i>(NetLogo // started Dec 2011)</i></span><br />
<span class="subtitle">Logo Bolo: a re-envisioning of <a href="//en.wikipedia.org/wiki/Bolo_(video_game)">the classic tank game</a> by Stuart Cheshire in NetLogo</span>
</li>
<li>
<a class="underlined" href="//github.com/earwig/git-repo-updater">git-repo-updater</a> <span class="subtitle"><i>(Python // started June 2011)</i></span><br />
<span class="subtitle">A console script that allows you to easily pull to multiple git repositories at once</span>
</li>
<li>
<a class="underlined" href="//github.com/earwig/earwig.github.io">earwig.github.io</a> <span class="subtitle"><i>(Web // started June 2011)</i></span><br />
<span class="subtitle">The site you're viewing right now in source code form</span>
</li>
<li>
<a class="underlined" href="//github.com/earwig/music-quizzer">music-quizzer</a> <span class="subtitle"><i>(Python // started May 2011)</i></span><br />
<span class="subtitle">A <a href="//en.wikipedia.org/wiki/Tk_(framework)">Tk</a>-based program that can help you prepare for your music final with randomly-generated listening quizzes</span>
</li>
</ul>
</td>
<td style="width: 50%; vertical-align: top;">
<h2>Posts</h2>


+ 5
- 1
static/main.css View File

@@ -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;
}



Loading…
Cancel
Save