Skip to content

Instantly share code, notes, and snippets.

View rtud's full-sized avatar

rtud rtud

View GitHub Profile
@juanje
juanje / pysnipt.py
Created March 29, 2012 00:35
Simple script for getting snippets and info from Snipt.net
#!/usr/bin/python
# -*- coding: utf8 -*-
#
# This software 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 software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@ndreas
ndreas / iterm_growl.pl
Created February 28, 2012 10:03
Growling from irssi in iTerm2
use Irssi;
use Irssi::Irc;
use IO::Handle;
use Env qw(TMUX);
$VERSION = "0.1";
%IRSSI = (
authors => 'Andreas Johansson',
contact => '[email protected]',
name => 'iterm_growl',
@matthewhudson
matthewhudson / gist:1603502
Created January 12, 2012 22:21
Integrate Open Graph with Tumblr
<!-- Open Graph tags for your home page (index). -->
<meta property="og:site_name" content="{Title}" />
<meta property="fb:app_id" content="FACEBOOK_APPID"/>
<meta property="fb:admins" content="FACEBOOK_USERID" />
<meta property="og:description" content="{MetaDescription}" />
<meta property="og:locale" content="en_US" />
{block:IndexPage}
<meta property="og:image" content="{PortraitURL-128}" />
<meta property="og:title" content="{Title}" />
@matthutchinson
matthutchinson / fnotify.pl
Created August 21, 2010 10:47
Irssi fnotify
# todo: grap topic changes
use strict;
use vars qw($VERSION %IRSSI);
use Irssi;
$VERSION = '0.0.3';
%IRSSI = (
authors => 'Thorsten Leemhuis',
contact => '[email protected]',