Redactor - WYSIWYG jQuery editor.
Song of GitHub - Render GitHub contribution charts as MIDI jazz output.
Introducing RESS - Gem to help build mobile Rails applications.
TrelloToPivotal - Script to transfer data from one to the other.
Handle inbound Email in any Rack Application - The incoming! gem smooths out differences between various push mail APIs.
Is Your Ergonomic Desk Trying to Kill You? - Just what I wanted to read on the day that I started using an under-desk treadmill.
git-unmerged - Script to show non-common commits between two branches.
Delorean Ipsum - Yet another cute lorem ipsum generator.
The New Amazon Elastic Transcoder - Another way to convert media files in the cloud.
Hello, this is Sequel Pro 1.0 - Official release of this OS X MySQL app.
add the Hubot Script for Scout into your Hubot's /scripts directory.
in your Scout account, click on "Notifications," then set the webhooks URL to http://YOUR_HUBOT_URL/hubot/scoutapp/CAMPFIRE_ROOM_NUMBER
That's it! Try creating a Scout trigger that fires immediately to test it out.
Thanks again to Scout user Gavin Stark for writing the Hubot script, and to Hubot maintainer Tom Bell for the quick merge.
Related
Scout …
…Story of LucasArts
ScummVM Language Documentation
Postmortem: Naughty Dog's Jak and Daxter
Images: Steve Purcell's blog
When we first launched the lab, we released a jQuery plugin that automatically preloads all images referenced in CSS files. We've found the script to be incredibly helpful in developing snappy applications where images are always ready when we need them. This post describes a significant update to the script which will make it even easier to integrate …
Had you ever need of simple routing, like sharing your connection to other computer?
I had :) so here is a script which turns my laptop into a router, simple configuration, one command, to run it save the script as router.sh #!/bin/bash
# configuration IF_LOC=eth0 IP_LOC=192.168.67 IF_NET=wlan0
# script IF_NET=$(ifconfig $IF_NET | awk '/inet/ {print $ 2}' | grep -o '[0-9]*\.[0-9]*\.[0-9]*')
# connect iptables-save > /dev/shm/old_routes ifconfig $IF_LOC inet …
…JavaScript.
Rails 3.2.3 has been released! - Including some security fixes.
laptop - Script from Thoughtbot for setting up new OS X development machines.
Practical Load Testing of REST APIs - Using the CloudAssault service.
Railcar - " Rails in a box" project for OS X.
Deploy Script for Heroku Apps - Simple, but a bit more than just pushing to the git repo.
Trackerific - Package tracking for Ruby, with interfaces to USPS, UPS, Fedex, and Ontrac.
One Step - Single command to get up and running with Rails on OS X or Linux. Well, three steps if you want a database.
Stop solving problems you don't yet have - An argument against using elaborate HTML5 boilerplate code.
Easiest Postgres Install Ever - Mac Edition - Script from Wayne Seguin, passed on by Philip Ingram.
Git Autocomplete in Mac OS X - A tiny little bit of shell convenience. If you use the Git for OS X Installer , you already have the script on your drive.
HoudahSpot - Search/Find utility for OS X that actually finds what I'm looking for, unlike Spotlight. Yeah, if I was a Spotlight pro there are probably commands to do all this. …
jQuery Lint - Script to report incorrect usage of jQuery APIs.
kumofs - A fresh distributed key-value store for Ruby.
Code Blocks: Ruby's Swiss Army Knife - An excerpt from the Ruby Best Practices book.
JavaScript grid editor: I want to be Excel - A big survey of grids available for jQuery and others.
ThinkingSphinx exits, enters ActsAsSolrReloaded - The competition between search libraries for web applications will never end.