Personal website https://benkurtovic.com/
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

147 lignes
9.4 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. <div class="project">
  31. <div>
  32. <a class="underlined" href="//github.com/earwig/mwparserfromhell">mwparserfromhell</a> <span class="subtitle"><i>(Python + C // started May 2012)</i></span>
  33. </div>
  34. <div>
  35. An easy-to-use and outrageously powerful Python parser for <a href="//mediawiki.org/">MediaWiki</a> wikicode
  36. </div>
  37. </div>
  38. <div class="project">
  39. <div>
  40. <a class="underlined" href="//github.com/earwig/earwigbot">earwigbot</a> <span class="subtitle"><i>(Python // started April 2009)</i></span>
  41. </div>
  42. <div>
  43. 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>
  44. </div>
  45. </div>
  46. <div class="project">
  47. <div>
  48. <a class="underlined" href="//github.com/earwig/bitshift">bitshift</a> <span class="subtitle"><i>(Python + SQL + Web // started March 2014)</i></span>
  49. </div>
  50. <div>
  51. <a href="http://bitshift.it/">A semantic search engine</a> for source code
  52. </div>
  53. </div>
  54. <div class="project">
  55. <div>
  56. <a class="underlined" href="//github.com/earwig/copyvios">copyvios</a> <span class="subtitle"><i>(Python + Web // started July 2009)</i></span>
  57. </div>
  58. <div>
  59. <a href="//tools.wmflabs.org/copyvios">A copyright violation detector</a> for Wikipedia articles running on <a href="//tools.wmflabs.org/">Wikimedia Labs</a>
  60. </div>
  61. </div>
  62. <h3>Other projects</h2>
  63. <ul id="project-list">
  64. <li>
  65. <a class="underlined" href="//github.com/VjiaoBlack/Oriadnos">oriadnos</a> <span class="subtitle"><i>(C // started May 2014)</i></span><br />
  66. <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>
  67. </li>
  68. <li>
  69. <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 />
  70. <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>
  71. </li>
  72. <li>
  73. <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 />
  74. <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>
  75. </li>
  76. <li>
  77. <a class="underlined" href="//github.com/VjiaoBlack/databanks">databanks</a> <span class="subtitle"><i>(C // started Nov 2013)</i></span><br />
  78. <span class="subtitle">A simple database with a terminal-based interface for notekeeping</span>
  79. </li>
  80. <li>
  81. <a class="underlined" href="//github.com/VjiaoBlack/terminvaders">terminvaders</a> <span class="subtitle"><i>(C // started Oct 2013)</i></span><br />
  82. <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>
  83. </li>
  84. <li>
  85. <a class="underlined" href="//github.com/Hypersonic/Starlorn">starlorn</a> <span class="subtitle"><i>(Java // started May 2013)</i></span><br />
  86. <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>
  87. </li>
  88. <li>
  89. <a class="underlined" href="//github.com/earwig/goldfish">goldfish</a> <span class="subtitle"><i>(Java // started Jan 2013)</i></span><br />
  90. <span class="subtitle">A simple <a href="//en.wikipedia.org/wiki/Conway's_Game_of_Life">Game of Life</a> implementation in Java</span>
  91. </li>
  92. <li>
  93. <a class="underlined" href="//github.com/Hypersonic/Cellar-Strider">cellar-strider</a> <span class="subtitle"><i>(Python // started June 2012)</i></span><br />
  94. <span class="subtitle">A pseudo-<a href="//en.wikipedia.org/wiki/Roguelike">roguelike</a> game with a YAML-based level system</span>
  95. </li>
  96. <li>
  97. <a class="underlined" href="//github.com/earwig/func-smash">func-smash</a> <span class="subtitle"><i>(Python // started April 2012)</i></span><br />
  98. <span class="subtitle">A library that tries to generate random Python functions using Markov chains</span>
  99. </li>
  100. <li>
  101. <a class="underlined" href="//github.com/earwig/lobo">lobo</a> <span class="subtitle"><i>(NetLogo // started Dec 2011)</i></span><br />
  102. <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>
  103. </li>
  104. <li>
  105. <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 />
  106. <span class="subtitle">A console script that allows you to easily pull to multiple git repositories at once</span>
  107. </li>
  108. <li>
  109. <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 />
  110. <span class="subtitle">The site you're viewing right now in source code form</span>
  111. </li>
  112. <li>
  113. <a class="underlined" href="//github.com/earwig/music-quizzer">music-quizzer</a> <span class="subtitle"><i>(Python // started May 2011)</i></span><br />
  114. <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>
  115. </li>
  116. </ul>
  117. </td>
  118. <td>
  119. <h2>Posts</h2>
  120. <div>
  121. Tags:
  122. {% for tag in site.tags %}
  123. <span class="tag">{{tag[0]}}</span>
  124. {% endfor %}
  125. </div>
  126. <ul id="post-list">
  127. {% for post in site.posts %}
  128. <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>
  129. {% endfor %}
  130. </ul>
  131. </td>
  132. </tr>
  133. </table>
  134. <script>
  135. var disqus_shortname = 'earwig';
  136. var disqus_title = '{{ page.title }}';
  137. var disqus_url = 'http://earwig.github.com{{ page.url }}';
  138. var disqus_developer = 1;
  139. (function () {
  140. var s = document.createElement('script'); s.async = true;
  141. s.type = 'text/javascript';
  142. s.src = '//' + disqus_shortname + '.disqus.com/count.js';
  143. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
  144. }());
  145. </script>