This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Google Maps Carbon | |
// @namespace http://www.amee.com | |
// @include http://maps.google.*/ | |
// ==/UserScript== | |
// Created by James Smith, AMEE - [email protected] | |
// Public domain, do what you like :) | |
// Once you've installed the greasemonkey script (click "raw" on the top |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require "rubygems" | |
require "mp3info" | |
require "net/http" | |
require 'cgi' | |
require 'zlib' | |
require 'stringio' | |
require 'rexml/document' |
NewerOlder