Skip to content

Instantly share code, notes, and snippets.

def test():
pass
while True:
pass
test1
#!/usr/bin/env python
"""
Python command line client for gist.github.com
Based on Chris Wanstrath's ruby gist client:
http://github.com/defunkt/gist/tree/master
Usage:
cat file.txt | pygist
pygist file1 file2 file3 file4
#!/usr/bin/env python
"""
Python command line client for gist.github.com
Based on Chris Wanstrath's ruby gist client:
http://github.com/defunkt/gist/tree/master
Usage:
cat file.txt | pygist
pygist file1 file2 file3 file4
/*
gcc `pkg-config --cflags gtk+-2.0` -o looptest looptest.c `pkg-config --libs
gtk+-2.0`
*/
#include <gtk/gtkmain.h>
int main()
{
if (!gtk_clipboard_get(GDK_SELECTION_PRIMARY))
#!/usr/bin/env python
"""
Python command line client for gist.github.com
Based on Chris Wanstrath's ruby gist client:
http://github.com/defunkt/gist/tree/master
Usage:
cat file.txt | pygist
pygist file1 file2 file3 file4
#!/usr/bin/env python
"""
Python command line client for gist.github.com
Based on Chris Wanstrath's ruby gist client:
http://github.com/defunkt/gist/tree/master
Usage:
cat file.txt | pygist
pygist file1 file2 file3 file4
# Contributor: Matt Kemp <matt@mattikus.com>
pkgname=pygist-git
pkgver=20090108
pkgrel=1
pkgdesc="Python command line interface with gist.github.com"
url="http://github.com/mattikus/pygist/tree/master"
arch=('i686' 'x86_64')
license=('MIT')
depends=('python')