Skip to content

Instantly share code, notes, and snippets.

@drewfradette
drewfradette / gist:2661851
Created May 11, 2012 19:14
notify - Gnome Notification Script
#!/usr/bin/python
# Filename notify
# Description Show a notification in Gnome3
# Author Drew Fradette <http://www.github.com/drewfradette>
# Last Updated 2012-04-18
# Usage notify -t "Eat cheese" -m "It tastes delicious"
#######################################################
import pynotify
import sys
@am0c
am0c / gist:962378
Created May 9, 2011 11:35
simulating android af_local
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <unistd.h>
#include <stddef.h>
#include <errno.h>
#include <fcntl.h>