Skip to content

Instantly share code, notes, and snippets.

@dejan
dejan / README.txt
Created September 23, 2009 23:47 — forked from rmm5t/README.md
You can represent time statements in most western languages where
a prefix and/or suffix is used.
The default case is to use suffix only (as in English), which you
do by providing the `suffixAgo` and `suffixFromNow` settings in
the strings hash (earlier versions of timeago used the deprecated
`ago` and `fromNow` options). If present, they are used.
2 minutes [suffixAgo]
2 minutes [suffixFromNow]
@dejan
dejan / campfire-emoji.txt
Created October 19, 2011 14:40 — forked from bryanl/campfire-emoji.txt
campfire emoji
Surround these with : e.g. :calling:
+1
-1
bulb
calling
clap
cop
email
feet
@dejan
dejan / whatevers.css.scss
Created July 21, 2012 15:58 — forked from justinfrench/whatevers.css.scss
Bootstrap mixins
@import "twitter/bootstrap";
.whatever {
@extend .well;
}
package main
// using asymmetric crypto/RSA keys
import (
"fmt"
"io/ioutil"
"log"
"net/http"