Skip to content

Instantly share code, notes, and snippets.

@willnix
willnix / gist:5225036
Last active December 15, 2015 07:39
Natas 16
package main
import (
"fmt"
"io/ioutil"
"log"
"net/http"
"net/url"
"strings"
"sort"
@willnix
willnix / GmusicDL
Created August 6, 2011 22:35
GMusic Download
#!/usr/bin/env python
import sys,re,time,os
import urllib,urllib2,cookielib
import xml.dom.minidom
from ID3 import *
try:
import json
except ImportError,e:
/* See LICENSE file for copyright and license details. */
/* appearance */
static const char font[] = "-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*";
static const char normbordercolor[] = "#49270a";
static const char normbgcolor[] = "#995522";
static const char normfgcolor[] = "#ffffff";
static const char selbordercolor[] = "#e30212";
static const char selbgcolor[] = "#49270a";
static const char selfgcolor[] = "#e30212";