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.
 
 
 
 

50 lines
2.3 KiB

  1. ---
  2. layout: home
  3. title: Home
  4. ---
  5. <div class="project">
  6. <div class="project-head">
  7. <a class="invert" href="http://github.com/earwig/earwigbot">earwigbot</a> <span class="description"><i>(Python // started April 2009)</i></span>
  8. </div>
  9. <div class="project-body description">
  10. <i>EarwigBot</i> is a <a href="http://python.org/">Python</a> robot that edits <a href="http://en.wikipedia.org/">Wikipedia</a> and interacts with people over <a href="http://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a>.
  11. </div>
  12. </div>
  13. <hr />
  14. <div class="project">
  15. <div class="project-head">
  16. <a class="invert" href="http://github.com/earwig/toolserver">toolserver</a> <span class="description"><i>(Web // started July 2009)</i></span>
  17. </div>
  18. <div class="project-body description">
  19. A collection of <a href="http://en.wikipedia.org/">Wikipedia</a>-related web tools and associated documentation running on the <a href="http://toolserver.org/">Wikimedia Toolserver</a>.
  20. </div>
  21. </div>
  22. <hr />
  23. <div class="project">
  24. <div class="project-head">
  25. <a class="invert" href="http://github.com/earwig/music-quizzer">music-quizzer</a> <span class="description"><i>(Python // started May 2011)</i></span>
  26. </div>
  27. <div class="project-body description">
  28. <i>MusicQuizzer</i> is a <a href="http://en.wikipedia.org/wiki/Tk_(framework)">Tk</a>-based program that can help you prepare for your music final with randomly-generated listening quizzes.
  29. </div>
  30. </div>
  31. <hr />
  32. <div class="project">
  33. <div class="project-head">
  34. <a class="invert" href="http://github.com/earwig/git-repo-updater">git-repo-updater</a> <span class="description"><i>(Python // started June 2011)</i></span>
  35. </div>
  36. <div class="project-body description">
  37. <i>Gitup</i> is a console script that allows you to easily pull to multiple git repositories at once.
  38. </div>
  39. </div>
  40. <hr />
  41. <div class="project">
  42. <div class="project-head">
  43. <a class="invert" href="http://github.com/earwig/earwig.github.com">earwig.github.com</a> <span class="description"><i>(Web // started June 2011)</i></span>
  44. </div>
  45. <div class="project-body description">
  46. <i>earwig.github.com</i> is... well... what you're viewing right now. In source code form!
  47. </div>
  48. </div>