Personal website https://benkurtovic.com/
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

77 rader
3.8 KiB

  1. ---
  2. layout: home
  3. title: Home
  4. ---
  5. <div class="project">
  6. <div class="project-head">
  7. <a class="invert" href="https://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>. It has <a href="https://github.com/earwig/earwigbot-plugins">a separate repository for plugins</a>.
  11. </div>
  12. </div>
  13. <div class="divider"></div>
  14. <div class="project">
  15. <div class="project-head">
  16. <a class="invert" href="https://github.com/earwig/mwparserfromhell">mwparserfromhell</a> <span class="description"><i>(Python // started May 2012)</i></span>
  17. </div>
  18. <div class="project-body description">
  19. <i>MWParserFromHell</i> is an easy-to-use and outrageously powerful <a href="http://python.org/">Python</a> parser for <a href="http://mediawiki.org/">MediaWiki</a> wikicode.
  20. </div>
  21. </div>
  22. <div class="divider"></div>
  23. <div class="project">
  24. <div class="project-head">
  25. <a class="invert" href="https://github.com/earwig/toolserver">toolserver</a> <span class="description"><i>(Web // started July 2009)</i></span>
  26. </div>
  27. <div class="project-body description">
  28. 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>.
  29. </div>
  30. </div>
  31. <div class="divider"></div>
  32. <div class="project">
  33. <div class="project-head">
  34. <a class="invert" href="https://github.com/earwig/earwig.github.com">earwig.github.com</a> <span class="description"><i>(Web // started June 2011)</i></span>
  35. </div>
  36. <div class="project-body description">
  37. <i>earwig.github.com</i> is... well... what you're viewing right now. In source code form!
  38. </div>
  39. </div>
  40. <div class="divider"></div>
  41. <div class="project">
  42. <div class="project-head">
  43. <a class="invert" href="https://github.com/earwig/git-repo-updater">git-repo-updater</a> <span class="description"><i>(Python // started June 2011)</i></span>
  44. </div>
  45. <div class="project-body description">
  46. <i>Gitup</i> is a console script that allows you to easily pull to multiple git repositories at once.
  47. </div>
  48. </div>
  49. <div class="divider"></div>
  50. <div class="project">
  51. <div class="project-head">
  52. <a class="invert" href="https://github.com/earwig/music-quizzer">music-quizzer</a> <span class="description"><i>(Python // started May 2011)</i></span>
  53. </div>
  54. <div class="project-body description">
  55. <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.
  56. </div>
  57. </div>
  58. <div class="divider"></div>
  59. <div class="project">
  60. <div class="project-head">
  61. <a class="invert" href="https://github.com/earwig/lobo">lobo</a> <span class="description"><i>(NetLogo // started December 2011)</i></span>
  62. </div>
  63. <div class="project-body description">
  64. <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.
  65. </div>
  66. </div>
  67. <div class="divider"></div>
  68. <div class="project">
  69. <div class="project-head">
  70. <a class="invert" href="https://github.com/earwig/func-smash">func-smash</a> <span class="description"><i>(Python // started April 2012)</i></span>
  71. </div>
  72. <div class="project-body description">
  73. <i>FuncSmash</i>, a small for-the-hell-of-it project, tries to generate random Python functions using Markov chains.
  74. </div>
  75. </div>