maximum
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 410
minmax_reMiXed 1.0
minmax_reMiXed is a system monitor SuperKaramba theme. more>>
minmax_reMiXed is my first MOD of Sanjay Kumars minmax theme.
I have tried to keep the spirit of the original theme intact -Minimum CPU usage, maximum information.
I added a few bars to indicate CPU usage, HDD info and XMMS slider. Heres what the theme contains :
Clock from Simplewidgets
CPU info
Network Load
XMMS information (no Controls)
HDD info
Outbound Processes info
Most things are from Sanjays theme, unmodified. I just integrated all themes into one (I am bad at coding !)
<<lessI have tried to keep the spirit of the original theme intact -Minimum CPU usage, maximum information.
I added a few bars to indicate CPU usage, HDD info and XMMS slider. Heres what the theme contains :
Clock from Simplewidgets
CPU info
Network Load
XMMS information (no Controls)
HDD info
Outbound Processes info
Most things are from Sanjays theme, unmodified. I just integrated all themes into one (I am bad at coding !)
Download (0.003MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
Jwapmail 1.1
Jwapmail is opensource wap based email client written using PHP. more>>
Jwapmail is opensource wap based email client written using PHP. Jwapmail has been tested at SonyEriccson T28, and Siemens SL45. Any volutenter of testers are welcome.
Main features:
- 1. Email client standard functions
- Jwapmail support the email client standard functions:
- Compose, Reply, Forward, and Folder.
-
- 2. Message Filter (Not finish yet)
- Message Filter is allow user to manage messages in the folder.
-
- 3. User Profile (Not finish yet)
- Allow user to set user profiles standard such as, Name and email address.
-
- 4. Paging (to overcome content size limitaion)
- Due to the vary limitation of content size in WAP GATEWAY, Jwapmail
- deliver content with size not exceded the maximum size (kbytes) where maximum size
- is a variable set in file configuration.
- If the content of message have the size exceed the maximum bytes
- Jwapmail split into several page and deliver each page with paging navigation link
<<lessMain features:
- 1. Email client standard functions
- Jwapmail support the email client standard functions:
- Compose, Reply, Forward, and Folder.
-
- 2. Message Filter (Not finish yet)
- Message Filter is allow user to manage messages in the folder.
-
- 3. User Profile (Not finish yet)
- Allow user to set user profiles standard such as, Name and email address.
-
- 4. Paging (to overcome content size limitaion)
- Due to the vary limitation of content size in WAP GATEWAY, Jwapmail
- deliver content with size not exceded the maximum size (kbytes) where maximum size
- is a variable set in file configuration.
- If the content of message have the size exceed the maximum bytes
- Jwapmail split into several page and deliver each page with paging navigation link
Download (0.091MB)
Added: 2006-06-12 License: GPL (GNU General Public License) Price:
1231 downloads
Tomato Firmware 1.07
Tomato is a small, lean, simple replacement firmware for certain Linksys and Buffalo wireless routers. more>>
Tomato Firmware is a small, lean, simple replacement firmware for Linksys WRT54G/GL/GS and Buffalo WHR-G54S/WHR-HP-G54 routers.
It features a new easy to use GUI, a new bandwidth usage monitor, more advanced QOS and access restrictions, enables new wireless features such as WDS and wireless client modes.
It raises the limits on maximum connections for P2P, allows you to run your custom scripts or telnet/ssh in and do all sorts of things like re-program the SES/AOSS button, adds wireless site survey to see your wifi neighbors, and more.
<<lessIt features a new easy to use GUI, a new bandwidth usage monitor, more advanced QOS and access restrictions, enables new wireless features such as WDS and wireless client modes.
It raises the limits on maximum connections for P2P, allows you to run your custom scripts or telnet/ssh in and do all sorts of things like re-program the SES/AOSS button, adds wireless site survey to see your wifi neighbors, and more.
Download (MB)
Added: 2007-05-21 License: Freeware Price:
594 downloads
m2vmp2cut 0.58
m2vmp2cut is frame accurate (currently PAL) MPEG2 video (M2V file) with accompanied MP2 audio cutter. more>>
m2vmp2cut is frame accurate (currently PAL) MPEG2 video (M2V file) with accompanied MP2 audio cutter.
Frame accuracy is achieved by re-encoding video around cutpoints. Audio is cut from a separate MP2 file at positions that keep A/V sync as good as possible (maximum sync difference is around 10-15 milliseconds compared to the source).
<<lessFrame accuracy is achieved by re-encoding video around cutpoints. Audio is cut from a separate MP2 file at positions that keep A/V sync as good as possible (maximum sync difference is around 10-15 milliseconds compared to the source).
Download (0.046MB)
Added: 2005-10-25 License: GPL (GNU General Public License) Price:
1464 downloads
BuildNumber 0.8a
BuildNumber is a utility to add auto-incrementing build numbers to C and C++ projects. more>>
Large projects usually already have some type of mechanism for build numbering, because keeping track of which build is the latest can be very important information. However, even small hobby projects can benefit from a self-maintaining build numbering system.
BuildNumber project is a utility to add auto-incrementing build numbers to C and C++ projects. BuildNumber will create and maintain a single header file called buildnumber.h for your project which you can #include to access the current build number. BuildNumber is written in pure C for maximum portability, but the binary can also be used with C++ projects, and the source should compile with almost any C/C++ compiler.
The entire contents of a sample buildnumber.h are displayed below:
/* Generated by BuildNumber version 0.8 */
#ifndef BUILD_NUMBER_H_
#define BUILD_NUMBER_H_
#define BUILDNUMBER 53
#define BUILDNUMBER_STR "53"
#endif /* BUILD_NUMBER_H_ */
Every time you rebuild your project, BuildNumber will automatically update this file for you: set it up once, and it just works. You can compile individual files (to confirm syntax, etc) without incrementing the build number, because it only updates when you actually build or make your project.
Main features:
- Written in pure C for maximum portability
- Simple concept, simple solution, simple code
- Works seemlessly in C and C++ projects
- Sets up in minutes, then its entirely automated
- Works with virtually every C/C++ compiler on virtually every system
- BSD License for maximum freedom, even in commercial projects
<<lessBuildNumber project is a utility to add auto-incrementing build numbers to C and C++ projects. BuildNumber will create and maintain a single header file called buildnumber.h for your project which you can #include to access the current build number. BuildNumber is written in pure C for maximum portability, but the binary can also be used with C++ projects, and the source should compile with almost any C/C++ compiler.
The entire contents of a sample buildnumber.h are displayed below:
/* Generated by BuildNumber version 0.8 */
#ifndef BUILD_NUMBER_H_
#define BUILD_NUMBER_H_
#define BUILDNUMBER 53
#define BUILDNUMBER_STR "53"
#endif /* BUILD_NUMBER_H_ */
Every time you rebuild your project, BuildNumber will automatically update this file for you: set it up once, and it just works. You can compile individual files (to confirm syntax, etc) without incrementing the build number, because it only updates when you actually build or make your project.
Main features:
- Written in pure C for maximum portability
- Simple concept, simple solution, simple code
- Works seemlessly in C and C++ projects
- Sets up in minutes, then its entirely automated
- Works with virtually every C/C++ compiler on virtually every system
- BSD License for maximum freedom, even in commercial projects
Download (0.038MB)
Added: 2006-04-07 License: BSD License Price:
1299 downloads
MaxDB by MySQL 7.5.00.44
MaxDB by MySQL is the database backend for MySAP. more>>
MaxDB is a heavy-duty, SAP-certified open source database for OLTP and OLAP usage which offers high reliability, availability, scalability and a very comprehensive feature set. MaxDB by MySQL is targetted for large mySAP Business Suite environments and other applications that require maximum enterprise-level database functionality and complements the MySQL database server.
Today, about 6,000 customer installations are using MaxDB technology globally, including Toyota, Intel, DaimlerChrysler, Braun-Gillette, Bayer, Colgate, Yamaha, and Deutsche Post (the German Post Office).
Enhancements:
- Bugs were fixed.
<<lessToday, about 6,000 customer installations are using MaxDB technology globally, including Toyota, Intel, DaimlerChrysler, Braun-Gillette, Bayer, Colgate, Yamaha, and Deutsche Post (the German Post Office).
Enhancements:
- Bugs were fixed.
Download (78MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
839 downloads
Jakuk 1.2
Jajuk is a Java music organizer for all platforms. more>>
Jajuk is a Java music organizer for all platforms. The main goal of this project is to provide a fully-featured application to advanced users with large or scattered music collections. Jajuk supports MP3, OGG Vorbis, AU, AIFF, WAV and SPEEX audio formats.
Jajuk main goals are :
Maximum features: Jajuk is made firstly for advanced users looking for powerful functionalities
Maximum portability and integration: 100% pure Java but native packaging and features like tray
Maximum usability: Jajuk is designed to be intuitive, fast and provide multiple ways to perform the same operation
Main features:
- Digital DJ: Let Jajuk make your programmation based on *your* rules
- Ambience management: ask for a soft playlist in two clicks maximum!
- Configurable cross-fade
- Recursive play/repeat/shuffle/push in directories/sub-directories or by genre/artist/albums...
- Best Of smart function to play your favorite tracks
- Novelties smart function to play your collection newest albums
- Continue smart function to continue in current album after a shuffle selection
- Push into player queue
- Planned tracks: forsee your selection
- Various startup modes: none, last one, last one keep position, specified, shuffle, novelties, bestof
- Intro from a track position and specified length
- Shuffle in entire collection
- Repeat, shuffle, intro, fast forward/rewind, mute...
<<lessJajuk main goals are :
Maximum features: Jajuk is made firstly for advanced users looking for powerful functionalities
Maximum portability and integration: 100% pure Java but native packaging and features like tray
Maximum usability: Jajuk is designed to be intuitive, fast and provide multiple ways to perform the same operation
Main features:
- Digital DJ: Let Jajuk make your programmation based on *your* rules
- Ambience management: ask for a soft playlist in two clicks maximum!
- Configurable cross-fade
- Recursive play/repeat/shuffle/push in directories/sub-directories or by genre/artist/albums...
- Best Of smart function to play your favorite tracks
- Novelties smart function to play your collection newest albums
- Continue smart function to continue in current album after a shuffle selection
- Push into player queue
- Planned tracks: forsee your selection
- Various startup modes: none, last one, last one keep position, specified, shuffle, novelties, bestof
- Intro from a track position and specified length
- Shuffle in entire collection
- Repeat, shuffle, intro, fast forward/rewind, mute...
Download (10.2MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
calcamp 0.1
calcamp is a program that calculates with what factor an audio-sample should be amplified to get maximum volume. more>>
calcamp is a program that calculates with what factor an audio-sample should be amplified to get maximum volume. Usefull, for example, when used with the pvf-tools (included in the mgetty package). This program needs libSndFile.
Instruction for usage:
calcamp file_in
or
... | calcamp
<<lessInstruction for usage:
calcamp file_in
or
... | calcamp
Download (0.001MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1183 downloads
Jajuk 1.7.4
Jajuk is a powerful music organizer for all platforms. The main goal of this project is to provide a fully-featured application to advanced users with large or scattered music collections. Jajuk main principles are maximum features, maximum portability and integration: 100% pure Java and maximum usability more>>
Jajuk - Jajuk is a powerful music organizer for all platforms. The main goal of this project is to provide a fully-featured application to advanced users with large or scattered music collections. Jajuk is a Free Software published under GPL license. Jajuk main principles are : * Maximum features: Jajuk is made firstly for advanced users looking for powerful functionalities * Maximum portability and desktop integration * Maximum usability: Jajuk is designed to be intuitive, fast and provide multiple ways to perform the same operation
Enhancements:
Version 1.6.2
System Requirements:P3 500Mhz, 256 MB RAM<<less
Download (19.4Mb)
Added: 2009-05-18 License: Free Price: Free
16 downloads
ppminfo 0.1
ppminfo shows details of an ppm-file on the console. more>>
ppminfo is a project that shows details of an ppm-file on the console. seems this is the only utility missing from netpbm.
Example:
folkert@belle:~/Personal/src/ppminfo$ jpegtopnm ~/Pictures/friends.jpg | ppminfo -vv
Resolution: 4288x2848
Maximum value: 255
Format: 20534
min avg max stddev
red: 2 126 255 52
green: 0 95 255 45
blue: 0 81 255 46
<<lessExample:
folkert@belle:~/Personal/src/ppminfo$ jpegtopnm ~/Pictures/friends.jpg | ppminfo -vv
Resolution: 4288x2848
Maximum value: 255
Format: 20534
min avg max stddev
red: 2 126 255 52
green: 0 95 255 45
blue: 0 81 255 46
Download (0.008MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
806 downloads
SnakeMe 1.0
SnakeMe project is a very customizable snake game. more>>
SnakeMe project is a very customizable snake game.
SnakeMe is a beautiful and funny snake game. You can play alone, with up to three friends (two players on the keyboard, and two joypads), or against computer "intelligence" (eight players maximum).
You have also the choice between many snakes and levels, and you can even download more, or design your own ones.
Main features:
- A lot of fun!
- More than 10 different snakes. (1)
- More than 10 amazing levels. (1)
- More than 5 level themes. (1)
- Up to 4 human players: two on the keyboard, and two on the joypads, if there are any.
- Up to 8 players in a game, so there can for instance be two human players and six computer players.
<<lessSnakeMe is a beautiful and funny snake game. You can play alone, with up to three friends (two players on the keyboard, and two joypads), or against computer "intelligence" (eight players maximum).
You have also the choice between many snakes and levels, and you can even download more, or design your own ones.
Main features:
- A lot of fun!
- More than 10 different snakes. (1)
- More than 10 amazing levels. (1)
- More than 5 level themes. (1)
- Up to 4 human players: two on the keyboard, and two on the joypads, if there are any.
- Up to 8 players in a game, so there can for instance be two human players and six computer players.
Download (1.8MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1059 downloads
mini-lpd 0.4
mini-lpd provides a small non-queueing LPD. more>>
mini-lpd provides a small non-queueing LPD.
mini-lpd is a non-queueing simple and small LPD implementation, which simply puts the incoming traffic to a local file. It has support for multiple queues, the maximum number can be changed.
Main features:
- has no queueing
- has not even a queue
- takes input on defined queues and writes it out into files
- ignores control files
- tries to follow RFC1179 as far as possible
- should be much smaller than lpr-ngs lpd
Enhancements:
- removed sigio, replaced with poll
<<lessmini-lpd is a non-queueing simple and small LPD implementation, which simply puts the incoming traffic to a local file. It has support for multiple queues, the maximum number can be changed.
Main features:
- has no queueing
- has not even a queue
- takes input on defined queues and writes it out into files
- ignores control files
- tries to follow RFC1179 as far as possible
- should be much smaller than lpr-ngs lpd
Enhancements:
- removed sigio, replaced with poll
Download (0.012MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
923 downloads
Hardened Linux 1.6.6-2
Hardened Linux is a hardened distribution based on a minimalized Slackware Linux 11.0. more>>
Hardened Linux is a hardened distribution based on a minimalized Slackware Linux 11.0.
This distribution is still under heavy development.
Hardened Linux (a.k.a. "Wendzel Linux") is a security distribution with 3 main targets:
- maximum security
- maximum stability
- maximum usuability
It is optimized to run on as firewall system, vpn gateway, IDS system and authentication system. Currently not all of these features are fully implemented.
Enhancements:
- This just an updated version of the 1.6.6-snapshot release. This release includes our current packages (gcc-4.2, glibc-2.5, kernel 2.6.21.3 and different other package updates). Nothing else has changed. We released this new version because it will still take a few weeks (if not months) before we can release the next snapshot version that includes a completely new package system and a completely new installer system. Please report any kind of bugs.
<<lessThis distribution is still under heavy development.
Hardened Linux (a.k.a. "Wendzel Linux") is a security distribution with 3 main targets:
- maximum security
- maximum stability
- maximum usuability
It is optimized to run on as firewall system, vpn gateway, IDS system and authentication system. Currently not all of these features are fully implemented.
Enhancements:
- This just an updated version of the 1.6.6-snapshot release. This release includes our current packages (gcc-4.2, glibc-2.5, kernel 2.6.21.3 and different other package updates). Nothing else has changed. We released this new version because it will still take a few weeks (if not months) before we can release the next snapshot version that includes a completely new package system and a completely new installer system. Please report any kind of bugs.
Download (195MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
839 downloads
massXpert mass spectrometry package 1.6.5
massXpert mass spectrometry package is a mass spectrometry environment for linear (bio-) polymers. more>>
massXpert mass spectrometry package is a mass spectrometry environment for linear (bio-) polymers. It inherits all the innovations of GNU polyxmass, as it is a port of that project to a cross-platform development environment.
Enhancements:
- A feature was added whereby, upon definition of a monomer chemical modification, the user might tell which monomers are targets of that modification.
- If the user tries to modify a monomer with a modification that cannot be used for that, she is alerted.
- A mechanism overriding the modification target limitations is available for maximum flexibility.
- Bugs related to the chemical modification of polymer sequences were fixed.
- The user manual was updated to document the new features.
<<lessEnhancements:
- A feature was added whereby, upon definition of a monomer chemical modification, the user might tell which monomers are targets of that modification.
- If the user tries to modify a monomer with a modification that cannot be used for that, she is alerted.
- A mechanism overriding the modification target limitations is available for maximum flexibility.
- Bugs related to the chemical modification of polymer sequences were fixed.
- The user manual was updated to document the new features.
Download (0.87MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
820 downloads
AVG Free Linux 7.1.385
AVG Free for linux is a free anti-virus protection tool avg free trial. more>> Grisoft expands its award-winning product line with AVG Free for Linux - a free version of its advanced anti-virus tool designed specifically for home use on the Linux desktop.avg free trial.
So now, home users of Linux OS can join millions of satisfied customers in enjoying the benefits of AVG Anti-Virus protection!avg free trial
AVG Free for Linux is the first commercial-grade anti-virus product developed for free home use, providing maximum anti-virus protection for Linux computers.
Some of the highlights of AVG Free for Linux include:
An intuitive graphical user interface (GUI) that makes the software easy to install and use
Rapid virus database updates for the lifetime of the product
Small update files that do not drain system resources
Automatic update functionality
AVG On-Demand Scanner, which allows users to perform scheduled and manual tests
Advanced virus detection methods designed to provide maximum virus protection
avg free trial<<less
Download (9.19MB)
Added: 2009-04-19 License: Freeware Price: Free
187 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 maximum 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