Annyong starts a public static Web server in the current directory, allowing people in your local network to browse your files.
— remiprev, https://github.com/remiprev/annyong
A very simple and nice static file browser.
I liked it a lot, so i forked it and added audio tags for mp3|ogg files. A quick and dirty addition, but it works.
(Source: onethingwell.org)
even pro-er jenga (Taken with picplz in Amherst, NY.)
pro jenga (Taken with picplz in Amherst, NY.)
about to go on my video card (Taken with picplz.)
Anonymity is authenticity. It allows you to share in a completely unvarnished, raw way… — Moot via http://ow.ly/4ekTV
Handy little alias to quickly edit the most recent Rails migration in one command.
[video]
Quick way to open modified files… in cases where you close your editor.
Updated from comments (Thanks Ixguma)
Place this file somewhere in PATH and name it git-edit (or whatever you want to call it), mark it chmod +x git-edit and then inside a git dir, run git edit (replace edit with whatever you named it after ‘git-‘)
Google Reader - Search filter drop down turns into a form field
Here’s some helpful Rack Middleware found in Rack-Contrib.
Force a certain response from anywhere. This is useful if you need to debug something from anywhere.
“Uses ruby-prof to measure request time.”
Something I started to act as an API end-point to test connectors, somewhat like the other half of Hurl.
With Rackety, you can hit a url and have it respond with the contents of a file, such as sample JSON, XML, HTML, etc. You can also POST to it (right now it just returns the params, but will change to return sample response).
It’s an app right now since it’s not meant to really act as middleware, but I will reorganize it so it can.