Skip to content

Instantly share code, notes, and snippets.

@keks
keks / fetch.go
Last active August 29, 2015 14:12 — forked from cryptix/fetch.go
package main
import (
"crypto/sha1"
"fmt"
"io"
"net/http"
"os"
"strings"
"sync"
@keks
keks / bild1.jpg
Created June 8, 2011 19:38
Tims Page
bild1.jpg
@keks
keks / dwm_config.h
Created May 23, 2011 11:49
i <3 dwm
/* See LICENSE file for copyright and license details. */
/* appearance */
static const char font[] = "-*-tamsyn-medium-*-*-*-12-*-*-*-*-*-*-*";
static const char normbordercolor[] = "#444444";
static const char normbgcolor[] = "#444444";
static const char normfgcolor[] = "#73a800";
static const char selbordercolor[] = "#73a800";
static const char selbgcolor[] = "#444444";