This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def test(): | |
| pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while True: | |
| pass |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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') |
OlderNewer