fast 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5016
Make-Money-Fast 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-09 License: Freeware Price: Free
200 downloads
Earn-Money-Fast 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-16 License: Freeware Price: Free
191 downloads
Config::Fast 1.07
Config::Fast is an extremely fast configuration file parser. more>>
Config::Fast is an extremely fast configuration file parser.
SYNOPSIS
# default config format is a space-separated file
company "Supercool, Inc."
support nobody@nowhere.com
# and then in Perl
use Config::Fast;
%cf = fastconfig;
print "Thanks for visiting $cf{company}!n";
print "Please contact $cf{support} for support.n";
This module is designed to provide an extremely lightweight way to parse moderately complex configuration files. As such, it exports a single function - fastconfig() - and does not provide any OO access methods. Still, it is fairly full-featured.
Heres how it works:
%cf = fastconfig($file, $delim);
Basically, the fastconfig() function returns a hash of keys and values based on the directives in your configuration file. By default, directives and values are separated by whitespace in the config file, but this can be easily changed with the delimiter argument (see below).
When the configuration file is read, its modification time is first checked and the results cached. On each call to fastconfig(), if the config file has been changed, then the file is reread. Otherwise, the cached results are returned automatically. This makes this module great for mod_perl modules and scripts, one of the primary reasons I wrote it. Simply include this at the top of your script or inside of your constructor function:
my %cf = fastconfig(/path/to/config/file.conf);
If the file argument is omitted, then fastconfig() looks for a file named $0.conf in the ../etc directory relative to the executable. For example, if you ran:
/usr/local/bin/myapp
Then fastconfig() will automatically look for:
/usr/local/etc/myapp.conf
This is great if youre really lazy and always in a hurry, like I am.
If this doesnt work for you, simply supply a filename manually. Note that filename generation does not work in mod_perl, so youll need to supply a filename manually.
<<lessSYNOPSIS
# default config format is a space-separated file
company "Supercool, Inc."
support nobody@nowhere.com
# and then in Perl
use Config::Fast;
%cf = fastconfig;
print "Thanks for visiting $cf{company}!n";
print "Please contact $cf{support} for support.n";
This module is designed to provide an extremely lightweight way to parse moderately complex configuration files. As such, it exports a single function - fastconfig() - and does not provide any OO access methods. Still, it is fairly full-featured.
Heres how it works:
%cf = fastconfig($file, $delim);
Basically, the fastconfig() function returns a hash of keys and values based on the directives in your configuration file. By default, directives and values are separated by whitespace in the config file, but this can be easily changed with the delimiter argument (see below).
When the configuration file is read, its modification time is first checked and the results cached. On each call to fastconfig(), if the config file has been changed, then the file is reread. Otherwise, the cached results are returned automatically. This makes this module great for mod_perl modules and scripts, one of the primary reasons I wrote it. Simply include this at the top of your script or inside of your constructor function:
my %cf = fastconfig(/path/to/config/file.conf);
If the file argument is omitted, then fastconfig() looks for a file named $0.conf in the ../etc directory relative to the executable. For example, if you ran:
/usr/local/bin/myapp
Then fastconfig() will automatically look for:
/usr/local/etc/myapp.conf
This is great if youre really lazy and always in a hurry, like I am.
If this doesnt work for you, simply supply a filename manually. Note that filename generation does not work in mod_perl, so youll need to supply a filename manually.
Download (0.010MB)
Added: 2007-08-11 License: Perl Artistic License Price:
805 downloads
Making-Money-Fast 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-27 License: Freeware Price: Free
179 downloads
how to raise your credit score fast 1.0
Discover how to raise your credit score fast. free report... more>> <<less
Download (4KB)
Added: 2009-04-21 License: Freeware Price: Free
185 downloads
PDFCat 1.0.6
PDFCat is a fast and lightweight catalog management application to keep track of PDF documents. more>>
PDFCat program is a fast and lightweight catalog management application to keep track of PDF documents coming in through many possible ways.
This is not meant to be a highly available solution for complex and unified cataloguing. Instead, it aims to provide a better user experience. The unique feature of this software is its ability handle documents stored on removable devices.
Enhancements:
- This release introduces keywords and global search. It is now possible not only to
- read a documents metadata, but also update them if the document is not
- write-protected. Global Seacrh perfomes search across all catalogs by keywords,
- subject, and authors criteria. Eclipse Forms and string resources are now used. The
- application is now internationalized, as all strings are relocated to resources.
- English and Russian translations are included. Translations are separated from main
- codebase and looks like a fragment addition. Mail me in case of you would like to
- help to translate in another language.
<<lessThis is not meant to be a highly available solution for complex and unified cataloguing. Instead, it aims to provide a better user experience. The unique feature of this software is its ability handle documents stored on removable devices.
Enhancements:
- This release introduces keywords and global search. It is now possible not only to
- read a documents metadata, but also update them if the document is not
- write-protected. Global Seacrh perfomes search across all catalogs by keywords,
- subject, and authors criteria. Eclipse Forms and string resources are now used. The
- application is now internationalized, as all strings are relocated to resources.
- English and Russian translations are included. Translations are separated from main
- codebase and looks like a fragment addition. Mail me in case of you would like to
- help to translate in another language.
Download (20MB)
Added: 2006-09-13 License: Other/Proprietary License Price:
1147 downloads
FreeHA 1.0
FreeHA is designed to provide a free, portable, and easy to use program to run nodes in a high availability cluster. more>>
FreeHA is designed to provide a free, portable, and easy to use (compared to alternatives) program to run nodes in a high availability cluster.
FreeHA will let you run a service (program), or group of services, on a computer, but have one or more others running in standby mode. The service can be whatever kind of demon or program you would normally run on a UNIX box.
When and if the service fails on the initial node, one of the standby servers will automatically start the service(s) running on itself. Because of this automatic and normally fast restarting of the service, this sort of configuration is called a "Highly Available" cluster/configuration. "Highly Available", or "High Availability" == H.A.
<<lessFreeHA will let you run a service (program), or group of services, on a computer, but have one or more others running in standby mode. The service can be whatever kind of demon or program you would normally run on a UNIX box.
When and if the service fails on the initial node, one of the standby servers will automatically start the service(s) running on itself. Because of this automatic and normally fast restarting of the service, this sort of configuration is called a "Highly Available" cluster/configuration. "Highly Available", or "High Availability" == H.A.
Download (0.020MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1063 downloads
Earn-Fast-Cash 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-19 License: Freeware Price: Free
189 downloads
Aterm 1.0.1
aterm is designed to provide pleasing visual effects, while performing such a mundane function as terminal emulation under X. more>>
Aterm is designed to provide pleasing visual effects, while performing such a mundane function as terminal emulation under X.
Main features:
- fast pseudo-transparency, that does not consume any additional resources.
- optional off-focus fading of text - when aterm looses focus its contents is dimmed.
- NeXT-ish scrollbar
- integration with AfterStep window manager, allowing for aterm looks to be determined by AfterStep theme, and allowing aterm do things like semitransparent gradiented background, JPEG, PNG and other images used as background, and more.
Enhancements:
- This release includes fixes for pasting large (16k) amounts into aterm, the borderless option, and several other issues.
<<lessMain features:
- fast pseudo-transparency, that does not consume any additional resources.
- optional off-focus fading of text - when aterm looses focus its contents is dimmed.
- NeXT-ish scrollbar
- integration with AfterStep window manager, allowing for aterm looks to be determined by AfterStep theme, and allowing aterm do things like semitransparent gradiented background, JPEG, PNG and other images used as background, and more.
Enhancements:
- This release includes fixes for pasting large (16k) amounts into aterm, the borderless option, and several other issues.
Download (0.28MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
820 downloads
PiSi 1.0
PiSi is a modern package manager for UNIX systems. more>>
PiSi is a modern package manager for UNIX systems. It has been designed to meet the requirements of the Pardus Linux distribution, and it is not derived from any other package manager.
It is efficient and small. Package sources are written in XML and Python. Fast database access is implemented with Berkeley DB.
PiSi package management integrates both low-level and high-level package operations. Sources can be maintained easily through a version control system as original sources do not have to be copied.
It uses a framework approach to build applications and tools upon. It has both a comprehensive CLI and a user-friendly Qt-based GUI.
Main features:
- Implemented in python.
- All specification and intermediate data is in an XML format.
- Fast database access implemented with berkeley DB.
- Integrates both low-level and high-level package operations.
- Efficient and small
- Framework approach to build applications and tools upon
- Comprehensive CLI and a user-friendly qt-based GUI
- Extremely simple package construction
<<lessIt is efficient and small. Package sources are written in XML and Python. Fast database access is implemented with Berkeley DB.
PiSi package management integrates both low-level and high-level package operations. Sources can be maintained easily through a version control system as original sources do not have to be copied.
It uses a framework approach to build applications and tools upon. It has both a comprehensive CLI and a user-friendly Qt-based GUI.
Main features:
- Implemented in python.
- All specification and intermediate data is in an XML format.
- Fast database access implemented with berkeley DB.
- Integrates both low-level and high-level package operations.
- Efficient and small
- Framework approach to build applications and tools upon
- Comprehensive CLI and a user-friendly qt-based GUI
- Extremely simple package construction
Download (0.29MB)
Added: 2005-12-23 License: GPL (GNU General Public License) Price:
1405 downloads
LinAl 1.0
LinAl was designed to bring together C++ and FORTRAN. more>>
LinAl was designed to bring together C++ and FORTRAN. At the same time LinAl is supposed to be easy to use, fast, and reasonably safe.
LinAl library is based on STL techniques and uses the STL containers for the storage of matrix data and STL algorithms where feasible.
Low level, algebraic operators, linear solvers, and eigenvalue solvers are implemented, based on calls to BLAS, LAPACK, and CGSOLX.
At the same time LinAl is supposed to be easy to use, fast and, to a certain extent, type save. While certain compromises were made in the class layout and design, strong emphasis was put on simplicity and speed.
The library is based on STL techniques and uses STL containers for the storage of matrix data furthermore STL algorithms are used where feasible. Low level, algebraic operators as well as linear solvers and eigenvalue solvers are implemented, based on calls to BLAS, LAPACK and CGSOLX and LANCZOS. These packages can be found on netlib.
Interested? Fantastic, download the package, get them compiler hummin and see whats this all about. Problems? Thats what the mailing list is for. So what are you waiting for?
<<lessLinAl library is based on STL techniques and uses the STL containers for the storage of matrix data and STL algorithms where feasible.
Low level, algebraic operators, linear solvers, and eigenvalue solvers are implemented, based on calls to BLAS, LAPACK, and CGSOLX.
At the same time LinAl is supposed to be easy to use, fast and, to a certain extent, type save. While certain compromises were made in the class layout and design, strong emphasis was put on simplicity and speed.
The library is based on STL techniques and uses STL containers for the storage of matrix data furthermore STL algorithms are used where feasible. Low level, algebraic operators as well as linear solvers and eigenvalue solvers are implemented, based on calls to BLAS, LAPACK and CGSOLX and LANCZOS. These packages can be found on netlib.
Interested? Fantastic, download the package, get them compiler hummin and see whats this all about. Problems? Thats what the mailing list is for. So what are you waiting for?
Download (0.12MB)
Added: 2006-02-17 License: LGPL (GNU Lesser General Public License) Price:
1347 downloads
Ristretto 1.0
Ristretto is the mail API that is used by Columba, a Java mail client. more>>
Ristretto is the mail API that is used by Columba, a Java mail client.
It is available as a stand-alone API, and it provides a well-tested, slim, and fast Java implementation of all relevant mail protocols and features.
It is licensed under a MPL/LGPL/GPL tri-license.
Enhancements:
- Added CramMD5 Authentication
- Separate packages for each protocol
Bugs fixed:
- Zeros padding in server response while authenticaion fixed.
- Java 1.5 import problems for Sasl fixed.
<<lessIt is available as a stand-alone API, and it provides a well-tested, slim, and fast Java implementation of all relevant mail protocols and features.
It is licensed under a MPL/LGPL/GPL tri-license.
Enhancements:
- Added CramMD5 Authentication
- Separate packages for each protocol
Bugs fixed:
- Zeros padding in server response while authenticaion fixed.
- Java 1.5 import problems for Sasl fixed.
Download (1.2MB)
Added: 2006-03-17 License: MPL (Mozilla Public License) Price:
1317 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
zfec 1.0.1
zfec is a fast, portable, and programmable implementation of erasure coding. more>>
zfec is a fast, portable, and programmable implementation of erasure coding. The project includes a C library, a Python library, and a command-line tool.
Erasure coding is also known as "forward error correction", which is the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks. The RAID-5 algorithm is an erasure code.
But instead of recovering from the loss of only a single element, zfec can be parameterized to choose in advance the number of elements whose loss it can tolerate.
<<lessErasure coding is also known as "forward error correction", which is the generation of redundant blocks of information such that if some blocks are lost then the original data can be recovered from the remaining blocks. The RAID-5 algorithm is an erasure code.
But instead of recovering from the loss of only a single element, zfec can be parameterized to choose in advance the number of elements whose loss it can tolerate.
Download (0.044MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
873 downloads
myOS 1.0.3
myOS project is minimalistic GNU/Linux based system. more>>
myOS project is minimalistic GNU/Linux based system. Beside the main goal - OpenGL capable, Linux based system without X, I was also looking to make system small and fast as possible, with quick kernel boot and system loading time. By making system small really took care of both since it can run entirely from RAM making it very fast and responsive.
It is bare bones Linux system, stripped down of everything, but core necessary files to compile and run OpenGL/C code. It has simplified directory structure and cleaned up internal cross referencing, it starts up with and in total has only a single script. Linux kernel is 2.6.20, compiled with only essential drivers.
Size can be reduced even more, read this for inspiration:
<<lessIt is bare bones Linux system, stripped down of everything, but core necessary files to compile and run OpenGL/C code. It has simplified directory structure and cleaned up internal cross referencing, it starts up with and in total has only a single script. Linux kernel is 2.6.20, compiled with only essential drivers.
Size can be reduced even more, read this for inspiration:
Download (12.9MB)
Added: 2007-03-26 License: Freeware Price:
944 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 fast 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