Skip to content

Instantly share code, notes, and snippets.

View lkraav's full-sized avatar
🎯
Focusing

Leho Kraav lkraav

🎯
Focusing
View GitHub Profile
@lkraav
lkraav / kill-outlook-eml-duplicates.py
Created January 23, 2010 08:20
kill-outlook-eml-duplicates.py
import subprocess
import os
from termcolor import colored
rootdir = 'Documents/thunderbird/tbird2oe/1-LocalFolders/localhost-Inbox-pruned'
md5 = {}
for subdir, dirs, files in os.walk(rootdir):
ii = 0
@lkraav
lkraav / 8kzenrecover.py
Created November 17, 2009 20:57
8kzenrecover.py
#!/usr/bin/python
# Copyright 2007 by Tobia Conforto <[email protected]>
#
# This program is free software; you can redistribute it and/or modify it under the terms of the GNU General
# Public License as published by the Free Software Foundation; either version 2 of the License, or (at your
# option) any later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
@lkraav
lkraav / growlnotify.pl
Created November 16, 2009 15:37 — forked from jashmenn/gist:6206
some modifications to irssi -> growl gateway
# == WHAT
# Simple script for growl notifications in irssi
#
# == WHO
# Nate Murray 2008
# Modif: Leho Kraav 2009
#
# == CONFIG
# /SET growl_on_regex [regex]
# /SET growl_channel_regex [regex]