fasting and praying
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 95
Accounting Maths and Computing 10
Accounting - Supply and Demand. - Break Even Chart - Financial Accounts - Ratio Analysis - Workforce Performance and Production - Personal Finance ... more>> <<less
Download (5762KB)
Added: 2009-04-03 License: Freeware Price: Free
257 downloads
HP Linux Imaging and Printing 2.7.7
HP Linux Imaging and Printing (HPLIP) isa complete printing and imaging solution for Linux. more>>
HP Linux Imaging and Printing Driver Project consists of two projects:
1) HPIJS, a printer driver for HP devices
2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).
<<less1) HPIJS, a printer driver for HP devices
2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).
Download (13.2MB)
Added: 2007-08-02 License: LGPL (GNU Lesser General Public License) Price:
839 downloads

Sing and Study 0.0724
useful software which helps you learn a new language by songs. more>>
Sing and Study 0.0724 is a useful software which helps you learn a new language by songs.
Major Features:
- Organize all of them in one convenient place for easier learning
- Find the song's lyrics
- Translate the lyrics
- Show album covers
- Search Youtube videos
- Play a game of guessing words (every time different words)
- Start listening to the music and learning a new language now!
Added: 2009-07-27 License: Freeware Price: FREE
downloads
Auctions and Classifieds 1
Auctions and classifieds icons for websites or desktops. These icons are great for auction or free classified websites. If you want to have asuccessfu... more>> <<less
Download (41KB)
Added: 2009-04-14 License: Freeware Price: Free
197 downloads

Ask and Receive 2.2
Free award winning spam proof link building and management software more>> Boost your web site traffic and search engine position with Ask and Receive free and easy linking building and management software. Ask and Receive Increases quality traffic to your site with
out any cost and without any gimmicks or SPAM. Links to your web site from other sites is the best way to get your web site top listed in search engines. In addition, having outgoing links from your site which link to noteworthy.
Ask and Receive is a full-featured Reciprocal Link management system intended to be installed on any web site which provides PHP language support.
Get Version 2.2 now!<<less
Download (77KB)
Added: 2009-04-06 License: Freeware Price: Free
205 downloads
Basic Analysis and Security Engine 1.2
BASE is the Basic Analysis and Security Engine. more>>
BASE is the Basic Analysis and Security Engine. It is based on the code from the Analysis Console for Intrusion Databases (ACID) project.
This application provides a web front-end to query and analyze the alerts coming from a SNORT IDS system.
BASE is a web interface to perform analysis of intrusions that snort has detected on your network. It uses a user authentication and role-base system, so that you as the security admin can decide what and how much information each user can see. It also has a simple to use, web-based setup program for people not comfortable with editing files directly.
BASE is supported by a group of volunteers. They are available to answer any questions you may have or help you out in setting up your system. They are also skilled in intrusion detection systems and make use of that knowledge in the development of BASE.
Enhancements:
- This release fixes a number of bugs with PHP 5.
- It also adds a number of new features.
<<lessThis application provides a web front-end to query and analyze the alerts coming from a SNORT IDS system.
BASE is a web interface to perform analysis of intrusions that snort has detected on your network. It uses a user authentication and role-base system, so that you as the security admin can decide what and how much information each user can see. It also has a simple to use, web-based setup program for people not comfortable with editing files directly.
BASE is supported by a group of volunteers. They are available to answer any questions you may have or help you out in setting up your system. They are also skilled in intrusion detection systems and make use of that knowledge in the development of BASE.
Enhancements:
- This release fixes a number of bugs with PHP 5.
- It also adds a number of new features.
Download (0.33MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1482 downloads
Xapian and Omega 1.0.2
Xapian is an Open Source Probabilistic Information Retrieval library, released under the GPL. more>>
Xapian is an Open Source Probabilistic Information Retrieval library, released under the GPL. Xapian iss written in C++, with bindings to allow use from other languages (Perl, Java, Python, PHP, and TCL are currently supported; Guile and C# are being worked on).
Xapian is designed to be a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications.
If youre after a packaged search engine for your website, you should take a look at Omega, which is an application we supply built upon Xapian. But unlike most other website search solutions, Xapians versatility allows you to extend Omega to meet your needs as they grow.
Main features:
- Free Software/Open Source - licensed under the GPL.
- Highly portable - runs on many Linux, MacOS X, many other Unix platforms, and Microsoft Windows.
- Written in C++. Perl bindings are available in the module Search::Xapian on CPAN. Java JNI bindings are included in the xapian-bindings module. We also support SWIG which can generate bindings for 13 languages. At present those for Python, PHP4, and TCL are working. Guile and C# are being worked on.
- Ranked probablistic search - important words get more weight than unimportant words, so the most relevant documents are more likely to come near the top of the results list.
- Relevance feedback - given one or more documents, Xapian can suggest the most relevant index terms to expand a query, suggest related documents, categorise documents, etc.
- Phrase and proximity searching - users can search for words occuring in an exact phrase or within a specified number of words, either in a specified order, or in any order.
- Full range of structured boolean search operators ("stock NOT market", etc). The results of the boolean search are ranked by the probablistic weights. Boolean filters can also be applied to restrict a probabilistic search.
- Supports stemming of search terms (e.g. a search for "football" would match documents which mention "footballs" or "footballer"). This helps to find relevant documents which might otherwise be missed. Stemmers are currently included for Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portuguese, Russian, Spanish, and Swedish.
- Supports database files > 2GB - essential for scaling to large document collections.
- Platform independent data formats - you can build a database on one machine and search it on another.
- Allows simultaneous update and searching. New documents become searchable right away.
As well as the library, we supply a number of small example programs, and a larger application - an indexing and CGI-based application called omega:
- The indexer supplied can index HTML, PHP, PDF, PostScript, and plain text. Adding support for indexing other formats is easy where conversion filters are available (e.g. Microsoft Word). This indexer works using the filing system, but we also provide a script to allow the htdig web crawler to be hooked in, allowing remote sites to be searched using Omega.
- You can also index data from any SQL or other RDBMS supported by the Perl DBI module. That includes MySQL, PostgreSQL, SQLite, Sybase, MS SQL, LDAP, and ODBC.
- CGI search front-end supplied with highly customisable appearance. This can also be customised to output results in XML or CSV, which is useful if you are dynamically generating pages (e.g. with PHP or mod_perl) and just want raw search results which you can process in your own page layout code.
Enhancements:
- This release adds support for spelling correction and synonym expansion.
- Some Btree tables are now optional, so opening a database is slightly quicker.
- The Xapian::NumberValueRangeProcessor class has been reworked to fix a design flaw.
- A few bugs have been fixed.
- Performance was improved in several cases.
<<lessXapian is designed to be a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications.
If youre after a packaged search engine for your website, you should take a look at Omega, which is an application we supply built upon Xapian. But unlike most other website search solutions, Xapians versatility allows you to extend Omega to meet your needs as they grow.
Main features:
- Free Software/Open Source - licensed under the GPL.
- Highly portable - runs on many Linux, MacOS X, many other Unix platforms, and Microsoft Windows.
- Written in C++. Perl bindings are available in the module Search::Xapian on CPAN. Java JNI bindings are included in the xapian-bindings module. We also support SWIG which can generate bindings for 13 languages. At present those for Python, PHP4, and TCL are working. Guile and C# are being worked on.
- Ranked probablistic search - important words get more weight than unimportant words, so the most relevant documents are more likely to come near the top of the results list.
- Relevance feedback - given one or more documents, Xapian can suggest the most relevant index terms to expand a query, suggest related documents, categorise documents, etc.
- Phrase and proximity searching - users can search for words occuring in an exact phrase or within a specified number of words, either in a specified order, or in any order.
- Full range of structured boolean search operators ("stock NOT market", etc). The results of the boolean search are ranked by the probablistic weights. Boolean filters can also be applied to restrict a probabilistic search.
- Supports stemming of search terms (e.g. a search for "football" would match documents which mention "footballs" or "footballer"). This helps to find relevant documents which might otherwise be missed. Stemmers are currently included for Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portuguese, Russian, Spanish, and Swedish.
- Supports database files > 2GB - essential for scaling to large document collections.
- Platform independent data formats - you can build a database on one machine and search it on another.
- Allows simultaneous update and searching. New documents become searchable right away.
As well as the library, we supply a number of small example programs, and a larger application - an indexing and CGI-based application called omega:
- The indexer supplied can index HTML, PHP, PDF, PostScript, and plain text. Adding support for indexing other formats is easy where conversion filters are available (e.g. Microsoft Word). This indexer works using the filing system, but we also provide a script to allow the htdig web crawler to be hooked in, allowing remote sites to be searched using Omega.
- You can also index data from any SQL or other RDBMS supported by the Perl DBI module. That includes MySQL, PostgreSQL, SQLite, Sybase, MS SQL, LDAP, and ODBC.
- CGI search front-end supplied with highly customisable appearance. This can also be customised to output results in XML or CSV, which is useful if you are dynamically generating pages (e.g. with PHP or mod_perl) and just want raw search results which you can process in your own page layout code.
Enhancements:
- This release adds support for spelling correction and synonym expansion.
- Some Btree tables are now optional, so opening a database is slightly quicker.
- The Xapian::NumberValueRangeProcessor class has been reworked to fix a design flaw.
- A few bugs have been fixed.
- Performance was improved in several cases.
Download (2.7MB)
Added: 2007-07-05 License: GPL (GNU General Public License) Price:
843 downloads
aid and attendance 1.0
aid and attendance toolbar for internet explorer. Find aid and attendance information, tips and resources to apply for this VA disability benefit. Vet... more>> <<less
Download (414KB)
Added: 2009-04-18 License: Freeware Price: Free
194 downloads
PJSIP and PJMEDIA 0.7.0
PJSIP and PJMEDIA is the Open Source, high performance, small footprint SIP and media stack written in C language. more>>
PJSIP and PJMEDIA is the Open Source, high performance, small footprint SIP and media stack written in C language.
It has many SIP and media features such as a layered API, dialog usages, high level invite session abstraction, an event framework, SIP presence/SIMPLE, instant messaging, RTP/RTCP, a conference bridge, silence detection, PLC, and so on, as well as extensive documentation.
Enhancements:
- This release fixes a build error on MacOS, memory alignment problems on ARM, and a crash which occurred on STUN keep-alive when network connectivity was lost.
<<lessIt has many SIP and media features such as a layered API, dialog usages, high level invite session abstraction, an event framework, SIP presence/SIMPLE, instant messaging, RTP/RTCP, a conference bridge, silence detection, PLC, and so on, as well as extensive documentation.
Enhancements:
- This release fixes a build error on MacOS, memory alignment problems on ARM, and a crash which occurred on STUN keep-alive when network connectivity was lost.
Download (0.34MB)
Added: 2007-06-02 License: GPL (GNU General Public License) Price:
902 downloads
Jahia CMS and Portal Server 5.0
Jahia CMS and Portal Server is a Java CMS and portal software. more>> <<less
Download (94MB)
Added: 2006-08-17 License: Free To Use But Restricted Price:
1190 downloads
skill and snice 4.1.4
skill sends signals to processes given any combination of user names, ttys and snice changes the priority of processes. more>>
skill sends signals to processes given any combination of user names, ttys, commands, and pids and snice changes the priority of processes (given the same).
They are similar to kill(1) and renice(8), but the commandline is order-independent. There are also verbose, search, and interactive modes of operation.
Both programs run under a variety of operating systems, including:
Apple Darwin 5.4
AT&T SysVR4, SysVR4.2, SysVR4.2MP
4.2BSD, 4.3BSD, 4.4BSD (and many PC variants)
Cygwin 1.5 (uses Linux)
Mach 2.6, 3.0
DEC Ultrix 2.2, 4.1-2
DEC AXP OSF/1
DEC/Compaq Tru64 Unix V3.2D-2, T3.2F-1, V4.0, V5.0-1B
Encore UMAX 4.2
FreeBSD 2.0-2, 3.1, 4.4-11, 5.0-3, 6.0-1
HP-UX 6.5, 7.0, 8.0, 9.0-5, 10.1-20, 11.0-23
IBM AIX 3.1-2, 4.1, 5.2
IBM AOS 4.3
Linux 1.0-2, 2.1, 2.2, 2.4
MIPS UMIPS 2.1
NeXT OS 1.0, 2.1
NetBSD 1.3-5
OpenBSD 2.6, 3.0
Pyramid OSx 4.0
SCO UnixWare 7.0.1
SGI Irix 3.3, 4.0, 5.2, 5.3, 6.2, 6.5
Sequent Dynix 3.0-1
SunOS 2, 3, 4.0-1, 5.1-10
Enhancements:
- skill and snice now act on each process only once (for systems like BSD that return the same Process ID multiple times, once for each instantiated thread).
- Support has also been added for FreeBSD 6.2 and HP-UX 11.31.
<<lessThey are similar to kill(1) and renice(8), but the commandline is order-independent. There are also verbose, search, and interactive modes of operation.
Both programs run under a variety of operating systems, including:
Apple Darwin 5.4
AT&T SysVR4, SysVR4.2, SysVR4.2MP
4.2BSD, 4.3BSD, 4.4BSD (and many PC variants)
Cygwin 1.5 (uses Linux)
Mach 2.6, 3.0
DEC Ultrix 2.2, 4.1-2
DEC AXP OSF/1
DEC/Compaq Tru64 Unix V3.2D-2, T3.2F-1, V4.0, V5.0-1B
Encore UMAX 4.2
FreeBSD 2.0-2, 3.1, 4.4-11, 5.0-3, 6.0-1
HP-UX 6.5, 7.0, 8.0, 9.0-5, 10.1-20, 11.0-23
IBM AIX 3.1-2, 4.1, 5.2
IBM AOS 4.3
Linux 1.0-2, 2.1, 2.2, 2.4
MIPS UMIPS 2.1
NeXT OS 1.0, 2.1
NetBSD 1.3-5
OpenBSD 2.6, 3.0
Pyramid OSx 4.0
SCO UnixWare 7.0.1
SGI Irix 3.3, 4.0, 5.2, 5.3, 6.2, 6.5
Sequent Dynix 3.0-1
SunOS 2, 3, 4.0-1, 5.1-10
Enhancements:
- skill and snice now act on each process only once (for systems like BSD that return the same Process ID multiple times, once for each instantiated thread).
- Support has also been added for FreeBSD 6.2 and HP-UX 11.31.
Download (0.045MB)
Added: 2007-05-05 License: BSD License Price:
906 downloads
Breathe and Smile 1.0
Breathe and Smile is a GDM theme. more>>
Breathe and Smile is a GDM theme created as a modification of savagehps theme:
http://www.gnome-look.org/content/show.php/Still+alive+sunshine+GDM+Theme?content=52687
Original login elements work from pyros:
http://www.gnome-look.org/content/show.php/Sunergos+Blue+GDM?content=41562
All I did was move some elements around to compensate for the background.
The background image is from Neoyume: http://neoyume.deviantart.com
All credits go to the original authors.
<<lesshttp://www.gnome-look.org/content/show.php/Still+alive+sunshine+GDM+Theme?content=52687
Original login elements work from pyros:
http://www.gnome-look.org/content/show.php/Sunergos+Blue+GDM?content=41562
All I did was move some elements around to compensate for the background.
The background image is from Neoyume: http://neoyume.deviantart.com
All credits go to the original authors.
Download (0.65MB)
Added: 2007-05-04 License: GPL (GNU General Public License) Price:
905 downloads
Bulk Meter Flow and Operations 1.2.5
Bulk Meter Flow and Operations project provides a Web-based application to manage water meter readings. more>>
Bulk Meter Flow and Operations provides a Web-based application to manage water meter readings.
<<less Download (1.4MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
823 downloads
MOSIX Grid and Cluster Management 2.21.2.6
MOSIX Grid and Cluster Management is a management system for Linux clusters. more>>
MOSIX Grid and Cluster Management is a management system for Linux clusters and organizational grids that provides a Single-System Image.
In a MOSIX based system, there is no need to modify or link applications with any library, copy files, login to remote nodes, or even assign processes to different nodes; it is all done automatically. Just "fork and forget", like in an SMP.
Main features:
- Provides a Single-System Image (SSI).
- Automatic resource discovery.
- Adaptive workload distribution by process migration:
- Preserves the users "login-node" environment.
- No need to open "logins" or copy files to remote clusters.
- No need to link applications with special libraries.
- Automatic process migration:
- For load-balancing.
- From slower to faster nodes.
- When a node run out of free memory.
- Supports virtual organizations:
- Manages disruptive configurations:
- Clusters can join or leave the Grid at any time.
- Guest processes are moved out before a cluster is disconnected.
- Long-running guest processes are not killed.
- Clusters could be shared symmetrically or asymmetrically.
- Each cluster owner can assign different priorities to guest processes from other clusters.
- A flexible use of nodes within and among different groups.
- Local processes force out guest processes.
- A secure run time environment (sandbox) for guest processes.
- Live queuing - queued jobs preserve their full generic Linux environment.
- Support of batch jobs, checkpoint and recovery.
- An on-line monitor for the status of the Grid and each cluster.
Enhancements:
- This release uses version 2.6.22.3 of the Linux kernel.
<<lessIn a MOSIX based system, there is no need to modify or link applications with any library, copy files, login to remote nodes, or even assign processes to different nodes; it is all done automatically. Just "fork and forget", like in an SMP.
Main features:
- Provides a Single-System Image (SSI).
- Automatic resource discovery.
- Adaptive workload distribution by process migration:
- Preserves the users "login-node" environment.
- No need to open "logins" or copy files to remote clusters.
- No need to link applications with special libraries.
- Automatic process migration:
- For load-balancing.
- From slower to faster nodes.
- When a node run out of free memory.
- Supports virtual organizations:
- Manages disruptive configurations:
- Clusters can join or leave the Grid at any time.
- Guest processes are moved out before a cluster is disconnected.
- Long-running guest processes are not killed.
- Clusters could be shared symmetrically or asymmetrically.
- Each cluster owner can assign different priorities to guest processes from other clusters.
- A flexible use of nodes within and among different groups.
- Local processes force out guest processes.
- A secure run time environment (sandbox) for guest processes.
- Live queuing - queued jobs preserve their full generic Linux environment.
- Support of batch jobs, checkpoint and recovery.
- An on-line monitor for the status of the Grid and each cluster.
Enhancements:
- This release uses version 2.6.22.3 of the Linux kernel.
Download (MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
496 downloads
Windows tips and tricks 1.0
This is free collection of an authors advices. File format: chm.... more>> <<less
Download (41KB)
Added: 2009-04-02 License: Freeware Price: Free
259 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 fasting and praying 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