Projects
- gTwitter
gTwitter is a Linux client for reading and posting to twitter.com web service.
More information on gTwitter project page: code.google.com/p/gtwitter/
- Sysinfo
Sysinfo is a GTK application which can display information about users computer(hardware) and Linux system(software), implemented in Mono.
More information on Sysinfo project page: sysinfo.r8.org
- BarRace
It’s a ridiculously simple game. You have four bars, you choose one, place your bet and press the Race button. The bars will race to the finish and random bar will win. If you choose the winning bar you win the money otherwise you loose.
Download Mono binary&source: BarRace
- Timed shutdown
Timed shutdown is a tiny GTK application, which lets user specify the time, select an action: Shutdown or Reboot and then starts the process. The program will execute an action in given time.
Requirements: Mono 1.1.13.X, gtk-sharp 2.8.0;
Download Mono binary: timed shutdown binary
Download Mono source: timed shutdown source
- gTransset
gTransset is again tiny GTK application, which can set transparency level of any window on X, using Composite Extension with transset installed. The levels of transparency you can use are 25%, 50%, 75% and 100%.
So basically it’s a quick GUI fix, so you don’t need to enter transset .X command every time you want to make a window transparent.
Requirements: Mono 1.1.13.X, gtk-sharp 2.8.0, transset;
Download Mono binary: gtransset binary
Download Mono source: gtransset source