Personal website https://benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

134 lines
9.3 KiB

  1. ---
  2. layout: base
  3. title: Home
  4. ---
  5. <p>I'm a software developer and <a href="//en.wikipedia.org/">Wikipedian</a> currently studying computer science at the <a href="//illinois.edu/">University of Illinois at Urbana&ndash;Champaign</a>. My work mostly focuses on text parsing and analysis; I'm also interested in programming language theory and algorithm design.</p>
  6. <table id="links">
  7. <tr>
  8. <!-- <td>Email</td> -->
  9. <td>GitHub</td>
  10. <td>Freenode IRC</td>
  11. <td>Wikipedia</td>
  12. <td>Twitter</td>
  13. <td>LinkedIn</td>
  14. <td>PGP Key</td>
  15. </tr>
  16. <tr>
  17. <!-- <td><a href="mailto:ben.kurtovic@gmail.com">ben.kurtovic@gmail.com</a></td> -->
  18. <td><a href="//github.com/earwig">earwig</a></td>
  19. <td><a href="http://webchat.freenode.net/?channels=%23%23earwig">Earwig</a></td>
  20. <td><a href="//en.wikipedia.org/wiki/User:The_Earwig">The Earwig</a></td>
  21. <td><a href="//twitter.com/the_earwig">@the_earwig</a></td>
  22. <td><a href="//linkedin.com/in/benkurtovic">benkurtovic</a></td>
  23. <td><a href="http://pgp.mit.edu:11371/pks/lookup?search=0x8A19649AE8DBB515&amp;fingerprint=on&amp;op=index">E8DBB515</a></td>
  24. </tr>
  25. </table>
  26. <table id="work">
  27. <tr>
  28. <td>
  29. <h2>Projects</h2>
  30. <h3>Highlights</h3>
  31. <ul class="work-list">
  32. <li>
  33. <a class="underlined" href="//github.com/earwig/mwparserfromhell">mwparserfromhell</a> <span class="subtitle"><i>(Python + C // started May 2012)</i></span><br />
  34. <span class="subtitle">An easy-to-use and outrageously powerful Python parser for <a href="//mediawiki.org/">MediaWiki</a> wikicode</span>
  35. </li>
  36. <li>
  37. <a class="underlined" href="//github.com/earwig/earwigbot">earwigbot</a> <span class="subtitle"><i>(Python // started April 2009)</i></span><br />
  38. <span class="subtitle">A modular 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></span>
  39. </li>
  40. <li>
  41. <a class="underlined" href="//github.com/earwig/bitshift">bitshift</a> <span class="subtitle"><i>(Python + SQL + Web // started March 2014)</i></span><br />
  42. <span class="subtitle"><a href="http://bitshift.it/">A semantic search engine</a> for source code</span>
  43. </li>
  44. <li>
  45. <a class="underlined" href="//github.com/earwig/copyvios">copyvios</a> <span class="subtitle"><i>(Python + Web // started July 2009)</i></span><br />
  46. <span class="subtitle"><a href="//tools.wmflabs.org/copyvios">A copyright violation detector</a> for Wikipedia articles running on <a href="//tools.wmflabs.org/">Wikimedia Labs</a></span>
  47. </li>
  48. </ul>
  49. <h3>Other work</h3>
  50. <ul class="work-list">
  51. <li>
  52. <a class="underlined" href="//github.com/VjiaoBlack/Oriadnos">oriadnos</a> <span class="subtitle"><i>(C // started May 2014)</i></span><br />
  53. <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>
  54. </li>
  55. <li>
  56. <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 />
  57. <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>
  58. </li>
  59. <li>
  60. <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 />
  61. <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>
  62. </li>
  63. <li>
  64. <a class="underlined" href="//github.com/VjiaoBlack/databanks">databanks</a> <span class="subtitle"><i>(C // started Nov 2013)</i></span><br />
  65. <span class="subtitle">A simple database with a terminal-based interface for notekeeping</span>
  66. </li>
  67. <li>
  68. <a class="underlined" href="//github.com/VjiaoBlack/terminvaders">terminvaders</a> <span class="subtitle"><i>(C // started Oct 2013)</i></span><br />
  69. <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>
  70. </li>
  71. <li>
  72. <a class="underlined" href="//github.com/Hypersonic/Starlorn">starlorn</a> <span class="subtitle"><i>(Java // started May 2013)</i></span><br />
  73. <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>
  74. </li>
  75. <li>
  76. <a class="underlined" href="//github.com/earwig/goldfish">goldfish</a> <span class="subtitle"><i>(Java // started Jan 2013)</i></span><br />
  77. <span class="subtitle">A simple <a href="//en.wikipedia.org/wiki/Conway's_Game_of_Life">Game of Life</a> implementation in Java</span>
  78. </li>
  79. <li>
  80. <a class="underlined" href="//github.com/Hypersonic/Cellar-Strider">cellar-strider</a> <span class="subtitle"><i>(Python // started June 2012)</i></span><br />
  81. <span class="subtitle">A pseudo-<a href="//en.wikipedia.org/wiki/Roguelike">roguelike</a> game with a YAML-based level system</span>
  82. </li>
  83. <li>
  84. <a class="underlined" href="//github.com/earwig/func-smash">func-smash</a> <span class="subtitle"><i>(Python // started April 2012)</i></span><br />
  85. <span class="subtitle">A library that tries to generate random Python functions using Markov chains</span>
  86. </li>
  87. <li>
  88. <a class="underlined" href="//github.com/earwig/lobo">lobo</a> <span class="subtitle"><i>(NetLogo // started Dec 2011)</i></span><br />
  89. <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>
  90. </li>
  91. <li>
  92. <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 />
  93. <span class="subtitle">A console script that allows you to easily pull to multiple git repositories at once</span>
  94. </li>
  95. <li>
  96. <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 />
  97. <span class="subtitle">The site you're viewing right now in source code form</span>
  98. </li>
  99. <li>
  100. <a class="underlined" href="//github.com/earwig/music-quizzer">music-quizzer</a> <span class="subtitle"><i>(Python // started May 2011)</i></span><br />
  101. <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>
  102. </li>
  103. </ul>
  104. </td>
  105. <td>
  106. <h2>Posts</h2>
  107. <div>
  108. Tags:
  109. {% for tag in site.tags %}
  110. <span class="tag">{{tag[0]}}</span>
  111. {% endfor %}
  112. </div>
  113. <ul id="post-list" class="work-list">
  114. {% for post in site.posts %}
  115. <li data-tags="{{ post.tags | join: "|" }}">{{ post.date | date: "%b %-d, %Y" }}: <a class="underlined" href="{{ post.url }}">{{ post.title }}</a><br /><span class="subtitle">{{ post.description }}<br />{{ post.tags | join: ", " }} &middot; <a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.id }}"></a></span></li>
  116. {% endfor %}
  117. </ul>
  118. </td>
  119. </tr>
  120. </table>
  121. <script>
  122. var disqus_shortname = 'earwig';
  123. var disqus_title = '{{ page.title }}';
  124. var disqus_url = 'http://earwig.github.com{{ page.url }}';
  125. var disqus_developer = 1;
  126. (function () {
  127. var s = document.createElement('script'); s.async = true;
  128. s.type = 'text/javascript';
  129. s.src = '//' + disqus_shortname + '.disqus.com/count.js';
  130. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
  131. }());
  132. </script>