wheel of fortune
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 249
WheelOfFortune 0.2
WheelOfFortune is a HIGHLY experimental but fascinating superkaramba enhancement. more>>
WheelOfFortune is a HIGHLY experimental but fascinating superkaramba enhancement, with an example theme to see the principle and also a work-in-progress theme.
Wheel smoothly your way through your files without having to spend all your time clicking on folders.
The enhancements: listing file and directories in Superkaramba - but its a bit more than that: KDirlister is used, which supports application:/, file:/, floppy:/ media:/ devices:/ svn:/ in fact any KIO.
I am so bowled over by how exciting and how... "wow!" this is that i just had to let people know about it.
Try the wof.theme and you will see what i mean.
If you have a mouse with a scroll-wheel, use it: its much easier to navigate. single-click on a directory to open it up on the arc below (yes, its a wheel, not a line, not a square, not a treeview!)
The download contains:
- a precompiled superkaramba binary
- a superkaramba diff (patch)
- the dirlister.cpp and .h files
- an example theme (dirlister)
- a work-in-progress theme (wof).
Enhancements:
- fixed large subdirectory crash
- added "run" capability properly
<<lessWheel smoothly your way through your files without having to spend all your time clicking on folders.
The enhancements: listing file and directories in Superkaramba - but its a bit more than that: KDirlister is used, which supports application:/, file:/, floppy:/ media:/ devices:/ svn:/ in fact any KIO.
I am so bowled over by how exciting and how... "wow!" this is that i just had to let people know about it.
Try the wof.theme and you will see what i mean.
If you have a mouse with a scroll-wheel, use it: its much easier to navigate. single-click on a directory to open it up on the arc below (yes, its a wheel, not a line, not a square, not a treeview!)
The download contains:
- a precompiled superkaramba binary
- a superkaramba diff (patch)
- the dirlister.cpp and .h files
- an example theme (dirlister)
- a work-in-progress theme (wof).
Enhancements:
- fixed large subdirectory crash
- added "run" capability properly
Download (0.22MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1212 downloads
Popup Fortune 2
Popup Fortune displays fortunes on your root X window. more>>
Popup Fortune is a python application which takes over your root window and displays on it output of the fortune program in boxes (or whatever program you specify).
It is very much a work in progress, but I find it enjoyable to leave running, and if you do too, great.
Popup Fortune is released under the terms of the GNU GPL.
Python and X are required. Python-Xlib is also needed, but I am currently including that in the tarball, since, to my knowledge, packages for that are not too common.
In addition, if you do not specify a different command, the default is fortune, so you will need that too.
<<lessIt is very much a work in progress, but I find it enjoyable to leave running, and if you do too, great.
Popup Fortune is released under the terms of the GNU GPL.
Python and X are required. Python-Xlib is also needed, but I am currently including that in the tarball, since, to my knowledge, packages for that are not too common.
In addition, if you do not specify a different command, the default is fortune, so you will need that too.
Download (0.16MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1642 downloads
wmfortune 0.241
wmfortune is a dock-app that shows you forune messages. more>>
wmfortune is a dock-app that shows you forune messages.
Installation:
Before installation.
Make sure fortune command is in your path.
To compile and install wmfortune.
(1) Edit Makefile as you like.
(2) Type "make"
(3) Then type "make install"
To uninstall.
Just type "make uninstall".
<<lessInstallation:
Before installation.
Make sure fortune command is in your path.
To compile and install wmfortune.
(1) Edit Makefile as you like.
(2) Type "make"
(3) Then type "make install"
To uninstall.
Just type "make uninstall".
Download (0.023MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
637 downloads
IMWheel 1.0.0pre12
IMWheel is a daemon for X11, which watches for mouse wheel actions and outputs them as keypresses. more>>
IMWheel is a daemon for X11, which watches for mouse wheel actions and outputs them as keypresses.
This is a not so short little ditty that does the simple conversion of mouse button presses into key presses. By grabbing only the 4th and 5th mouse buttons the program is able to receive input from the Intellimouse series mice.
There is also a modified version of gpm included that has, already, support for the Intellimouse, and I added a wheel fifo. The user library may also be used, although this may need to be debugged. See the gpm section below for more.
The wheel button can always be used as middle button, this program does not affect how the XServer, nor GPM, react towards it. A mouse with a wheel button is a 3 button mouse, and should be configured as such!
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
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.
<<lessThis is a not so short little ditty that does the simple conversion of mouse button presses into key presses. By grabbing only the 4th and 5th mouse buttons the program is able to receive input from the Intellimouse series mice.
There is also a modified version of gpm included that has, already, support for the Intellimouse, and I added a wheel fifo. The user library may also be used, although this may need to be debugged. See the gpm section below for more.
The wheel button can always be used as middle button, this program does not affect how the XServer, nor GPM, react towards it. A mouse with a wheel button is a 3 button mouse, and should be configured as such!
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
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.
Download (0.18MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1470 downloads
PyFortune 1.0b
PyFortune is a GUI fortune program with over 10,000 fortunes built-in. more>>
PyFortune project is a GUI fortune program with over 10,000 fortunes built-in.
PyFortune is a BSD fortune-compatible GUI fortune program.
It has over 10,000 fortunes built-in, keeps track of all fortunes that have been displayed so they arent repeated prematurely, a history with back and forward, bookmarks with a bookmark editor, a fortune weight function to make some categories more likely to appear than others, and a search to find specific fortunes.
Main features:
- Over 10000 fortunes built-in
- Keeps track of which fortunes have been displayed so you dont see any again
- Unlimited history of displayed fortunes
- Built-in bookmarks and bookmark editor
- Loading and saving BSD fortune files
- Fortune weight function to make categories more likely to appear
- Find function to find specific fortunes
<<lessPyFortune is a BSD fortune-compatible GUI fortune program.
It has over 10,000 fortunes built-in, keeps track of all fortunes that have been displayed so they arent repeated prematurely, a history with back and forward, bookmarks with a bookmark editor, a fortune weight function to make some categories more likely to appear than others, and a search to find specific fortunes.
Main features:
- Over 10000 fortunes built-in
- Keeps track of which fortunes have been displayed so you dont see any again
- Unlimited history of displayed fortunes
- Built-in bookmarks and bookmark editor
- Loading and saving BSD fortune files
- Fortune weight function to make categories more likely to appear
- Find function to find specific fortunes
Download (1.1MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1045 downloads
fortune-fgump 1.0
fortune-fgump project consists of some quotes from the movie Forrest Gump. more>>
fortune-fgump project consists of some quotes from the movie Forrest Gump.
This collection of quotes is for use with the fortune program.
<<lessThis collection of quotes is for use with the fortune program.
Download (0.002MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1050 downloads
Fortune Osho 1.1
Fortune Osho project consists of quotes from the spiritual guru Osho. more>>
Fortune Osho project consists of quotes from the spiritual guru Osho.
Examples:
Awareness
Mind can never be intelligent - only no-mind is intelligent. Only no-mind is original and radical. Only no-mind is revolutionary - revolution in action.
This mind gives you a sort of stupor. Burdened by the memories of the past, burdened by the projections of the future, you go on living - at the minimum. You dont live at the maximum. Your flame remains very dim.
Once you start dropping thoughts, the dust that you have collected in the past, the flame arises - clean, clear, alive, young. Your whole life becomes a flame, and a flame without any smoke. That is what awareness is.
Enhancements:
- More cookies has been added. The count now reaches to 50.
<<lessExamples:
Awareness
Mind can never be intelligent - only no-mind is intelligent. Only no-mind is original and radical. Only no-mind is revolutionary - revolution in action.
This mind gives you a sort of stupor. Burdened by the memories of the past, burdened by the projections of the future, you go on living - at the minimum. You dont live at the maximum. Your flame remains very dim.
Once you start dropping thoughts, the dust that you have collected in the past, the flame arises - clean, clear, alive, young. Your whole life becomes a flame, and a flame without any smoke. That is what awareness is.
Enhancements:
- More cookies has been added. The count now reaches to 50.
Download (0.016MB)
Added: 2006-12-13 License: Freely Distributable Price:
1049 downloads
fortune-xfiles 1.0
fortune-xfiles project consists of various quotes from the X-Files TV episodes for the fortune program. more>>
fortune-xfiles project consists of various quotes from the X-Files TV episodes for the fortune program.
To install these fortunes, copy the .dat file to your fortunes directory (possibly /usr/games/lib/fortunes).
To use it, simply type:
# fortune xfiles
Example:
Mulder: You know, I always wanted a peg-leg. It was a boyhood
thing I never grew out of.
"The X-Files: Quagmire"
<<lessTo install these fortunes, copy the .dat file to your fortunes directory (possibly /usr/games/lib/fortunes).
To use it, simply type:
# fortune xfiles
Example:
Mulder: You know, I always wanted a peg-leg. It was a boyhood
thing I never grew out of.
"The X-Files: Quagmire"
Download (0.013MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1048 downloads
Fortune-mod 1.99.1
Fortune-mod project is a tool which shows fortune cookies on demand. more>>
Fortune-mod project is a tool which shows fortune cookies on demand.
It comes with over 20,000 cookies, classified into a number of different sets.
Enhancements:
- Some internationalisation support
- UTF-8 support
- Zillions of extra fortunes that have been suggested to the Debian maintainers over the last 5 years
- Number of spelling fixes.
- Fixes to REGEXPs searches
- Changes in percentage allocations
- A few bug fixes
- A Y2K compliant version number
<<lessIt comes with over 20,000 cookies, classified into a number of different sets.
Enhancements:
- Some internationalisation support
- UTF-8 support
- Zillions of extra fortunes that have been suggested to the Debian maintainers over the last 5 years
- Number of spelling fixes.
- Fixes to REGEXPs searches
- Changes in percentage allocations
- A few bug fixes
- A Y2K compliant version number
Download (1.7MB)
Added: 2006-11-06 License: BSD License Price:
631 downloads
Java Fortune Teller 0.6
Java Fortune Teller is a Java version of the fortune game from BSD. more>>
This program is a port of the famous BSD game fortune.
This program currently can only be run via the command line. It is ideal for use with various e-mail clients like pine,mutt etc. to insert random quotes at the end of your e-mail or for displaying a random quote when a user logs into your unix box. A more advanced application could be to display random tips in your program.
Main features:
- Written in Java, hence Platform Independent
- Handles multiple quote files.
- Supports fortune style cookie files.
- Supports passing various command line options. More options are being integrated in.
- Easily integrable into other JAVA programms.
- Easy and straighforward code.
- Licensed under GPL which means you can access the source code and make it better according to your likes.
<<lessThis program currently can only be run via the command line. It is ideal for use with various e-mail clients like pine,mutt etc. to insert random quotes at the end of your e-mail or for displaying a random quote when a user logs into your unix box. A more advanced application could be to display random tips in your program.
Main features:
- Written in Java, hence Platform Independent
- Handles multiple quote files.
- Supports fortune style cookie files.
- Supports passing various command line options. More options are being integrated in.
- Easily integrable into other JAVA programms.
- Easy and straighforward code.
- Licensed under GPL which means you can access the source code and make it better according to your likes.
Download (0.049MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1643 downloads
fortune-mod-ru 1.52
fortune-mod-ru is a collection of cookie files in Russian. more>>
fortune-mod-ru is a collection of cookie files in Russian. It includes the following categories:
- armenian (questions to Armenian Radio)
- citates (citations of great people)
- computer (sysadmins, PC and other)
- fomenko (aphorisms from Fomenko)
- M$ (dedicated to Micro$oft)
- murphy (Murphy laws)
- programming (programmers and programming).
fortune-mod-ru also includes aphorisms from the collection of Nikolay Vekshin (http://aforizmi.narod.ru).
Enhancements:
- New fortunes have been added (amur, b0, b11, b12, b13, b2, d1, d21, d41, e0, e12, and e13).
- There are major fixes in kascheys collection, and minor fixes in do_you_know.
- The citates fortune has been added.
- .u8 symlinks have been added for supporting of recoding on the fly.
<<less- armenian (questions to Armenian Radio)
- citates (citations of great people)
- computer (sysadmins, PC and other)
- fomenko (aphorisms from Fomenko)
- M$ (dedicated to Micro$oft)
- murphy (Murphy laws)
- programming (programmers and programming).
fortune-mod-ru also includes aphorisms from the collection of Nikolay Vekshin (http://aforizmi.narod.ru).
Enhancements:
- New fortunes have been added (amur, b0, b11, b12, b13, b2, d1, d21, d41, e0, e12, and e13).
- There are major fixes in kascheys collection, and minor fixes in do_you_know.
- The citates fortune has been added.
- .u8 symlinks have been added for supporting of recoding on the fly.
Download (0.50MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
982 downloads
fortune-starwars 1.0
fortune-starwars is a collection of mod-fortune quotes from Star Wars. more>>
fortune-starwars project is a collection of mod-fortune quotes from Star Wars.
fortune-starwars is a collection of quotes from the movies "Star Wars", "The Empire Strikes Back", and "Return Of The Jedi".
It does not contain quotes from Episodes One to Three, because I dont really like them.
It is meant for use with the fortune program.
To install these fortunes, copy the .dat file to your fortunes directory (possibly /usr/games/lib/fortunes).
To use it, simply type:
# fortune starwars
Yoda:
When nine hundred years old you reach, look as
good you will not. Hmm?
<<lessfortune-starwars is a collection of quotes from the movies "Star Wars", "The Empire Strikes Back", and "Return Of The Jedi".
It does not contain quotes from Episodes One to Three, because I dont really like them.
It is meant for use with the fortune program.
To install these fortunes, copy the .dat file to your fortunes directory (possibly /usr/games/lib/fortunes).
To use it, simply type:
# fortune starwars
Yoda:
When nine hundred years old you reach, look as
good you will not. Hmm?
Download (0.005MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1052 downloads
Image Zoom 0.2.7 for Firefox
Image Zoom is a Firefox extension which adds zoom functionality for images. more>>
Image Zoom is a Firefox extension which adds zoom functionality for images.
Easily zoom in, zoom out, fit image to screen or set custom zoom on individual images within a web page. All this can be done by using the context menu or a combination of mouse buttons and scroll wheel. Handy to see the finer details of smaller pics or to make very large pics fit within your screen
Page Zoom - Zoom all images on a web page with a single command or make all images on a page zoom with the browsers text zoom feature .
Interface is completely customisable.
Main features:
- Zoom In/Out
- RMB+scroll zooming (Right mouse button + mouse wheel zooming)
- Page Zooming
- Reset Image Size
- Custom Zoom
- Custom Dimensions
- Fit Image to Screen
- Zoom to Preset Values directly from menu
- Option to Change Zoom In/Out Factor
- Options to hide/show each menu item
- Show items in main context or a Zoom Image sub menu
- Locales cs-CZ, de-DE, en-US, es-AR, es-ES, fr-FR, hu-HU, it-IT, ja-JP, ko-KR, sl-SI, tr-TR, zh-TW
<<lessEasily zoom in, zoom out, fit image to screen or set custom zoom on individual images within a web page. All this can be done by using the context menu or a combination of mouse buttons and scroll wheel. Handy to see the finer details of smaller pics or to make very large pics fit within your screen
Page Zoom - Zoom all images on a web page with a single command or make all images on a page zoom with the browsers text zoom feature .
Interface is completely customisable.
Main features:
- Zoom In/Out
- RMB+scroll zooming (Right mouse button + mouse wheel zooming)
- Page Zooming
- Reset Image Size
- Custom Zoom
- Custom Dimensions
- Fit Image to Screen
- Zoom to Preset Values directly from menu
- Option to Change Zoom In/Out Factor
- Options to hide/show each menu item
- Show items in main context or a Zoom Image sub menu
- Locales cs-CZ, de-DE, en-US, es-AR, es-ES, fr-FR, hu-HU, it-IT, ja-JP, ko-KR, sl-SI, tr-TR, zh-TW
Download (0.082MB)
Added: 2007-04-09 License: MIT/X Consortium License Price:
930 downloads
fortune-mod-calvin 0.1.1
fortune-mod-calvin is a fortune cookie file with quotes from Calvin and Hobbes. more>>
fortune-mod-calvin project is a fortune cookie file with quotes from Calvin and Hobbes.
fortune-mod-calvin is a compilation of quotes from Bill Wattersons fantastic "Calvin and Hobbes" comic strip.
The quotes have been compiled from various sources on the Web.
<<lessfortune-mod-calvin is a compilation of quotes from Bill Wattersons fantastic "Calvin and Hobbes" comic strip.
The quotes have been compiled from various sources on the Web.
Download (0.006MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1047 downloads
fortune-mod-southpark 0.2
fortune-mod-southpark project consists of a fortune file with quotes from South Park. more>>
fortune-mod-southpark project consists of a fortune file with quotes from South Park.
South Park Fortunes is a package containing various quotes from "South Park: Bigger, Longer, and Uncut" in the UNIX fortune file format.
Examples:
Rub my nipples as I torture this little piggy!
No dude, Id be scared too, youre mom is a fucking bitch.
Dont call my mom a bitch, you fat fuck!
Dont call me fat you buttfucking son of a bitch.
Should we blame the government?
Or blame society?
Or should we blame the images on TV?
NO! Blame Canada!
Enhancements:
- Fixed typos, nothing noteworthy. Released for the sake of the English language
- probably final release
<<lessSouth Park Fortunes is a package containing various quotes from "South Park: Bigger, Longer, and Uncut" in the UNIX fortune file format.
Examples:
Rub my nipples as I torture this little piggy!
No dude, Id be scared too, youre mom is a fucking bitch.
Dont call my mom a bitch, you fat fuck!
Dont call me fat you buttfucking son of a bitch.
Should we blame the government?
Or blame society?
Or should we blame the images on TV?
NO! Blame Canada!
Enhancements:
- Fixed typos, nothing noteworthy. Released for the sake of the English language
- probably final release
Download (0.010MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1050 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 wheel of fortune 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