Skip to content

Instantly share code, notes, and snippets.

@tahajahangir
tahajahangir / lof.py
Created June 13, 2012 03:10
An samll mercurial extension to list lastest revision of each file
"""
To install this hg extenstion:
open /path/to/repo/.hg/hgrc
add this lines:
[extenstions]
lof=install/lof.py
"""
#http://selenic.com/pipermail/mercurial/2010-February/029951.html
#http://mercurial.selenic.com/wiki/MercurialApi
@tahajahangir
tahajahangir / Tracer.js
Created February 7, 2012 09:26 — forked from cpdean/Tracer.js
Unobfuscated version of tynt Tracer.js
//v26 © 2011 Tynt
Tynt = window.Tynt || [];
if (typeof Tynt.TIL != "undefined") {
} else {
(function () {
var mainTynt = function () {
var body = document.body,
documentElement = document.documentElement,
isIE = eval("/*@cc_on!@*/false"),
repeat = function (a, b) {