-
http://haruska.com/2009/09/29/remote-pair-programming-with-screen-and-vim/
Couple of simple commands to setup shared terminal sessions with screen. Neat. Requires some permission changes on some hosts. Awesome for paired programming.
-
http://js2coffee.org/
Neat webapp that converts javascript into coffeescript and vice versa. Handy for figuring out the syntax.
-
http://blog.joeandrieu.com/2012/01/30/the-worlds-simplest-autotweeter-in-node-js/
A really simple walkthrough of how an auto tweeting tool was created in node.js. Includes some useful links to node-oauth, forever (monit for node), and express, a web framework for node!
-
https://grepular.com/Abusing_HTTP_Status_Codes_to_Expose_Private_Information
A clever pseudo-hack that allows a web site to determine if I'm logged into facebook / gmail / digg / possibly other sites based on various urls which are only accessible to logged in users. Obviously smashed by noscript... :-)
-
http://www.randomphantasmagoria.com/firmware/nexus-s/
A list of ROM packages for the Nexus S, migrated from the xda-developers forum.
-
http://forum.xda-developers.com/showthread.php?t=1445570
A list of ROM packages for the Nexus S, the post says it has been migrated to a new location on a blog.
-
http://www.callfire.com/
A whole heap of voice and sms APIs, in a similar vein to twilio / tropo, but seemingly a broader offering, and possibly a later entrant to the market.
-
https://www.tropo.com/
Similar to Twilio, send / receive voice & sms via APIs. Doesn't appear to be as quickly evolving as twilio, but free for development use.
-
http://jsfiddle.net/
Absolutely awesome javascript editor based in the browser. Four panes to edit HTML, CSS and Javascript and then see the rendered result. Wicked crazy awesome, pastebin on bat shit crazy steroids!
-
http://www.twilio.com/
Developer APIs for placing calls and sending SMS messages. Handles both incoming and outgoing, but only sends texts in the US and only has incoming US / Canadian numbers.
-
http://easyxdm.net/
Very handy script that might provide a way of using the browser as a proxy. Needs a little investigation to be sure.
-
http://www.iblocklist.com/lists.php
A blocklist provider that gives access to a whole range of blocklists in one place. Very useful for transnmission, etc.
-
http://appbucket.net/
Some kind of alternative app market based on subscription, starts from $9.99 a year.
-
http://peter.pisljar.si/projects.php
A Windows desktop client that allows downloading from the Android market. Requires Google username / password and some other data that appears to be sniffed off the device.
-
http://www.floola.com/
Incredible little app that can run from an iPod on Linux / Mac / Windows and lets you manage your iPod. Beautiful. :-) Continuation of Yamipod.
-
http://wiki.cyanogenmod.com/index.php?title=Full_Update_Guide_-_Nexus_One
Step by step instructions on how to flash the rom of the Nexus One. Only missing part is the udev rules for Ubuntu.
-
http://wiki.cyanogenmod.com/index.php?title=Fastboot
Used these instructions to unlock the boot loader of the Nexus One.
-
http://wiki.cyanogenmod.com/index.php?title=ADB#Linux
I installed the udev rules from this page on Ubuntu to get the HTC Google Android Nexus One properly recognised by Ubuntu.
-
http://developer.htc.com/adp.html
I downloaded fastboot from this page for the HTC Google Nexus One.
-
http://code.google.com/p/google-maps-icons/
A whopping 900 map icons, released under the GPLv3. Colour coded, categorised, and all sorts.
-
http://tomayko.com/writings/StupidShellTricks
Super handy guide on disabling line wrapping in command line tools. less -S, w3m and more... :-)
-
http://code.trac.wordpress.org/
All sorts of goodies released under the GPL from the folks behind WordPress. Including jobs, stats stuff, mediawiki login integration, wpshell, and lots more.
-
http://www.quinapalus.com/cgi-bin/match
A great little tool. Give it a vaguely regex like pattern and it'll give you a list of all the possible words. Want 5 letter words ending in me or be, gotcha! Great for domain name inspiration. Output is scripting friendly plain text. :-)
-
http://www.mobuzz.co.uk/2009/08/19/nokia-e52-and-e55-internet-radio/
How to install Nokia's internet radio application on the E52, E55 and E72. Reports that it works.
-
http://blog.rootshell.be/2009/04/15/forensics-reconstructing-data-from-pcap-files/
Really handy article on how to reconstruct files from http traffic captured via wireshark. It's incredibly simple... :-)