wmc amp 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3054
Wchange 1.0
Wchange provides a very simple wallpaper changer. more>>
Wchange provides a very simple wallpaper changer.
It requires only java runtime environment (JRE) and gconftool-2.
Usage:
java Wchange /home/folder/pictures/ seconds [random]
Where:
/home/folder/pictures/ is the directory where are wallpapers
seconds is how much time the system will wait between wallpaper switching
random (optional) use it only if you want wallpaper random switching
<<lessIt requires only java runtime environment (JRE) and gconftool-2.
Usage:
java Wchange /home/folder/pictures/ seconds [random]
Where:
/home/folder/pictures/ is the directory where are wallpapers
seconds is how much time the system will wait between wallpaper switching
random (optional) use it only if you want wallpaper random switching
Download (0.003MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
940 downloads
wmEbay 1.0.0
wmEbay monitors eBay auctions and it shows auction title and current price. more>>
wmEbay monitors eBay auctions and it shows auction title and current price.
<<less Download (0.065MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1096 downloads
wm6x6 1.0
wm6x6 is an easy to use&configure application laucher DockApp (menu button, kind of start-menu) for WindowMaker. more>>
wm6x6 is an easy to use&configure application laucher DockApp (menu button, kind of start-menu) for WindowMaker.
+Supplys 6 application buttons in 6 menus
+Can use XPP/GIF/TIFF/PNG/... - Files as icon-pixmaps
+Supports a comment/tooltip for every icon
-not yet GUI-configurable, only via file
-no DOCs so far
Usage
- Click button to launch an application
- Click one of the rectangular buttons (or use mousewheel!) to select one of the six menus
- If available, wm6x6 will pop up a description for the button under the mouse pointer
<<less+Supplys 6 application buttons in 6 menus
+Can use XPP/GIF/TIFF/PNG/... - Files as icon-pixmaps
+Supports a comment/tooltip for every icon
-not yet GUI-configurable, only via file
-no DOCs so far
Usage
- Click button to launch an application
- Click one of the rectangular buttons (or use mousewheel!) to select one of the six menus
- If available, wm6x6 will pop up a description for the button under the mouse pointer
Download (0.041MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
mssqldump 1.0
mssqldump.php is a PHP script that dumps a Microsoft SQL Server database into a SQL script. more>>
mssqldump.php is a PHP script that dumps a Microsoft SQL Server database into a SQL script. The project can also dump a table into CSV format.
<<less Download (0.003MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
620 downloads
kmplot 1.0
kmplot is a mathematical function plotter for the KDE desktop. more>>
Kmplot is a mathematical function plotter for the KDE-Desktop. It has built in a powerfull parser.
You can plot different functions simultaneously and combine their function terms to build new functions.
Kmplot supports functions with parameters and functions in polar coordinates. Several grid modes are possible. Plots may be printed with high precision in correct scale.
<<lessYou can plot different functions simultaneously and combine their function terms to build new functions.
Kmplot supports functions with parameters and functions in polar coordinates. Several grid modes are possible. Plots may be printed with high precision in correct scale.
Download (0.50MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1514 downloads
SimBar 1.0
SimBar project is a fast and customizable dockbar for Linux. more>>
SimBar project is a fast and customizable dockbar for Linux.
SimBar is a fast and customizable dockbar. Allows the user to launch applications showing some eye-candy animation. It is written in c++ and wxWidgets and fits well in Gnome but works on most desktop environments. Does not require Compiz nor 3D acceleration.
<<lessSimBar is a fast and customizable dockbar. Allows the user to launch applications showing some eye-candy animation. It is written in c++ and wxWidgets and fits well in Gnome but works on most desktop environments. Does not require Compiz nor 3D acceleration.
Download (0.24MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
866 downloads
YaFM 1.0.5
YaFM is a web-based file manager written in PHP. more>>
YaFM is a web-based file manager written in PHP and licensed under the GPL.
It allows you to upload, download, view, edit, copy, move/rename, change permissions and owner group of a single file or a group of files which reside on a unix filesystem local to the script.
It does not require MySQL (although you can easily implement a SQL-based authenticationscheme if you need one).
It should be relatively easy to change the look and feel of YaFM since Ive tried to keep PHP code and HTML separate (the current look and feel is based on Adam Suttons phpFtp)
Installation:
Note: most of these instructions apply to RedHat-like systems. In RedHat the default webroot for apache is /var/www/html and CGI programs are placed into /var/www/cgi-bin and this layout is respected in the .tar.gz archives and RPMs youve downloaded from
YaFMs website.
Also the assumed location of your php CGI executable is /usr/bin/php and the PHP configuration file is assumed to be in /etc/php.ini If your installation differs or you want to install YaFM to another location please extract the archives manually, also you may have to modify the first line of the yafm.phps script!
Quick instructions:
If youve got the .tar.gz package install it as follows:
# tar --directory=/ -xvzf /path/to/yafm-release.tar.gz
If youve got the .tar.bz2 package install it as follows:
# bzcat /path/to/yafm-release.tar.bz2 | tar --directory=/ -xv
If youve got the RPM, install it as follows:
# rpm -Uvh /path/to/fileman-release.rpm
(note: replace yafm-release with the respective release number, e.g. yafm-1.0.5)
Now you should have a working YaFM installation, you can access it at
http://your-host-name/cgi-bin/yafm.phps
WARNING: by default two accounts are created user1 with password1 and
user2 with password2. Please edit the login.inc file to change accounts
Enhancements:
This is a new feature and bugfix release of YaFM but there may still be a few gotchas.
- File Finder implemented
- HTTPS compatible (https://yourhost/cgi-bin/yafm.phps now works)
- You can keep using YaFM while a download is in progress
- Downloads only timeout after one hour
- Login fixes
- YaFM looks better now on Internet Explorer
- More layout fixes
<<lessIt allows you to upload, download, view, edit, copy, move/rename, change permissions and owner group of a single file or a group of files which reside on a unix filesystem local to the script.
It does not require MySQL (although you can easily implement a SQL-based authenticationscheme if you need one).
It should be relatively easy to change the look and feel of YaFM since Ive tried to keep PHP code and HTML separate (the current look and feel is based on Adam Suttons phpFtp)
Installation:
Note: most of these instructions apply to RedHat-like systems. In RedHat the default webroot for apache is /var/www/html and CGI programs are placed into /var/www/cgi-bin and this layout is respected in the .tar.gz archives and RPMs youve downloaded from
YaFMs website.
Also the assumed location of your php CGI executable is /usr/bin/php and the PHP configuration file is assumed to be in /etc/php.ini If your installation differs or you want to install YaFM to another location please extract the archives manually, also you may have to modify the first line of the yafm.phps script!
Quick instructions:
If youve got the .tar.gz package install it as follows:
# tar --directory=/ -xvzf /path/to/yafm-release.tar.gz
If youve got the .tar.bz2 package install it as follows:
# bzcat /path/to/yafm-release.tar.bz2 | tar --directory=/ -xv
If youve got the RPM, install it as follows:
# rpm -Uvh /path/to/fileman-release.rpm
(note: replace yafm-release with the respective release number, e.g. yafm-1.0.5)
Now you should have a working YaFM installation, you can access it at
http://your-host-name/cgi-bin/yafm.phps
WARNING: by default two accounts are created user1 with password1 and
user2 with password2. Please edit the login.inc file to change accounts
Enhancements:
This is a new feature and bugfix release of YaFM but there may still be a few gotchas.
- File Finder implemented
- HTTPS compatible (https://yourhost/cgi-bin/yafm.phps now works)
- You can keep using YaFM while a download is in progress
- Downloads only timeout after one hour
- Login fixes
- YaFM looks better now on Internet Explorer
- More layout fixes
Download (0.065MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1487 downloads
HampusDB 1.0.1
HampusDB is a small, flexible and efficient hierarchical database. more>>
HampusDB is a small, flexible and efficient hierarchical database. It comes with a wide support of command line utilities for manipulating and extracting data.
Its designed for both embedded and bigger systems. HampusDB currently runs on Linux and has interfaces to C, C++, Java and Perl.
HDB aims to fill the gap when storing data in a relational database is too rigid and storing data in textfiles is too cumbersome.
A typical example would be when you have heirarchical data such as XML or configuration data that you want to store and retrieve in a flexible manner.
<<lessIts designed for both embedded and bigger systems. HampusDB currently runs on Linux and has interfaces to C, C++, Java and Perl.
HDB aims to fill the gap when storing data in a relational database is too rigid and storing data in textfiles is too cumbersome.
A typical example would be when you have heirarchical data such as XML or configuration data that you want to store and retrieve in a flexible manner.
Download (0.34MB)
Added: 2006-05-26 License: LGPL (GNU Lesser General Public License) Price:
1247 downloads
KMameRun 1.1.0
KMameRun project is a KDE frontend for M.A.M.E. more>>
KMameRun project is a KDE frontend for M.A.M.E.
Here you can comfortably set your default or per game configurations when calling xmame. The xmame binary has to be available somewhere on your system.
It features a screenshot preview, search input boxes, and a nice look and feel.
Enhancements:
- kmamerun/maindialog.cpp (ReadStderr): use a textedit instead of a listbox to fix the scrolling error.
- debian/README.Debian: and more files added to make a .deb distribution
<<lessHere you can comfortably set your default or per game configurations when calling xmame. The xmame binary has to be available somewhere on your system.
It features a screenshot preview, search input boxes, and a nice look and feel.
Enhancements:
- kmamerun/maindialog.cpp (ReadStderr): use a textedit instead of a listbox to fix the scrolling error.
- debian/README.Debian: and more files added to make a .deb distribution
Download (0.070MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1076 downloads
Mix 1.0
Mix is a KDE theme composed by different collected items, which were already installed (Main Plastic): Plastic, SUSE etc.. more>>
Mix is a KDE theme composed by different collected items, which were already installed: Plastik, SUSE etc..
Plus many different Wallpapers - if one installed it. The theme should function also for other distributions.
<<lessPlus many different Wallpapers - if one installed it. The theme should function also for other distributions.
Download (MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
925 downloads
ckjm 1.8
ckjm calculates Chidamber and Kemerer object-oriented metrics by processing the bytecode of compiled Java files. more>>
ckjm project calculates Chidamber and Kemerer object-oriented metrics by processing the bytecode of compiled Java files.
For each class given, the program calculates the following six metrics proposed by Chidamber and Kemerer: WMC, weighted methods per class; DIT, depth of inheritance tree; NOC, number of children; CBO, coupling between object classes; RFC, response for a class; and LCOM, lack of cohesion in methods.
In addition, ckjm also calculates each classs afferent couplings (Ca) and its number of public methods (NPM).
Enhancements:
- The depth of inheritance tree (DIT) calculation now also takes into account classes that are not directly processed.
- The ckjm ant task has a corresponding structure.
- Contributed code contains Ruby scripts that plot ckjm metrics as charts.
<<lessFor each class given, the program calculates the following six metrics proposed by Chidamber and Kemerer: WMC, weighted methods per class; DIT, depth of inheritance tree; NOC, number of children; CBO, coupling between object classes; RFC, response for a class; and LCOM, lack of cohesion in methods.
In addition, ckjm also calculates each classs afferent couplings (Ca) and its number of public methods (NPM).
Enhancements:
- The depth of inheritance tree (DIT) calculation now also takes into account classes that are not directly processed.
- The ckjm ant task has a corresponding structure.
- Contributed code contains Ruby scripts that plot ckjm metrics as charts.
Download (1.0MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
823 downloads
Alan 1.0
Alan project is a Turing machine implementation. more>>
Alan project is a Turing machine implementation.
Alan is an implementation of a Turing machine for educational purposes.
It was created as a programing project at the University of Aplied Sciences Rosenheim.
Features include an easy-to-use GUI and a reusable Turing Machine component. Additionally, Alan contains many example programs for the Turing machine.
<<lessAlan is an implementation of a Turing machine for educational purposes.
It was created as a programing project at the University of Aplied Sciences Rosenheim.
Features include an easy-to-use GUI and a reusable Turing Machine component. Additionally, Alan contains many example programs for the Turing machine.
Download (0.37MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1095 downloads
Clearbox 1.0
Clearbox is a customizable theme for the Metacity Window Manager. more>>
Clearbox is a customizable theme for the Metacity Window Manager.
A small GTK application allow configure the differents theme aspects, preview the theme and save it in the user themes folder.
The options that can be configured in the Clearbox theme are the following ones:
- Topbar style
- Clearbox-out, Clearbox-in or flat
- Gradient intensity (3 levels)
- Frame style
- Square corners or rounded corners
- Border width
- Colorized borders
- Interior outline
- 3D effect borders
- Title position
- Left or center
- Text with shadow
- Controls style
- Simple, with dark frame or with clear frame
- Buttons size
- Buttons gap
- Button menu style
- Arrow or application icon
- Theme colors
- GTK theme colors or custom colors
<<lessA small GTK application allow configure the differents theme aspects, preview the theme and save it in the user themes folder.
The options that can be configured in the Clearbox theme are the following ones:
- Topbar style
- Clearbox-out, Clearbox-in or flat
- Gradient intensity (3 levels)
- Frame style
- Square corners or rounded corners
- Border width
- Colorized borders
- Interior outline
- 3D effect borders
- Title position
- Left or center
- Text with shadow
- Controls style
- Simple, with dark frame or with clear frame
- Buttons size
- Buttons gap
- Button menu style
- Arrow or application icon
- Theme colors
- GTK theme colors or custom colors
Download (0.60MB)
Added: 2005-08-14 License: GPL (GNU General Public License) Price:
1531 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
wmblob 1.0.3
wmblob shows some blobs moving around. more>>
wmblob shows some blobs moving around. wmblob does nothing useful, its just a toy.
Ill be honest with you. the truth is: wmblob is a totally useless program. But unlike other totally useless programs (I wont name them here, because theyre made by an enormous and rich company), it looks good and shows funny moving `blobs. Im sure youll like it.
Its a nice dockapp for WindowMaker (see `www.windowmaker.org), but its probably going to run just as well with any other window manager.
<<lessIll be honest with you. the truth is: wmblob is a totally useless program. But unlike other totally useless programs (I wont name them here, because theyre made by an enormous and rich company), it looks good and shows funny moving `blobs. Im sure youll like it.
Its a nice dockapp for WindowMaker (see `www.windowmaker.org), but its probably going to run just as well with any other window manager.
Download (0.16MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1097 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 wmc amp 1.0 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