Main > Free Download Search >

Free more efficient software for linux

more efficient

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 584
Choosefont 0.3

Choosefont 0.3


Choosefont is an efficient font finder. more>>
Choosefont is a simple but extremely efficient tool for quickly finding the required font in a large amount of fonts.

It was created due to the lack of decent font selection widgets in many application.

Apart from finding a font, Choosfont can also creat css, html and other code for the selected font, this code is automatically copied to the X clipboard.
<<less
Download (0.030MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1650 downloads
jMemorize 1.2.3

jMemorize 1.2.3


jMemorize manages your whole learning progress and features statistics, categories and a visually appealing. more>>
jMemorize is a Java application that manages your flashcards by the famous Leitner system and makes memorizing facts not only more efficient but also more fun. jMemorize manages your whole learning progress and features statistics, categories and a visually appealing and intuitive interface.
The basic idea is to divide the cards into different decks depending on the difficulty they present to you. This is done by repetitive quizzes in which you try to answer the question out of your mind. Every time you know the correct answer to a card, it is put on the next higher card deck. If you fail at a card, it is put back to the starting deck.
This system is combined with time schedules. Cards that have been known, are considered to be learned until a specific expiration date has passed. The higher the deck, the more far away the expiration date is set.
For example might a card that has been successfully checked for the first time be scheduled to be relearned one day later again, while a card that has been correctly answered three times in a row might be considered as learned for about week. As long as a card is considered learned, it wont appear in learn sessions.
As a whole, this system manages your personal learn sessions and allows you to focus on learning, while it automatically decides which facts should be learned right now to make the most out of your time.
Main features:
- Create, edit, remove and reset cards.
- Arrange cards by creating card categories.
- Have a visual representation of your current learn situation.
- Customize your learn session setting in nearly every way imaginable. This includes the abilities (among others) to..
- choose which category to learn.
- choose to learn only new cards, expired cards or all cards.
- choose card/time limits.
- choose whether you want learn cards in normal mode, with flipped card sides or randomly flipped card sides.
- choose from different preset time schedules or enter you own custom time schedule.
- Search through your cards with the find tool.
- And much more..
<<less
Download (3.1MB)
Added: 2007-07-22 License: GPL (GNU General Public License) Price:
918 downloads
Oreon Project 1.4

Oreon Project 1.4


Oreon Project provide enterprise monitoring based on Nagios core. more>>
Oreon Project provide enterprise monitoring based on Nagios core. It offers a complete tool from administration to reporting/visualization with the most powerful monitoring and alerting engine.
It ables you to be more efficient in your network monitoring, but also allows you to make your supervision informations readable by a largest range of users. Indeed, a non technical user can now use the Oreon/Nagios couple to easily understand your network infrastructure thanks to charts and graphical representations of the gathered informations.
Although, skilled users still have access to the technicals informations collected by Nagios.
Oreon was released for three years, and has already conviced most of its everyday users. Oreon has became a reference as a Nagios Frontend.
The Oreon/Nagios couple is used by a wide range of users, from novices to skilled users, even if they didnt knew Nagios before.
Main features:
- A highly customizable and intuitive multi-user interface
- An enhanced configuration tool to setup the supervised perimeter
- Configuration wizards
- A frontend to all Nagios configuration files. These configurations are linked to save your working time.
- A Nagios configuration loader module
- A Nagios 1.X and 2.x compatibility
- A Nagios configuration file-checker thanks to Nagios Debugger
- Network devices and servers ID Cards which has all the basic informations about these resources
- A customizable network cartography
- An access manager, including resources as well as interfaces restrictions
- And a lot more to discover
<<less
Download (3.7MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
831 downloads
Compact Filter 0.3

Compact Filter 0.3


Compact Filter is a network packet filter for Linux. more>>
Compact Filter is a network packet filter for Linux. It features an easy-to-use compact filter representation and high performance.
The main features are: easy to use interface, compact filter representation (memory efficient), and very high performance.
A difference between CF and other firewalls, such as Netfilter, is its representation of the ruleset. In CF the user writes a filter which is then compiled and optimized in user-space. The optimized filter is then loaded into the kernel (using netlink). Consequently the in kernel packet filtering code only needs funtionality for setting up a filter and filtering packets, while the more complex code of optimizing the filter remains in user-space.
Because of the continuous increase of the bandwidth and the security threats, firewalls have to evolve towards more efficient filtering schemes. The truth is that the existing scheme does not scale so well with the combined growth of bandwidth and rulesets.
Our aim is to try another approach to perform packet filtering where we minimize the complexity of the filtering process. This result in, both, a reduction of the required CPU power to filter packets and a simpler (and smaller) kernel code. Of course, we are pushing all the smart and complex part out to the user-space, but, developing in user-space is much simpler and safer.
Enhancements:
- changed -d option to delete all filters
- added -D option to delete a specific filter
- changed default policy to permit rather than deny
- added -l option on flex to support --yylineno on older versions of flex
- new and improved install guide
<<less
Download (0.092MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1211 downloads
Parallel Bladeenc 0.92.1b5

Parallel Bladeenc 0.92.1b5


Parallel Bladeenc is a true parallel version of the Bladeenc MP3 encoder. more>>
Parallel Bladeenc is a true parallel version of the Bladeenc MP3 encoder; it distributes work across CPUs to speed up MP3 encoding. It uses the Message Passing Interface (MPI) for parallelization across SMPs and/or multiple machines. Hence, if you have a 4-way SMP, you can encode your MP3s about 4 times as fast as the regular Bladeenc; if you have two 4-way SMPs, you can encode about 8 times as fast.
The difficult part about parallelization is typically about how to split the problem up into independent (or nearly independent) parts. The structure shown above - assuming that the encode() function was independent of previous calls to encode() - is trivial to parallelize.
For example, if we want to run on four machines, we can split the input file into four parts, give 1/4 of the file to each machine, and let each machine loop over encode() for their portion of the file. Then take the output from each machine, put it in the right order, and write it out to a single output file. Done.
With such a scheme, the more work that you throw at it, the more efficient it will become.
Hence, trying this scheme with small MP3 files will probably not result in any noticeable speedup (in fact, it may be slower than running in serial, because of the added overhead for working in parallel). It is necessary to give the parallel engine enough work to offset the overhead added by the parallel framework. Generally, this is not very much overhead (read on to find out why), but parallel is not free.
Enhancements:
- Fixed minor error that caused an error message from MPICH when shutting down. Thanks to Gary Smith for pointing this out.
<<less
Download (0.22MB)
Added: 2006-07-18 License: LGPL (GNU Lesser General Public License) Price:
1193 downloads
monotone 0.34

monotone 0.34


monotone works out of a transactional version database stored in a regular file. more>>
monotone is a distributed version control system with a flat peer model, cryptographic version naming, meta-data certificates, decentralized authority, and overlapping branches.

monotone works out of a transactional version database stored in a regular file, and uses a custom network protocol for efficient database synchronization.

<<less
Download (4.6MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
940 downloads
Epiware: Document Management 4.8.6

Epiware: Document Management 4.8.6


Epiware is an open source document management alternative to commercial more>> Epiware enables the creation of virtual teams by providing an online workspace for users to collaborate and exchange information in a secure, protected setting. It is intuitive and easy to use, which allows users to concentrate on what they do best rather than on trying to master an application.
With Epiware, costs can be lowered, projects can be expedited, decisions can be made in a more efficient and timely manner, changes can be executed more quickly, and errors due to miscommunications can be reduced or eliminated.
Epiware utilizes Asynchronous JavaScript And XML (AJAX) to increase the applications interactivity, speed, and usability. This helps make Epiware nearly as responsive as software that resides on a users computer
Features:
* Linux compatible
* Manage multiple projects
* Calendar
* WIKI
* Tasking/Gantt Chart
* News room
* Search document contents and metadata
* Control folder access via groups and/or users
* Document access history
* Document version history
* Check-in and Check-out
<<less
Download (10.1MB)
Added: 2009-04-14 License: Freeware Price:
192 downloads
BigInteger 1.0

BigInteger 1.0


BigInteger is an arbitrary length integer extension module for Perl. more>>
BigInteger is an arbitrary length integer extension module for Perl.

SYNOPSIS

use Math::BigInteger;

The BigInteger extension module gives access to Eric Youngs bignum library. This provides a faster alternative to the Math::BigInt library.
The basic object in this library is a BigInteger. It is used to hold a single large integer.

It is not intended that this package be used directly, but instead be used by a wrapper package, such as the Math::BigInteger class.

FUNCTIONS

Many of the following functions can be used in two styles, by calling the function on an object, or by calling the function explicitly; for example, here are two ways of assigning to $a the sum of $b and $c:

$a->add($b, $c);
or

BigInteger::add($a, $b, $c);

Creation/Destruction routines.

new
my $bi = new BigInteger; # Create a new BigInteger object.
clone
my $b = $a->clone();

Create a new BigInteger object from another BigInteger object.

copy
copy($a, $b);

Copy one BigInteger object to another.

save
my $data = $bi->save();

Save a BigInteger object as a MSB-first string.

restore
my $bi = restore BigInteger $data;

Create a new BigInteger object from a MSB-first string.

Comparison functions

ucmp
ucmp($a, $b);

Return -1 if $a is less than $b, 0 if $a and $b are the same and 1 is $a is greater than $b. This is an unsigned comparison.

cmp
cmp($a, $b);

Return -1 if $a is less than $b, 0 if $a and $b are the same and 1 is $a is greater than $b. This is a signed comparison.

Arithmetic Functions

inc $bi->inc();

Increment $bi by one:

dec $bi->dec();

Decrement $bi by one:

add
$r->add($a, $b);

Add $a and $b and return the result in $r.

mul
$r->mul($a, $b);

Multiply $a by $b and return the result in $r. Note that $r must not be the same object as $a or $b.

div
div($dv, $rem, $m, $d);

Divide $m by $d and return the result in $dv and the remainder in $rem. Either of $dv or $rem can be undef, in which case that value is not returned.

mod
$rem->mod($m, $d);

Find the remainder of $m divided by $d and return it in $rem. This function is more efficient than div.

lshift
$r->lshift($a, $n);

Shift $a left by $n bits.

lshift1
$r->lshift1($a);

Shift $a left by 1 bit. This form is more efficient than lshift($r, $a, 1).

rshift
$r->rshift($a, $n);

Shift $a right by $n bits.

rshift1
$r->rshift1($a);

Shift $a right by 1 bit. This form is more efficient than rshift($r, $a, 1).

mod_exp
$r->mod_exp($a, $p, $mod);

Raise $a to the $p power and return the remainder into $r when divided by $m.

modmul_recip
modmul_recip($r, $x, $y, $m, $i, $nb);

This function is used to perform an efficient mod_mul operation. If one is going to repeatedly perform mod_mul with the same modulus is worth calculating the reciprocal of the modulus and then using this function. This operation uses the fact that a/b == a*r where r is the reciprocal of b. On modern computers multiplication is very fast and big number division is very slow. $x is multiplied by $y and then divided by $m and the remainder is returned in $r. $i is the reciprocal of $m and $nb is the number of bits as returned from reciprocal. This function is used in mod_exp.

mul_mod
$r->mul_mod($a, $b, $m);

Multiply $a by $b and return the remainder into $r when divided by $m.
reciprical
$r->reciprical($m);

Return the reciprocal of $m into $r.

Miscellaneous Routines

num_bits
my $size = $bi->numbits();

Return the size (in bits) of the BigInteger.

gcd
$r->gcd($a, $b);

$r has the greatest common divisor of $a and $b.

inverse_modn
$r->inverse_modn($a, $n);

This function creates a new BigInteger and returns it in $r. This number is the inverse mod $n of $a. By this it is meant that the returned value $r satisfies (a*r)%n == 1. This function is used in the generation of RSA keys.

<<less
Download (0.020MB)
Added: 2007-07-02 License: Perl Artistic License Price:
846 downloads
filtergen 0.11

filtergen 0.11


filtergen takes a high-level langauge and compiles it into packet filtering rules for a variety of packet filters. more>>
filtergen takes a high-level langauge and compiles it into packet filtering rules for a variety of packet filters. Iptables, ipchains, and ipfilter backends are available.
This tool is for generating packet filtering rules from a fairly high-level description language. It doesnt support all of the whizz-bang features of the latest and greatest packet filters, but supports a decent subset which is sufficient for me.
It currently supports just Linux iptables and ipchains. Cisco IOS has been begun, but is incomplete. Darren Reeds ipfilter may be supported at some stage. It doesnt generate optimal rulesets, and has a few limitations which need to be removed, but is still a useful tool.
Not many large softare projects are written entirely in assembly language these days. Its not difficult to be, and the results can often be more efficient, but it does take longer to implement and bugfix, and is not portable to other systems. It is also harder for
others to understand, update and audit.
Similarly, it seems odd that people continue to write packet filters in the equivalent of assembler, or in inflexible macro languages.
Hence this package -- my intent is that "filter" will be to iptables and shell what a C compiler (but not a 4GL) is to assembly.
Enhancements:
- fixed non-working example in filter_syntax man page fix 64-bit warning in filter.c netmask calculation add "-F [policy]" flush option better feedback on parse errors
<<less
Download (0.026MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1201 downloads
phpWebTickets 20050207

phpWebTickets 20050207


phpWebTickets provides a partial rewrite of phpSupport. more>>
phpWebTickets provides a partial rewrite of phpSupport.
phpWebTickets is a partial rewrite of phpSupport by Chris S. It sports a templated design using Smarty, cleaned up code, and added features.
Features will be added after the initial movement to Smarty and code cleanup have occurred, but small improvements will most likely sneak their way in there during the migration.
Main features:
- Simplicity of functionality
- Multilingual Interface
- Full email notification functionality (sending and recieving)
- Fast and Easy Setup
- Read the original phpSupport site for more information
- Templated User Interface (using Smarty)
- CSS
- Cleaner code layout (less confusing if you want to mod)
- A more efficient DB design
- Overall code rework... in particular:
- Rework the current queries so they are more efficient
- Remove superfluous code
- Put reusable code into functions
Enhancements:
- Code cleanups and cosmetic changes were made.
- The ticket filter and ticket listing sections were rewritten and the font tags were changed to use CSS.
- The templates were also cleaned up.
<<less
Download (0.015MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
981 downloads
wxRemind 0.9.11

wxRemind 0.9.11


wxRemind is a wxPython-based front-end for Remind, a powerful calendar and alarm application. more>>
wxRemind is a wxPython-based front-end for Remind, a powerful alarm and calendar application. Similar to the curses-based Wyrd, the display features a calendar and daily event list suitable for visualizing your schedule at a glance.

Dates and associated events can be quickly selected either with the mouse or cursor keys, and dates in the calendar are color coded to reflect the total duration of scheduled events.

wxRemind integrates with an external editor of your choice to make editing of reminder files more efficient, and provides hotkeys to quickly access the most common Remind options.

<<less
Download (0.089MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
842 downloads
Metastorage 2006.11.22

Metastorage 2006.11.22


Metastorage is a PHP data access object generator compiler tool. more>>
Metastorage is a PHP data access object generator compiler tool.
Metastorage is an application that automatically generates code for an Object Oriented API to store, retrieve and manipulate the persistent objects of classes described in a high level data model definition.
Metastorage provides a much more efficient development process for medium or large size applications that store and retrieve data from SQL based databases or other types of storage persistence containers, like XML files, flat file databases or LDAP servers.
When storing objects in SQL databases, Metastorage generated code performs efficient object-relational mapping. Metastorage antecipates static storage optimization decisions at compile time, so applications gain in performance, code size and memory usage by avoiding evaluating static decisions at run time.
Main features:
XML definition format
- Easy to write and understand component definition format in XML
Database schemas
- Automatic generation of (database) schema definition of the persistence container
Automatic generation of all classes
- Generates all the code for the data classes, factory class and (database) schema installation class
Self-contained code
- The generated code is self-contained and does not depend on MetaL or libraries of code that are not supplied
Object Query Language
- Provides an Object Query Language (OQL) to define expressions to filter objects in search queries
No SQL
- All code is generated without the need for the developer to write SQL code manually
Forms
- Generation of classes to create, validate and process Web forms to manage objects of the data classes.
Reports
- Generation of classes to execute queries to retrieve data from many objects to elaborate reports or to execute another kind of bulk processing
UML Diagrams
- Automatic generation of Entity-Relationship graphs in UML of the component class diagram
<<less
Download (0.88MB)
Added: 2006-11-22 License: BSD License Price:
1066 downloads
Mercurial 0.9.4

Mercurial 0.9.4


Mercurial is a fast, lightweight Source Control Management system. more>>
Mercurial project is a lightweight, fast Source Control Management system designed for the efficient handling of very large distributed projects.
Enhancements:
- This version has support for symlinks, improved tag handling, improved merge handling of file and directory renames, improved named branch usability, and numerous other features and bugfixes.
<<less
Download (0.22MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
887 downloads
ImTranslator 3.2

ImTranslator 3.2


ImTranslator provides additional multilingual capabilities to Firefox for more efficient communication in foreign languages. more>>
ImTranslator is a Firefox extension that provides additional multilingual capabilities to Firefox for more efficient communication in foreign languages.
With ImTranslator you can enter multilingual text, check it for correctness, adjust unreadable messages, translate in different languages, look up words, print results and send email.
ImTranslator provides the most convenient access to online translation service powered by PROMT translation server (PROMT Ltd.) and Altavista. It includes the following modules: translation editor, virtual keyboard, spell-checker, dictionary, decoder, back translation, email client.
The interface of ImTranslator is localized for 6 languages to target a native speaking audience.
ImTranslator is an ongoing project which gradually implements new tools and features to make the multilingual communication more efficient.
Integration includes context and tool menu launch as well as a toolbar image button.
<<less
Download (0.020MB)
Added: 2007-06-05 License: MPL (Mozilla Public License) Price:
573 downloads
Epiware Project and Document Management 4.8.0

Epiware Project and Document Management 4.8.0


Epiware is an AJAX-enabled Project and Document Management Web application. more>>
Epiware Project and Document Management is an AJAX-enabled Web application that provides access to a complete set of file management functions, including document check-in, check-out, version control, approval, change notification, and access history.
Upload, Manage and Share documents online
Epiware enables organizations to easily share information and effectively collaborate on documents in a browser-based environment.
Bring together people, content, and process
Epiware enables the creation of virtual teams by providing an online workspace for users to collaborate and exchange information in a secure, protected setting. It is intuitive and easy to use, which allows users to concentrate on what they do best rather than on trying to master an application.
With Epiware, costs can be lowered, projects can be expedited, decisions can be made in a more efficient and timely manner, changes can be executed more quickly, and errors due to miscommunications can be reduced or eliminated.
Enhancements:
- Login issues have been fixed.
- There are document history updates.
- Delete to has been added to Tasking.
- LDAP bugs and other minor issues have been fixed.
<<less
Download (8.6MB)
Added: 2007-07-17 License: Free To Use But Restricted Price:
831 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5