Personal website https://benkurtovic.com/
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

13 лет назад
13 лет назад
12 лет назад
12 лет назад
12 лет назад
12 лет назад
12 лет назад
12 лет назад
12 лет назад
12 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. <div class="divider"></div>
  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. <div class="divider"></div>
  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. <div class="divider"></div>
  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. <div class="divider"></div>
  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>
  49. <div class="divider"></div>
  50. <div class="project">
  51. <div class="project-head">
  52. <a class="invert" href="http://github.com/earwig/lobo">lobo</a> <span class="description"><i>(NetLogo // started December 2011)</i></span>
  53. </div>
  54. <div class="project-body description">
  55. <i>Lobo</i> is Logo Bolo: a re-envisioning of <a href="http://en.wikipedia.org/wiki/Bolo_(video_game)">the classic tank game</a> by Stuart Cheshire in NetLogo.
  56. </div>
  57. </div>