-
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... :-)
-
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://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://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://appbucket.net/
Some kind of alternative app market based on subscription, starts from $9.99 a year.
-
http://boren.nu/archives/2007/10/01/taxonomy-intersections-and-unions/
Ryan (core WP dev) Boren's post on taxonomy (category & tag) intersections and unions. WordPress has in-built support for complex include / exclude querying.
-
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.
-
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://tomayko.com/writings/StupidShellTricks
Super handy guide on disabling line wrapping in command line tools. less -S, w3m and more... :-)
-
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://wiki.cyanogenmod.com/index.php?title=Fastboot
Used these instructions to unlock the boot loader of the Nexus One.
-
https://www.squarefree.com/bookmarklets/forms.html#remember_password
Series of bookmarklets that help manipulate forms including the "remember password" one which disables autocomplete=off.
-
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://code.google.com/p/google-maps-icons/
A whopping 900 map icons, released under the GPLv3. Colour coded, categorised, and all sorts.
-
http://www.arachnoid.com/linux/nokia/
Some tips on how to hack the N810. Including a note on formatting the internal memory card due to a fault at the factory. Good stuff.
-
http://developer.htc.com/adp.html
I downloaded fastboot from this page for the HTC Google Nexus One.
-
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://js2coffee.org/
Neat webapp that converts javascript into coffeescript and vice versa. Handy for figuring out the syntax.
-
http://maemo.org/community/wiki/HOWTO_FlashLatestNokiaImageWithLinux/#a4f6eb951c9d89a4a9027f479f3935c8
How to flash a new os onto the Nokia N810 and other tablets.
-
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://www.win.tue.nl/hashclash/rogue-ca/
Fascinating paper on hacking SSL due to weaknesses in the md5 algorithm.
-
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://www.randomphantasmagoria.com/firmware/nexus-s/
A list of ROM packages for the Nexus S, migrated from the xda-developers forum.
-
http://spritegen.website-performance.org/
Take multiple images, combine them into one, then use CSS to position the larger image such that only the small portion of the original image is visible. Combine multiple images into a single HTTP request.
-
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.