wheel
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 118
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
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
POE::Wheel::Audio::Mad 0.3
POE::Wheel::Audio::Mad is a POE Wheel implementing in-session non-blocking mpeg stream playing. more>>
POE::Wheel::Audio::Mad is a POE Wheel implementing in-session non-blocking mpeg stream playing.
SYNOPSIS
use POE;
use POE::Wheel::Audio::Mad;
POE::Session->create(
inline_states => {
_start => &am_start,
message => &am_message
}
);
sub am_start {
my ($kernel, $heap) = @_[KERNEL, HEAP];
## you may also specify decoder options, listed below..
$heap->{wheel} = new POE::Wheel::Audio::Mad ( message_event => message );
$kernel->yield( decoder_open, {
filename => /path/to/some/stream.mp3,
play => 1
});
}
sub am_message {
my ($kernel, $message) = @_[KERNEL, ARG0];
if ($message->{id} eq INPUT_EOF_WARNING) {
print "finished..n";
undef $heap->{wheel};
} elsif ($message->{id} eq DECODER_FRAME_DATA) {
if (defined($message->{data}->{played})) {
print "rplayed: $message->{data}->{played}";
}
}
}
$poe_kernel->run();
exit();
POE::Wheel::Audio::Mad is an attempt to bring a naitive perl mpeg decoder into a perl session. This module was written to work as a POE Wheel due to its nature -- it simply playes mpeg streams -- you have to do the job of controlling the player and handling updates. This really isnt your traditional wheel.
<<lessSYNOPSIS
use POE;
use POE::Wheel::Audio::Mad;
POE::Session->create(
inline_states => {
_start => &am_start,
message => &am_message
}
);
sub am_start {
my ($kernel, $heap) = @_[KERNEL, HEAP];
## you may also specify decoder options, listed below..
$heap->{wheel} = new POE::Wheel::Audio::Mad ( message_event => message );
$kernel->yield( decoder_open, {
filename => /path/to/some/stream.mp3,
play => 1
});
}
sub am_message {
my ($kernel, $message) = @_[KERNEL, ARG0];
if ($message->{id} eq INPUT_EOF_WARNING) {
print "finished..n";
undef $heap->{wheel};
} elsif ($message->{id} eq DECODER_FRAME_DATA) {
if (defined($message->{data}->{played})) {
print "rplayed: $message->{data}->{played}";
}
}
}
$poe_kernel->run();
exit();
POE::Wheel::Audio::Mad is an attempt to bring a naitive perl mpeg decoder into a perl session. This module was written to work as a POE Wheel due to its nature -- it simply playes mpeg streams -- you have to do the job of controlling the player and handling updates. This really isnt your traditional wheel.
Download (0.022MB)
Added: 2006-11-16 License: Perl Artistic License Price:
1074 downloads
s_wagele 0.1
s_wagele is a little raceing game. more>>
s_wagele is a little racing game. It requires 3d acceleration. Its in a early development satdium.
Keys:
F1 -> splitscreen (very experimental)
F2 -> respawn at last checkpoint
F3 -> change track
1 -> view car
2 -> view other cars
Player 1 -> arrow keys
Player 2 -> wasd keys
Known bugs:
please run the game from the shell
too much to list
Todo:
Collision detection
Menues
Wheel problem
AI opponents
More levels
Other cars (this one is from a tutorial)
Better particles
Better physics
Better graphics
Better distant LOD
<<lessKeys:
F1 -> splitscreen (very experimental)
F2 -> respawn at last checkpoint
F3 -> change track
1 -> view car
2 -> view other cars
Player 1 -> arrow keys
Player 2 -> wasd keys
Known bugs:
please run the game from the shell
too much to list
Todo:
Collision detection
Menues
Wheel problem
AI opponents
More levels
Other cars (this one is from a tutorial)
Better particles
Better physics
Better graphics
Better distant LOD
Download (13.8MB)
Added: 2006-08-17 License: GPL (GNU General Public License) Price:
1165 downloads
KPowersave 0.7.2
KPowersave is a KDE frontend to powersave. more>>
KPowersave provides battery monitoring and suspend/ standby triggers for KDE.
It is based on the powersave package and therefore supports APM and ACPI.
Whats New in 0.6.2 Stable Release:
- This release depends on powersave >= 0.12.18.
- It fixes autosuspend and inactivity detection (workarounds for broken X libraries), fixes the DCOP function for autosuspend, fixes detection/handling if DBUS/HAL/powersaved are not running, fixes the config dialog to respect DPMS timeout rules, checks the applet menu before trigger autosuspend, fixes distribution detection in configure, and changes the default bug reporting links for dists.
- It adds missing DCOP functions, allows changing brightness with the mouse wheel over the applet icon, and updates the autosuspend blacklist and translations.
<<lessIt is based on the powersave package and therefore supports APM and ACPI.
Whats New in 0.6.2 Stable Release:
- This release depends on powersave >= 0.12.18.
- It fixes autosuspend and inactivity detection (workarounds for broken X libraries), fixes the DCOP function for autosuspend, fixes detection/handling if DBUS/HAL/powersaved are not running, fixes the config dialog to respect DPMS timeout rules, checks the applet menu before trigger autosuspend, fixes distribution detection in configure, and changes the default bug reporting links for dists.
- It adds missing DCOP functions, allows changing brightness with the mouse wheel over the applet icon, and updates the autosuspend blacklist and translations.
Download (1.9MB)
Added: 2007-02-18 License: GPL (GNU General Public License) Price:
982 downloads
Color::Scheme 1.02
Color::Scheme is a module used to generate pleasant color schemes. more>>
Color::Scheme is a module used to generate pleasant color schemes.
This module is a Perl implementation of Color Schemes 2, a color scheme generator. Start by visitng the Color Schemes 2 web site and playing with the colors.
When you want to generate those schemes on the fly, begin using this modoule. The descriptions herein dont make too much sense without actually seeing the colorful results.
Henceforth, paragraphs in quotes denote documentation copied from Color Schemes 2.
"Important note: This tool doesnt use the standard HSV or HSB model (the same HSV/HSB values ie. in Photoshop describe different colors!). The color wheel used here differs from the RGB spectre used on computer screens, its more in accordance with the classical color theory.
This is also why some colors (especially shades of blue) make less bright shades than the basic colors of the RGB-model. In plus, the RGB-model uses red-green-blue as primary colors, but the red-yellow-blue combination is used here.
This deformation also causes incompatibility in color conversions from RGB-values. Therefore, the RGB input (eg. the HTML hex values like #F854A9) is not exact, the conversion is rough and sometimes may produce slightly different color."
<<lessThis module is a Perl implementation of Color Schemes 2, a color scheme generator. Start by visitng the Color Schemes 2 web site and playing with the colors.
When you want to generate those schemes on the fly, begin using this modoule. The descriptions herein dont make too much sense without actually seeing the colorful results.
Henceforth, paragraphs in quotes denote documentation copied from Color Schemes 2.
"Important note: This tool doesnt use the standard HSV or HSB model (the same HSV/HSB values ie. in Photoshop describe different colors!). The color wheel used here differs from the RGB spectre used on computer screens, its more in accordance with the classical color theory.
This is also why some colors (especially shades of blue) make less bright shades than the basic colors of the RGB-model. In plus, the RGB-model uses red-green-blue as primary colors, but the red-yellow-blue combination is used here.
This deformation also causes incompatibility in color conversions from RGB-values. Therefore, the RGB input (eg. the HTML hex values like #F854A9) is not exact, the conversion is rough and sometimes may produce slightly different color."
Download (0.011MB)
Added: 2007-03-29 License: Perl Artistic License Price:
944 downloads
AHote 0.1.0
AHote is a C++ library for creating color schemes including complements, split complements, triadics. more>>
AHote is a C++ library for generating color schemes and also includes a few other classes for converting between RGB (Red, Green, Blue), YUV (Luminance and Chrominance), HSB (Hue, Saturation, Brightness) and HSL (Hue, Saturation, Lightness).
AHote is not a library for ICC color management.
A variety of functions are provided that, in general, take an input HSB color as a parameter and return a std::vector of HSB colors representing the generated color scheme. Depending on the function a number of other parameters can be passed that will vary the return size of the color scheme, etc.
The HSB colors in the returned std::vector can then be used as necessary. The HSB class can be cast to the RGB class, performing all necessary conversions along the way. Thus, it would be possible to do something like the following:
using namespace ahote;
// std::vector has been typedefed to Colors
Colors scheme = tetrads( HSB(120, 1.0, 1.0) );
RGB rgb;
for (Colors::iterator iter=scheme.begin(); iter != scheme.end(); iter++) {
rgb = *iter;
// rgb.red, rgb.green, rgb.blue contain the RGB components
// do something meaningful with them, like:
cairo_set_source_rgb(cairo, rgb.red, rgb.green, rgb.blue);
Enhancements:
- The library currently supports generation of the following color schemes: complements, split-complements, triads, tetrads, analogous colors, shades, tints, tones, and monochromatics.
- Other schemes that are in this release are related to the RGB color wheel including primary, secondary, and tertiary colors as well as the color wheel itself.
- Schemes of schemes can also be created, and classes are provided to easily convert between HSB, HSL, RGB, and YUV color spaces.
<<lessAHote is not a library for ICC color management.
A variety of functions are provided that, in general, take an input HSB color as a parameter and return a std::vector of HSB colors representing the generated color scheme. Depending on the function a number of other parameters can be passed that will vary the return size of the color scheme, etc.
The HSB colors in the returned std::vector can then be used as necessary. The HSB class can be cast to the RGB class, performing all necessary conversions along the way. Thus, it would be possible to do something like the following:
using namespace ahote;
// std::vector has been typedefed to Colors
Colors scheme = tetrads( HSB(120, 1.0, 1.0) );
RGB rgb;
for (Colors::iterator iter=scheme.begin(); iter != scheme.end(); iter++) {
rgb = *iter;
// rgb.red, rgb.green, rgb.blue contain the RGB components
// do something meaningful with them, like:
cairo_set_source_rgb(cairo, rgb.red, rgb.green, rgb.blue);
Enhancements:
- The library currently supports generation of the following color schemes: complements, split-complements, triads, tetrads, analogous colors, shades, tints, tones, and monochromatics.
- Other schemes that are in this release are related to the RGB color wheel including primary, secondary, and tertiary colors as well as the color wheel itself.
- Schemes of schemes can also be created, and classes are provided to easily convert between HSB, HSL, RGB, and YUV color spaces.
Download (0.24MB)
Added: 2006-04-13 License: LGPL (GNU Lesser General Public License) Price:
1290 downloads
FreeDOS 1.0
FreeDOS aims to be a complete, free, 100% MS-DOS compatible operating system. more>>
FreeDOS aims to be a complete, free, 100% MS-DOS compatible operating system. Mostly achieved except Windows compatibility - Windows standard-mode works on FreeDOS, but 386-mode / WfW 3.11 does not.
Main features:
- Easy multiboot with Win95-2003 and NT/XP/ME
- FAT32 file system and large disk support (LBA)
- LFN support (on command line with 4DOS, which is now freeware: 4DOS for OS/2 is even open source)
- LBACACHE - disk cache (harddisks in CHS and LBA mode, diskette)
- Memory Managers: HIMEM, EMM386, UMBPCI
- SHSUCDX (MSCDEX replacement) and CD-ROM driver (XCDROM)
- CUTEMOUSE - Mouse driver with scroll wheel support
- FDAPM - APM info/control/suspend/poweroff, ACPI throttle, HLT energy saving...
- XDMA - UDMA driver for DOS: up to 4 harddisks
- MPXPLAY - media player for mp3, ogg, wmv... with built-in AC97 and SB16 drivers
- 7ZIP, INFO-ZIP zip & unzip... - modern archivers are available for DOS
- EDIT / SETEDIT - multi window text editors
- HTMLHELP - help viewer, can read help directly from a zip file
- PG - powerful text viewer (similar to V. D. Buergs LIST)
- many text mode programs ported from Linux thanks to DJGPP
- GRAPHICS - greyscale hardcopy on ESC/P, HP PCL and PostScript printers
FreeDOS was previously known as "Free-DOS" and originally as "PD-DOS." For a little trip down memory lane: In 1994, I was a physics student at the University of Wisconsin-River Falls. Most of my work for school had been done using DOS - writing programs, dialing up to the university computer, network, analysing lab data, etc. I really loved DOS; I did everything with it. I had a 386 desktop system in my dorm room and an XT laptop that I would carry around with me to do work "on the go".
<<lessMain features:
- Easy multiboot with Win95-2003 and NT/XP/ME
- FAT32 file system and large disk support (LBA)
- LFN support (on command line with 4DOS, which is now freeware: 4DOS for OS/2 is even open source)
- LBACACHE - disk cache (harddisks in CHS and LBA mode, diskette)
- Memory Managers: HIMEM, EMM386, UMBPCI
- SHSUCDX (MSCDEX replacement) and CD-ROM driver (XCDROM)
- CUTEMOUSE - Mouse driver with scroll wheel support
- FDAPM - APM info/control/suspend/poweroff, ACPI throttle, HLT energy saving...
- XDMA - UDMA driver for DOS: up to 4 harddisks
- MPXPLAY - media player for mp3, ogg, wmv... with built-in AC97 and SB16 drivers
- 7ZIP, INFO-ZIP zip & unzip... - modern archivers are available for DOS
- EDIT / SETEDIT - multi window text editors
- HTMLHELP - help viewer, can read help directly from a zip file
- PG - powerful text viewer (similar to V. D. Buergs LIST)
- many text mode programs ported from Linux thanks to DJGPP
- GRAPHICS - greyscale hardcopy on ESC/P, HP PCL and PostScript printers
FreeDOS was previously known as "Free-DOS" and originally as "PD-DOS." For a little trip down memory lane: In 1994, I was a physics student at the University of Wisconsin-River Falls. Most of my work for school had been done using DOS - writing programs, dialing up to the university computer, network, analysing lab data, etc. I really loved DOS; I did everything with it. I had a 386 desktop system in my dorm room and an XT laptop that I would carry around with me to do work "on the go".
Download (153MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1158 downloads
Kweb2mod 0.1
Kweb2mod is a gui utility to webmount .lzm modules while running a Slackware 12.0/Current based LiveCD. more>>
Kweb2mod is a gui utility to webmount .lzm modules while running a Slackware 12.0/Current based LiveCD.
The initial concept is inspirated by an idea which was posted in the Slax6 todo list of Tomas Matejicek from Slax.org, who invented the Slackware-LiveCD-Wheel by creating the linux-live-scripts available from http://www.linux-live.org.
The modules offered by kweb2mod have to be looked at as a first base - If you think there is a module missing, visit http://live-modules.org.
Remember to check the Slackbrowser for the complete Slackware-current tree converted to .lzm modules.
Main features:
- Mount modules via httpfs
- Dependency checking for modules to be mounted
- Space and bandwidth saving by fetching only modules which are not already installed locally
- Unmount modules in LiveCD mode
- Integration in KDE system menu
- Adjustable to use a custom mirror by editing /etc/web2mod/web2modrc
Enhancements:
- Several scripts to learn how httpfs works.
<<lessThe initial concept is inspirated by an idea which was posted in the Slax6 todo list of Tomas Matejicek from Slax.org, who invented the Slackware-LiveCD-Wheel by creating the linux-live-scripts available from http://www.linux-live.org.
The modules offered by kweb2mod have to be looked at as a first base - If you think there is a module missing, visit http://live-modules.org.
Remember to check the Slackbrowser for the complete Slackware-current tree converted to .lzm modules.
Main features:
- Mount modules via httpfs
- Dependency checking for modules to be mounted
- Space and bandwidth saving by fetching only modules which are not already installed locally
- Unmount modules in LiveCD mode
- Integration in KDE system menu
- Adjustable to use a custom mirror by editing /etc/web2mod/web2modrc
Enhancements:
- Several scripts to learn how httpfs works.
Download (MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
846 downloads
pyhtmloo 0.8
pyhtmloo is a library that allows python developers to use HTML code like any other python objects. more>>
pyhtmloo is a library that allows python developers to use HTML code like any other python objects. My final goal of this work is to have a library of HTML widgets. This will allow us to no re-invent the wheel when we build HTML pages.
An another interesting aspect of pyhtmloo is to split the work between web page desingers and python developers. This is an another idea of split between web layout and web content.
In the same area you can also look at HTMLGen and pyweb.
Main features:
- any HTML tag is a python object
- pyhtmloo objects can be inherited to have additional methods (for example addrow for Table obect).
- simple widgets are available.
Installation:
Simply untar the the tar file and execute setup.py.
You can test the code with given widgets.
Enhancements:
- Several bugfixes and new features were implemented.
- A bug in textarea was fixed. .addrow was added to table. .render(), .setattr(), .getattr(), .setparams(), and .getparams() were added.
- Generated HTML is now XHTML compliant.
<<lessAn another interesting aspect of pyhtmloo is to split the work between web page desingers and python developers. This is an another idea of split between web layout and web content.
In the same area you can also look at HTMLGen and pyweb.
Main features:
- any HTML tag is a python object
- pyhtmloo objects can be inherited to have additional methods (for example addrow for Table obect).
- simple widgets are available.
Installation:
Simply untar the the tar file and execute setup.py.
You can test the code with given widgets.
Enhancements:
- Several bugfixes and new features were implemented.
- A bug in textarea was fixed. .addrow was added to table. .render(), .setattr(), .getattr(), .setparams(), and .getparams() were added.
- Generated HTML is now XHTML compliant.
Download (0.005MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1321 downloads
wmseti 1.0.3
wmseti is a dockapp for monitoring and the control of upto 10 SETI@home processes. more>>
wmseti is a dockapp for monitoring and the control of upto 10 SETI@home processes. wmseti can display various statistics and can pause/continue or kill/run the program.
It can be compiled with or without graphics showing alien faces coming out of the shadows as the workunit progresses, with a progress bar that is green for running, yellow for paused, and red when not running.
Statistics for display are;
- [WMSETI..X] Title and current SETI directory where X=AB...
- [12.34%..X] Progress as percentage where X is program status
- [01:23:45.] Time spent on workunit
- [01:23:45.] Time left before completion of workunit
- [TX:...123] Number of workunits sent
- [RX:...123] Number of workunits received (no longer updated, defunct)
- [PID:.1234] PID of SETI@Home client
- [=====----] Progess as a graphic bar
- [PT:.12/34] Total CPU time contributed to SETI@home as years/days or days/hours
Controls available;
- A left click changes between SETI@home directories
- A middle click runs or kills the SETI@home client
- A right click pauses or continues the SETI@home client
- A left click on the top-left quarter changes to/from info text and alien (if compiled)
- A left click on the bottom-left quarter of alien sets the progress bar on or off (if compiled)
- A mouse wheel up or down changes to the next or previous directory.
<<lessIt can be compiled with or without graphics showing alien faces coming out of the shadows as the workunit progresses, with a progress bar that is green for running, yellow for paused, and red when not running.
Statistics for display are;
- [WMSETI..X] Title and current SETI directory where X=AB...
- [12.34%..X] Progress as percentage where X is program status
- [01:23:45.] Time spent on workunit
- [01:23:45.] Time left before completion of workunit
- [TX:...123] Number of workunits sent
- [RX:...123] Number of workunits received (no longer updated, defunct)
- [PID:.1234] PID of SETI@Home client
- [=====----] Progess as a graphic bar
- [PT:.12/34] Total CPU time contributed to SETI@home as years/days or days/hours
Controls available;
- A left click changes between SETI@home directories
- A middle click runs or kills the SETI@home client
- A right click pauses or continues the SETI@home client
- A left click on the top-left quarter changes to/from info text and alien (if compiled)
- A left click on the bottom-left quarter of alien sets the progress bar on or off (if compiled)
- A mouse wheel up or down changes to the next or previous directory.
Download (0.13MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
Kdenlive 0.5
Kdenlive is a non-linear video editor for KDE. more>>
Kdenlive is a non-linear video editor for KDE. Kdenlive project provides all project management and editing tools while relying on a separate rendering program (currently PIAVE) to perform the editing operations.
Support is planned for transitions, effects, multiple file formats, and full project and asset management support. The current beta release is capable of editing raw DV or AVI DV files, with tools such as move, razor, and resize, selecting parts of clips using in/outpoints, and exporting the result to another raw DV file.
You may playback/preview the contents of the timeline at any point during the edit. Full project save/load is supported.
Enhancements:
- New image formats
- Added support for gimp xcf and exr.
- Other supported formats are: png, jpeg, gif (non animated), xcf, exr, tiff, svg, mp3, vorbis, wav, flash, mpeg, avi, dv, wmv,... You can even insert another Kdenlive project in the timeline!
- Effects and Transitions
- Many fixes, and effects and transitions can now be copied from a clip to another.
- Export formats
- Theora export is now available if FFMPEG was compiled with theora support.
- Timeline
- Improved markers, allow insertion of of several clips in one operation, added "remove empty space" feature, multi clip selection tool
- Metadata
- Kdenlive can now read and write metadata in video and audio files
- Video preview
- Overlay project timecode on the video preview. Click in monitor to play / pause, mouse wheel to seek, multi track view (monitor is split in 4 zones, each one showing a different track),
- Project management
- User can define a frame that will be used as thumbnail for each video clip in the project
- General
- Many fixes to the undo / redo system, lots of ui fixes and enhancements
<<lessSupport is planned for transitions, effects, multiple file formats, and full project and asset management support. The current beta release is capable of editing raw DV or AVI DV files, with tools such as move, razor, and resize, selecting parts of clips using in/outpoints, and exporting the result to another raw DV file.
You may playback/preview the contents of the timeline at any point during the edit. Full project save/load is supported.
Enhancements:
- New image formats
- Added support for gimp xcf and exr.
- Other supported formats are: png, jpeg, gif (non animated), xcf, exr, tiff, svg, mp3, vorbis, wav, flash, mpeg, avi, dv, wmv,... You can even insert another Kdenlive project in the timeline!
- Effects and Transitions
- Many fixes, and effects and transitions can now be copied from a clip to another.
- Export formats
- Theora export is now available if FFMPEG was compiled with theora support.
- Timeline
- Improved markers, allow insertion of of several clips in one operation, added "remove empty space" feature, multi clip selection tool
- Metadata
- Kdenlive can now read and write metadata in video and audio files
- Video preview
- Overlay project timecode on the video preview. Click in monitor to play / pause, mouse wheel to seek, multi track view (monitor is split in 4 zones, each one showing a different track),
- Project management
- User can define a frame that will be used as thumbnail for each video clip in the project
- General
- Many fixes to the undo / redo system, lots of ui fixes and enhancements
Download (2.4MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
852 downloads
wmpower 0.4.2
wmpower is a Window Maker dock application allowing the user to graphically see the power management status of his laptop. more>>
wmpower is a Window Maker dock application allowing the user to graphically see (and set) the power management status of his laptop.
Main features:
- Battery status display (you choose the battery);
- Both APM and ACPI kernels are supported;
- On ACPI kernels you get fan status and a thermal sensor;
- Direct access to Toshiba hardware: you get fan status and LCD brightness management even without an APCI kernel;
- While on battery, it can stop your fan, HD, lin-seti service to make the battery last longer; if you have a Toshiba Laptop, it can also adjust your LCD brightness;
- Fast battery charge mode: you can keep on battery settings until your battery reaches 100%: this will make it recharge much faster;
- no-meddling option: if you want the program to display power manamenegt status, but not to take any action.
- On Toshiba laptops you can use your mouse wheel to adjust the brightness of your lcd screen.
- Support for Dell laptops for temperature and fan status
- Support for Compal hardware
- CPU frequency scaling support
Installation:
./configure
make
su root (if you are not root already)
make install
Enhancements:
- Fixed a memory allocation issue that on rare occasions could make wmpower crash.
- Fixed small bug that made wmpower print forever that it would not fast charge the battery as it was already at maximum capacity.
- When calculating battery time, and battery is charging, now wmpower displays time remaining until battery is fully charged instead of how much time would left if we were running on battery power.
<<lessMain features:
- Battery status display (you choose the battery);
- Both APM and ACPI kernels are supported;
- On ACPI kernels you get fan status and a thermal sensor;
- Direct access to Toshiba hardware: you get fan status and LCD brightness management even without an APCI kernel;
- While on battery, it can stop your fan, HD, lin-seti service to make the battery last longer; if you have a Toshiba Laptop, it can also adjust your LCD brightness;
- Fast battery charge mode: you can keep on battery settings until your battery reaches 100%: this will make it recharge much faster;
- no-meddling option: if you want the program to display power manamenegt status, but not to take any action.
- On Toshiba laptops you can use your mouse wheel to adjust the brightness of your lcd screen.
- Support for Dell laptops for temperature and fan status
- Support for Compal hardware
- CPU frequency scaling support
Installation:
./configure
make
su root (if you are not root already)
make install
Enhancements:
- Fixed a memory allocation issue that on rare occasions could make wmpower crash.
- Fixed small bug that made wmpower print forever that it would not fast charge the battery as it was already at maximum capacity.
- When calculating battery time, and battery is charging, now wmpower displays time remaining until battery is fully charged instead of how much time would left if we were running on battery power.
Download (0.095MB)
Added: 2005-10-11 License: GPL (GNU General Public License) Price:
1477 downloads
WMAlbum 0.1.5
WMAlbum is a dock applet that displays album covers for songs being played by XMMS. more>>
WMAlbum is a dock applet that displays album covers for songs being played by XMMS. You must already have images of the album covers stored near the file being played.
WMAlbum provides a handy circular menu for play/skip/etc, and can replace wmxmms. Although dock applets are designed for the WindowMaker window manager, they also work in other window managers including openbox and blackbox.
WMAlbum is underdocumented but very simple. Place .jpg images of your album covers next to the mp3 files, and wmalbum will take care of displaying them whenever xmms switches songs. You can control xmms using the circular menu or use your mouse-wheel to control volume. Double-click to see the album cover image full-size. Linger, and a tooltip will appear with the artist and song title.
WMAlbum does not include any album cover images. It does not include any scripts for automatically fetching them. It does not use id3 tags, so it does not bloat your mp3s.
WMAlbum requires gdk-pixbuf and xmms to build. gimp-perl is necessary to rebuild the graphic circular menu, but not necessary for an ordinary build. Instructions for debian users are in the readme.
<<lessWMAlbum provides a handy circular menu for play/skip/etc, and can replace wmxmms. Although dock applets are designed for the WindowMaker window manager, they also work in other window managers including openbox and blackbox.
WMAlbum is underdocumented but very simple. Place .jpg images of your album covers next to the mp3 files, and wmalbum will take care of displaying them whenever xmms switches songs. You can control xmms using the circular menu or use your mouse-wheel to control volume. Double-click to see the album cover image full-size. Linger, and a tooltip will appear with the artist and song title.
WMAlbum does not include any album cover images. It does not include any scripts for automatically fetching them. It does not use id3 tags, so it does not bloat your mp3s.
WMAlbum requires gdk-pixbuf and xmms to build. gimp-perl is necessary to rebuild the graphic circular menu, but not necessary for an ordinary build. Instructions for debian users are in the readme.
Download (0.15MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1117 downloads
Wacom ExpressKeys 0.4.1
Wacom ExpressKeys supports the fairly recent additions of ExpressKeys, Touch Strips, and a Scroll Wheel on certain Wacom tablets more>>
Wacom ExpressKeys supports the fairly recent additions of ExpressKeys, Touch Strips, and a Scroll Wheel on certain Wacom tablets. Specifically the Cintiq 21UX Interactive Pen Display, the Intuos3, and the Graphire4 tablets are supported through the XInput and XTest extensions in X.
Using "xsetwacom", it can also provide an automatic change of stylus pressure sensitivity (a.k.a. PressCurve) when going from one program window to the next. This feature is independent of the connected tablet model. A graphical configuration tool named "wacom-config" is under development.
Enhancements:
- This version has a slightly improved logic for Touch Strip movement detection, a minor bugfix related to long filenames of the executable, and two compatibility changes to prevent future breakage in relation to upstream code.
<<lessUsing "xsetwacom", it can also provide an automatic change of stylus pressure sensitivity (a.k.a. PressCurve) when going from one program window to the next. This feature is independent of the connected tablet model. A graphical configuration tool named "wacom-config" is under development.
Enhancements:
- This version has a slightly improved logic for Touch Strip movement detection, a minor bugfix related to long filenames of the executable, and two compatibility changes to prevent future breakage in relation to upstream code.
Download (0.14MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
950 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 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