Public Gists by nzjrs

gist: 209171 Update or add copyright hea...
Gravatar
Tue Oct 13 04:36:26 -0700 2009
1
2
3
#!/usr/bin/env python
# Update or add copyright headers to source files.
# John Stowers
Gravatar
Sun Oct 11 04:38:14 -0700 2009
1
2
3
#!/usr/bin/env python
# This function prints the difference between two python datetime objects
# in a more human readable form
Gravatar
Fri Aug 07 20:26:47 -0700 2009
1
2
3
#!/usr/bin/env python
# This module provides a 'with' for using curses in Python.
# from: http://www.finalcog.com/python-with-curses-with_curses
Gravatar
Sun Jul 12 04:11:29 -0700 2009
1
2
3
#!/usr/bin/env python
# A simple example of using multiple rtgraph HScrollLineGraph widgets
# Micah Dowty <micah@picogui.org>, John Stowers
Gravatar
Tue Jun 30 15:25:01 -0700 2009
1
2
3
#!/usr/bin/env python
# Demo for testing gtk.Curve
# John Stowers 2009
gist: 136900 Animated Gtk+ StatusIcon
Gravatar
Fri Jun 26 21:55:19 -0700 2009
1
2
3
#!/usr/bin/env python
"""
Animated Gtk+ StatusIcon
Gravatar
Thu Feb 05 03:07:58 -0800 2009
1
2
3
#!/usr/bin/env python
# Prints the memory usage (including private and dirty) for a given PID
#
Gravatar
Sun Feb 01 20:05:50 -0800 2009
1
2
3
#!/usr/bin/env python
# Python example demonstrating when callbacks are run in a threaded environment
# John Stowers
gist: 51686 PyGtk threading example
Gravatar
Sat Jan 24 20:43:36 -0800 2009
1
2
3
# Demo application showing how once can combine the python
# threading module with GObject signals to make a simple thread
# manager class which can be used to stop horrible blocking GUIs.
gist: 49799 PyGtk widget that displays ...
Gravatar
Tue Jan 20 17:25:38 -0800 2009
1
2
3
#!/usr/bin/env python
# gtk-theme-swatch: A PyGtk widget that displays the color swatches of all
# gtk.Styles, in all states. Useful for designing themes