Confirmed users
26
edits
(→nigelb) |
(→nigelb) |
||
| (13 intermediate revisions by 9 users not shown) | |||
| Line 4: | Line 4: | ||
== adrian == | == adrian == | ||
; [https://github.com/AdrianGaudebert/component-entity Component Entity Manager for JavaScript games] | |||
: A simple implementation of the component / entity model in JavaScript. It works both client- and server-side. It is meant to be a basic brick for JavaScrip game libraries or game engines, or for games that don't want to use heavy libraries. I would love to get feedback and reviews of this code, as well as suggestions to make it better. | |||
; [https://github.com/AdrianGaudebert/fightly-game-engine Fightly Game Engine] | |||
: Strategic, turn-based game engine for the Open Web. This a pretty heavy project, I want to refactor it a lot to make it really extensible and modular. The Component Entity manager up here was originally made for this project. Contributors to the project would be great, that will motivate me to create some doc and make it easy for others to contribute. | |||
== andy == | == andy == | ||
== ashort == | == ashort == | ||
| Line 15: | Line 22: | ||
== ednapiranha == | == ednapiranha == | ||
; [https://github.com/ednapiranha/lexicrypt Lexicrypt] | |||
: Lexicrypt is a Python / MongoDB proof-of-concept of token-based steganography. Content (currently text-based) is encrypted using AES and can only be accessed by users who have their API tokens added to the access list for it. More info coming soon - will be posted as development progresses at [http://lexicrypt.com lexicrypt.com] | |||
; [https://github.com/ednapiranha/the-great-brain The Great Brain] | ; [https://github.com/ednapiranha/the-great-brain The Great Brain] | ||
: The Great Brain is a Node.js / jQuery experiment allowing multiple users to contribute text/images/audio to various 'nodes' that randomly communicate to each other and activate the node. | : The Great Brain is a Node.js / jQuery experiment allowing multiple users to contribute text/images/audio to various 'nodes' that randomly communicate to each other and activate the node. | ||
| Line 21: | Line 30: | ||
; [https://github.com/ednapiranha/auto-tagify Auto Tagify] | ; [https://github.com/ednapiranha/auto-tagify Auto Tagify] | ||
: Auto Tagify uses NLTK to auto tag words in a body of text. | : Auto Tagify uses NLTK to auto tag words in a body of text. | ||
== erik == | == erik == | ||
; [https://github.com/erikrose/mediawiki-parser MediaWiki Parser] | ; [https://github.com/erikrose/mediawiki-parser MediaWiki Parser] | ||
| Line 47: | Line 57: | ||
: An HTML drawing tool NOT named after a product we all know. | : An HTML drawing tool NOT named after a product we all know. | ||
== jgrlicky == | == jgrlicky == | ||
== jlongster == | == jlongster == | ||
| Line 61: | Line 70: | ||
: Bleach is our whitelist-based, Python HTML sanitization tool! There are always things that can be added, but at the moment I'd really love to see a refactor that would allow methods to be chained without necessarily rebuilding a DOM tree. <code>linkify()</code> is also huge and nasty now, and I am curious to see what kind of improvements could be made there. | : Bleach is our whitelist-based, Python HTML sanitization tool! There are always things that can be added, but at the moment I'd really love to see a refactor that would allow methods to be chained without necessarily rebuilding a DOM tree. <code>linkify()</code> is also huge and nasty now, and I am curious to see what kind of improvements could be made there. | ||
; [https://github.com/jsocol/jig Jig] | ; [https://github.com/jsocol/jig Jig] | ||
: Jig, for '''J'''enkins-'''I'''RC-'''G'''ithub, is a simple Node HTTP server/client/IRC bot that accepts Github's post-commit payload, filters by branch, posts into IRC, and triggers Jenkins builds (allows you to specify a Jenkins job per branch, since Github doesn't discriminate with payloads). It runs <code>kitsunebot</code> in #sumodev. It doesn't do a whole lot--I suspect it could be more useful | : Jig, for '''J'''enkins-'''I'''RC-'''G'''ithub, is a simple Node HTTP server/client/IRC bot that accepts Github's post-commit payload, filters by branch, posts into IRC, and triggers Jenkins builds (allows you to specify a Jenkins job per branch, since Github doesn't discriminate with payloads). It runs <code>kitsunebot</code> in #sumodev. It doesn't do a whole lot--I suspect it could be more useful. There are a couple issues filed. One thing I think would be fun is achievements. Help is appreciated! | ||
== kumar == | == kumar == | ||
| Line 98: | Line 107: | ||
== nigelb == | == nigelb == | ||
; [https://github.com/nigelbabu/geektionary] | ; [https://github.com/nigelbabu/geektionary Geektionary] | ||
: Like urban dictionary, but open source! I haven't started anything yet. I started with the idea of coding it in Flask + MongoDb, I might just use Django/Playdoh + Postgres instead. | : Like urban dictionary, but open source! I haven't started anything yet. I started with the idea of coding it in Flask + MongoDb, I might just use Django/Playdoh + Postgres instead. | ||
== ozten == | == ozten == | ||
| Line 108: | Line 115: | ||
== rhelmer == | == rhelmer == | ||
== ricky == | == ricky == | ||
; [https://addons.mozilla.org/en-US/firefox/addon/dotjs/ dotjs] ([http://github.com/rlr/dotjs-addon code]) | |||
: dotjs is a Firefox Add-on that executes JavaScript files in `~/.js` based on their filename and the domain of the site you are visiting. Also has support for coffeescript and injecting CSS. | |||
== robhudson == | == robhudson == | ||
[https://github.com/django-debug-toolbar/django-debug-toolbar django-debug-toolbar]: Shows lots of things Django is doing behind the scenes on each request, like SQL queries and which templates are rendered, etc. Authored and now co-maintain with David Cramer of Disqus. | |||
At my previous job I wrote [https://github.com/robhudson/pivotal-py pivotal-py], a lightweight wrapper around the Pivotal Tracker API. The original impetus was to email each developer a daily snapshot of all of our open bugs each morning. I've used the same pattern for the Untappd API and have been pondering a possible API wrapper toolkit idea for APIs that follow good REST patterns. | |||
== seanmonstar == | == seanmonstar == | ||
| Line 122: | Line 137: | ||
== tofumatt == | == tofumatt == | ||
; [https://addons.mozilla.org/en-US/firefox/addon/kijiji-kombat/ Kijiji Kombat] | |||
: Firefox add-on that removes annoying UX fails of the popular-in-Canada (but terrible-to-use) Kijiji website. | |||
; [https://github.com/tofumatt/vacation-bot vacation-bot] | |||
: A node.js IRC bot that reminds you of your vacationing web developer friend. | |||
In development and not ready for primetime: | |||
; [https://github.com/tofumatt/rails-annoying rails-annoying] | |||
: Ruby Gem that takes some common, minor annoyances out of Rails (or your Rails code). | |||
; [https://github.com/tofumatt/quotes Quotes.txt] | |||
: Django app -- A collection of the funny things you and your friends say that no one should read. | |||
== wenzel == | == wenzel == | ||
; [https://github.com/fwenzel/strassendeutsch Straßendeutsch] | ; [https://github.com/fwenzel/strassendeutsch Straßendeutsch] | ||
| Line 145: | Line 170: | ||
; [http://mediagoblin.org/ MediaGoblin] | ; [http://mediagoblin.org/ MediaGoblin] | ||
: MediaGoblin is a media-posting system in its early stages. | : MediaGoblin is a media-posting system in its early stages. | ||
; [https://github.com/willkg/phil phil] | |||
: phil is a command line utility that sends reminder emails about meetings as defined in an iCalendar file. | |||