ozone 0.3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1236
OZONE 0.3 pre 4
OZONE is a 3D marble game. more>>
OZONE is a 3D marble game.
OZONE is a free game similar to enigma, esprit or oxyd, but in 3D. You also have to move a marble, matching pairs of "OXYD stones" and dont break your marble.
<<lessOZONE is a free game similar to enigma, esprit or oxyd, but in 3D. You also have to move a marble, matching pairs of "OXYD stones" and dont break your marble.
Download (12.3MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1129 downloads
OZONE 0.15
OZONE is a free, modular 3-D marble game, released under the terms of the GNU General Public Licence. more>>
OZONE is a free, modular 3-D "marble game", released under the terms of the GNU General Public Licence, either version 2, or (at your option) any later version.
Binaries are available for both Windows and Linux; ihope is working on an OS X version but is having little success at the moment.
OZONE uses OpenGL,SDL,ODE, and others, see Libs.
<<lessBinaries are available for both Windows and Linux; ihope is working on an OS X version but is having little success at the moment.
OZONE uses OpenGL,SDL,ODE, and others, see Libs.
Download (6.3MB)
Added: 2005-10-04 License: GPL (GNU General Public License) Price:
1481 downloads
Notalon 0.3.4
Notalon is an application designed to make taking Cornell notes faster and easier. more>>
Notalon is an application designed to make taking Cornell notes faster and easier. Notalon is written specifically for the task of taking Cornell notes, unlike a word processor.
The idea came from the words "notes" and the "alon" suffix. Coincidentally, the title of the application is contained within the phrase "not alone", although this was completely unintended.
<<lessThe idea came from the words "notes" and the "alon" suffix. Coincidentally, the title of the application is contained within the phrase "not alone", although this was completely unintended.
Download (0.20MB)
Added: 2006-12-07 License: MIT/X Consortium License Price:
1051 downloads
kwmnet 0.3
kwmnet project is the fork of famous wmnet WindowMaker applet. more>>
kwmnet project is the fork of famous wmnet WindowMaker applet.
KDE system monitor + sysguard is not the thing I want to see on my desktop. Too slow, wants ksysguardd etc.
So, here is initial alpha release of kwmnet.
This is simple applet that show nice fast moving network device monitor in your kicker panel.
I just get wmnet sources, take off all X Window initialization stuff and use wmnet as library for drawing in window of simple KDE panel applet. Also, I rewrite code for /proc/net/dev driver to correctly read /proc/net/dev entries.
Before compiling edit string 44 in file src/kwmnet.cpp to set your device, speed and other settings. All settings are same as in good old wmnet.
Its stable and fast right now, but needs GUI configurator.
Compile:
./configure --libdir=/your/kde/applets/dir
make
make install
Then add "wmnet" applet to panel.
Hacking:
If you change something, recompile and reinstall applet, open console and just kill and start "kicker" application - kicker will start with new version of applet, and you will see your changes.
<<lessKDE system monitor + sysguard is not the thing I want to see on my desktop. Too slow, wants ksysguardd etc.
So, here is initial alpha release of kwmnet.
This is simple applet that show nice fast moving network device monitor in your kicker panel.
I just get wmnet sources, take off all X Window initialization stuff and use wmnet as library for drawing in window of simple KDE panel applet. Also, I rewrite code for /proc/net/dev driver to correctly read /proc/net/dev entries.
Before compiling edit string 44 in file src/kwmnet.cpp to set your device, speed and other settings. All settings are same as in good old wmnet.
Its stable and fast right now, but needs GUI configurator.
Compile:
./configure --libdir=/your/kde/applets/dir
make
make install
Then add "wmnet" applet to panel.
Hacking:
If you change something, recompile and reinstall applet, open console and just kill and start "kicker" application - kicker will start with new version of applet, and you will see your changes.
Download (0.53MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
899 downloads
Choosefont 0.3
Choosefont is an efficient font finder. more>>
Choosefont is a simple but extremely efficient tool for quickly finding the required font in a large amount of fonts.
It was created due to the lack of decent font selection widgets in many application.
Apart from finding a font, Choosfont can also creat css, html and other code for the selected font, this code is automatically copied to the X clipboard.
<<lessIt was created due to the lack of decent font selection widgets in many application.
Apart from finding a font, Choosfont can also creat css, html and other code for the selected font, this code is automatically copied to the X clipboard.
Download (0.030MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1650 downloads
wmldonkey 0.3.4
wmldonkey is a WindowMaker dockapp that gives various informations about the downloading files in mldonkey. more>>
wmldonkey is a WindowMaker dockapp that gives various informations about the downloading files in mldonkey.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- support for login:passwd added
- login:passwd setup with command line option
- new rcfile options
- fixed bugs with the auto page switch
- some parts of the code rewritten
- minor bugfixes, as usual
<<lessInstallation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- support for login:passwd added
- login:passwd setup with command line option
- new rcfile options
- fixed bugs with the auto page switch
- some parts of the code rewritten
- minor bugfixes, as usual
Download (0.37MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
hpanel 0.3.2
hpanel is a small panel that lists your windows. more>>
hpanel is a small panel that lists your windows.
Hpanel is hacked version of fspanel, a small panel that lists your windows and allows you to switch workspaces.
It requires a window manager that is compliant with the NETWM specification.
It works nicely with pekwm and aewm++, and handles maximized windows better than fspanel.
Enhancements:
- When the panel is minimized to the right sideit doesnt reserve screenspace for it self anymore.This means windows can be fully maximized.
- This works if the panel is on top or on bottom of the screen.
- This make more sense too me than the original behaviour of fspanel which always reserved screenspace on the bottom of the screen.
<<lessHpanel is hacked version of fspanel, a small panel that lists your windows and allows you to switch workspaces.
It requires a window manager that is compliant with the NETWM specification.
It works nicely with pekwm and aewm++, and handles maximized windows better than fspanel.
Enhancements:
- When the panel is minimized to the right sideit doesnt reserve screenspace for it self anymore.This means windows can be fully maximized.
- This works if the panel is on top or on bottom of the screen.
- This make more sense too me than the original behaviour of fspanel which always reserved screenspace on the bottom of the screen.
Download (0.018MB)
Added: 2006-09-27 License: Freely Distributable Price:
1123 downloads
Loukotka 0.3
Loukotka is a tool for making online slide shows. more>>
Loukotka is a tool for making slide shows on the Internet. The idea of Loukotka is simple: one person (call him story teller) prepares some photos and uploads them to the server.
Then he invites some people (call them spectators) to visit his site at, say, 05:00 PM. Then the story teller can use the administration panel to change slides.
People looking at the site can see the slides changes. On the site there is also simple forum, so the story teller can tell his story and spectators can commant and ask questions.
Enhancements:
- A bug that caused text chat to not work under IE was fixed.
- An installation description was added to the documentation.
<<lessThen he invites some people (call them spectators) to visit his site at, say, 05:00 PM. Then the story teller can use the administration panel to change slides.
People looking at the site can see the slides changes. On the site there is also simple forum, so the story teller can tell his story and spectators can commant and ask questions.
Enhancements:
- A bug that caused text chat to not work under IE was fixed.
- An installation description was added to the documentation.
Download (2.9MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1298 downloads
KDing 0.3
KDing is a KDE frontend for Ding. more>>
KDing is a KDE frontend for Ding, a dictionary lookup program. It is a simple program sitting in KDEs system tray that can translate the current clipboard content. The user can also enter a word which is then translated using Ding.
KDing is intended to translate between German and English, but as it uses Ding to do the actual translation it can be used for every language for which a word list is available for Ding.
<<lessKDing is intended to translate between German and English, but as it uses Ding to do the actual translation it can be used for every language for which a word list is available for Ding.
Download (0.53MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
1500 downloads
Guten 0.3
Guten is a tool for browsing, retrieving, reading, and managing electronic books published by Project Gutenberg. more>>
Guten is a tool for browsing, retrieving, reading, and managing electronic books published by Project Gutenberg. It provides an interface for reading books that allows bookmarks to be added to text.
Books can be imported from files that have already been downloaded, or through a simple interface that browses and downloads files from a PG mirror.
A Python module that automates the retrieval of catalogues and books from a PG mirror is also provided.
<<lessBooks can be imported from files that have already been downloaded, or through a simple interface that browses and downloads files from a PG mirror.
A Python module that automates the retrieval of catalogues and books from a PG mirror is also provided.
Download (0.016MB)
Added: 2005-08-25 License: BSD License Price:
1520 downloads
KBiof 0.3
KBiof project is an openGL screen saver for KDE. more>>
KBiof project is an OpenGL screensaver for KDE.
This is a KDE port, rewrite & rearrangement of original BIOF XScreenSaver. This is an OPENGL screensaver. It depends by libGL & libGLU libraries. These libraries are normally installed into all linux distros.
Please note that the performance of the OpenGL screensavers depends by your graphic card power and its correct installation (please configure the right Xorg driver for your card).
Available for download: sources and precompiled binaries package for Felinux distro (also Slackware 11).
Installation:
open konsole
type "su" and type your root password
type "installpkg kbiof-0.1-i486-1.tgz"
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL Note: this package is also compatible with Slackware Linux 11.
Compiling KBiof sources:
KBiof sources, provided here must be compiled to works on your system. Please, start with archive decompression, then open konsole and go into the directory. Here type:
./configure
make
make install (as root)
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL
Enhancements:
- now it is possible to change the rendering color of Triangles, Spheres and BigSpheres object.
<<lessThis is a KDE port, rewrite & rearrangement of original BIOF XScreenSaver. This is an OPENGL screensaver. It depends by libGL & libGLU libraries. These libraries are normally installed into all linux distros.
Please note that the performance of the OpenGL screensavers depends by your graphic card power and its correct installation (please configure the right Xorg driver for your card).
Available for download: sources and precompiled binaries package for Felinux distro (also Slackware 11).
Installation:
open konsole
type "su" and type your root password
type "installpkg kbiof-0.1-i486-1.tgz"
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL Note: this package is also compatible with Slackware Linux 11.
Compiling KBiof sources:
KBiof sources, provided here must be compiled to works on your system. Please, start with archive decompression, then open konsole and go into the directory. Here type:
./configure
make
make install (as root)
All done.
KBiof screen saver is now accessible by open Desktop configuration -> ScreenSavers -> OpenGL
Enhancements:
- now it is possible to change the rendering color of Triangles, Spheres and BigSpheres object.
Download (0.042MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
600 downloads
wmsvn 0.3
wmsvn scrolls last info from svn log. more>>
wmsvn scrolls last info from svn log.
It displays last svn rvision number, author and last log message.
It can be used to display output of any shell commands( see wmsvn.h )
Installation:
1) edit wmsvn.h to match your needs.
2) make
3) run it
<<lessIt displays last svn rvision number, author and last log message.
It can be used to display output of any shell commands( see wmsvn.h )
Installation:
1) edit wmsvn.h to match your needs.
2) make
3) run it
Download (0.010MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1093 downloads
kcmnvview 0.3
kcmnvview is a KControl Center module for displaying additional Nvidia graphic card settings. more>>
kcmnvview is a KControl Center module for displaying additional Nvidia graphic card settings.
NOTE: this kcm_module use the /proc file system (/proc/driver/nvidia/*)!
<<lessNOTE: this kcm_module use the /proc file system (/proc/driver/nvidia/*)!
Download (0.011MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
878 downloads
KKinit 0.3
KKinit is a an applet which lets users request, display and destroy tickets from a Kerberos 5 server. more>>
KKinit is a an applet which lets users request, display and destroy tickets from a Kerberos 5 server. It uses KDE for its interface. It is similar to Cygnuss Kerbnet tool, with several GUI enhancements.
Installation:
./configure [options -- see below]
make
make install (as root)
You will need a set of the Kerberos 5 libraries to link against. You can get these from ftp.replay.com, or http://www.replay.com. This site is in the Netherlands, so its not a breach of US export regs to download it from there.
By default, the configure script assumes that the kerberos stuff is in /usr/athena. If its in a different directory, append the flag --with-krb5=[path to your Kerberos] to the ./configure
instruction.
If you want either SSL capability or password changing capability, youll need to add --with-krb5-src=[path to the source for Kerberos].
It shouldnt need to be this way, but the include files for the kadmin interface are not installed by default in the Kerberos include
area.
If you wish to use SSL to authenticate to Kerberos, instead of a password based approach, youll need to have Doug Engerts sslk5 package installed on your Kerberos server (although for this client, the relevant bits of sslk5 have been copied into the source
directory).
Youll also need to have Eric Youngs SSLeay (available from http://www.ssleay.org) libraries installed somewhere on the system. The option --with-ssl=[path to the SSLeay libraries] needs to be added to the configure command).
Obviously, you need the KDE and Qt libraries and headers, but you knew that already, didnt you?
As would be expected, the normal autoconf flags work with configure (--prefix, --with-qt-dir, etc).
<<lessInstallation:
./configure [options -- see below]
make
make install (as root)
You will need a set of the Kerberos 5 libraries to link against. You can get these from ftp.replay.com, or http://www.replay.com. This site is in the Netherlands, so its not a breach of US export regs to download it from there.
By default, the configure script assumes that the kerberos stuff is in /usr/athena. If its in a different directory, append the flag --with-krb5=[path to your Kerberos] to the ./configure
instruction.
If you want either SSL capability or password changing capability, youll need to add --with-krb5-src=[path to the source for Kerberos].
It shouldnt need to be this way, but the include files for the kadmin interface are not installed by default in the Kerberos include
area.
If you wish to use SSL to authenticate to Kerberos, instead of a password based approach, youll need to have Doug Engerts sslk5 package installed on your Kerberos server (although for this client, the relevant bits of sslk5 have been copied into the source
directory).
Youll also need to have Eric Youngs SSLeay (available from http://www.ssleay.org) libraries installed somewhere on the system. The option --with-ssl=[path to the SSLeay libraries] needs to be added to the configure command).
Obviously, you need the KDE and Qt libraries and headers, but you knew that already, didnt you?
As would be expected, the normal autoconf flags work with configure (--prefix, --with-qt-dir, etc).
Download (0.21MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1485 downloads
LiNsta 0.3
LiNsta provides a nice GTK 2.x Theme/Style. more>>
LiNsta provides a nice GTK 2.x Theme/Style.
The 3rd version of LiNsta, truely is the same thing of Linsta 2 but now have no bugs finded yet, like in fedora gnome.
Any doubt tell me! Any bug, please tell me!
Bug release 0.1:
Guys, thanks everybody for tell me about the menubar bug, ive been patched it, the new versions is now released in the same link above!
Enhancements:
- Patched the bug of menubar:
- The menubar is black and the text was black too. Now with the correcntion the bar is black and the text is white.
<<lessThe 3rd version of LiNsta, truely is the same thing of Linsta 2 but now have no bugs finded yet, like in fedora gnome.
Any doubt tell me! Any bug, please tell me!
Bug release 0.1:
Guys, thanks everybody for tell me about the menubar bug, ive been patched it, the new versions is now released in the same link above!
Enhancements:
- Patched the bug of menubar:
- The menubar is black and the text was black too. Now with the correcntion the bar is black and the text is white.
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
990 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ozone 0.3 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed