Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
main() {
int n[] = {1819043144, 663919}, i;
char *c;
c = (char*)n;
printf("%s", c);
@losvedir
losvedir / twitmail.py
Created September 13, 2010 22:19
Checks a twitter account's most recent tweet. Sends an email if new.
#!/usr/bin/python
import os
import subprocess as sub
import urllib2
from BeautifulSoup import BeautifulSoup
TWITTERUSER = cupcakory # if you want to check twitter.com/cupcakory for updates
EMAILADDR = gabe@example.com