Mark Clayton is a mechanic, handy man, programmer and disciple in training, desiring to see Christ's bride humble ourselves, pray and seek His face...and extending the kingdom of heaven across all nations...
|
Home
|
|
|
These are a few of my open source projects.
oww-wxgui
This is a graphical front end for the One-wire Weather station software package
supporting Dallas 1-wire sensors. The GUI runs on Maoc OS X, GTK and Windows. It uses
the wxWidgets libraries to be multiplatform. The app depends on the latest developement
branch of wxWidgets and the oww client library.
The oww-wxgui source code is on github. Use the following command to grab a copy:
git clone git://github.com/clayton256/oww-wxgui.git
The oww client library source can be retrieved via CVS with the command:
cvs -z3 -d:pserver:anonymous@oww.cvs.sourceforge.net:/cvsroot/oww co -P owwl
Screen shots:
Mac:

Linux(xfce4):

Windows:

Download a Mac binary here!
wxclip
I developed this little application because there are text items I typed
repeatedly. The app stores text snippets. When I click one of 10 buttons
on the application it puts on the clipboard the snippet. From there I paste
the snippet into the target applitcation.
Screen shots will be uploaded later.
The oww-wxgui source code is on github. Use the following command to grab a copy:
git clone git://github.com/clayton256/wxclip.git
Screen Shots:
Mac:
Linux(xfce4):
Windows:
nutclient
This little Mac OS X application to sits in icon tray and monitors the
UPS on the server via NUT. It's developed with wxWidgets so it could be
poted to *nix and Windows. To build it yourself, you'll need the source
to the Network UPS Tools.
The oww-wxgui source code is on github. Use the following command to grab a copy:
git clone git://github.com/clayton256/nutclient.git
|