Webdev/Side Projects: Difference between revisions
< Webdev
Jump to navigation
Jump to search
Ednapiranha (talk | contribs) No edit summary |
(→mkelly) |
||
Line 40: | Line 40: | ||
== malexis == | == malexis == | ||
== mkelly == | == mkelly == | ||
; [https://github.com/Osmose/charas-playdoh Charas-Project] | |||
: Charas ([http://www.charas-project.net]) is a website for RPG Maker enthusiasts. It's primarily known for it's large repository of sprites, tilesets, midis, etc. as well as it's sprite generators that let you build sprites. This project is my attempt at re-making the site using Playdoh. | |||
== morgamic == | == morgamic == | ||
== nigelb == | == nigelb == |
Revision as of 16:52, 21 October 2011
We all probably one or two interesting little side projects we hack on from time to time.
Let's dump them all onto the table! List anything you would either like some help with, or just think is cool and worth sharing, or are exploring or spending a little time on, whatever your own criteria is. Try to include some of description of what it is and what there is to do, if anything.
adrian
andy
ashort
aricaud
bsavage
ckoehler
cmore
dd
ednapiranha
- 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.
- Web Imagery
- Web Imagery retrieves images from the following popular services: Instagram, Imgur, Flickr, Path, Skitch, Minus, Cloud App.
- Auto Tagify
- Auto Tagify uses NLTK to auto tag words in a body of text.
erik
gkoberger
jbalogh
jgrlicky
jlongster
jsocol
- Joshua
- Joshua is a way to deal with user-uploaded files when we have sites hosted in multiple data centers. There are already a dozen or so of these tools, but I was curious how hard it would be to create one. It's all Python, built on Tornado. It's protocol-based, running entirely over HTTP—so in the future some enterprising developer could create a Joshua server in another language. It doesn't so much work. It accepts uploads and deletes from the client interface, and will serve files from the public interface, but the peer-to-peer/node-to-node interface doesn't work yet. Help would be awesome, in the form of patches or just pointing out things I've forgotten or am doing wrong.
- Bleach
- 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.
linkify()
is also huge and nasty now, and I am curious to see what kind of improvements could be made there. - Jig
- Jig, for Jenkins-IRC-Github, 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
kitsunebot
in #sumodev. It doesn't do a whole lot--I suspect it could be more useful, like noticing "pull ###" in chat and linking it, like firebot with "bug ###". There are a couple issues filed. I'm also not 100% sure how well the configuration tool works, since I haven't actually used it. Help is appreciated!
kumar
lars
laura
lcrouch
lonnen
lorchard
malexis
mkelly
- Charas-Project
- Charas ([1]) is a website for RPG Maker enthusiasts. It's primarily known for it's large repository of sprites, tilesets, midis, etc. as well as it's sprite generators that let you build sprites. This project is my attempt at re-making the site using Playdoh.