Main > Free Download Search >

Free balancing act software for linux

balancing act

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 537
Balance 3.35

Balance 3.35


Balance is a simple but powerful generic TCP proxy with round-robin load balancing and failover mechanisms. more>>
Balance is our suprisingly successful load balancing solution being a simple but powerful generic tcp proxy with round robin load balancing and failover mechanisms.
Balance behaviour can be controlled at runtime using a simple command line syntax.
Balance successfully runs at least on Linux(386), Linux(Itanium), FreeBSD, BSD/OS, Solaris, Cygwin, Mac-OS X, HP-UX and many more.
Balance is Open Source Software and released under GPL licensing terms.
Balance has been released the first time in June 2000 and has just celebrated its fifth anniversary.
Enhancements:
- A bug in the autodisable functionality has been fixed.
- The manual page has been updated.
<<less
Download (0.032MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1025 downloads
Big Calc 0.1

Big Calc 0.1


Big Calc is a Kommander version of my oversized, high visibility calculator. more>>
Big Calc is a Kommander version of my oversized, high visibility calculator.

I am learning several scripting and programming languages, and a calculator is usually my first learning project.

This version is basic and does not act the way I want to yet, but I thought it might be useful for someone. I hope you enjoy!

<<less
Download (0.019MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1080 downloads
gAlan 0.3.0 Beta7

gAlan 0.3.0 Beta7


gAlan is the Graphical Audio Language. more>>
gAlan is the Graphical Audio Language.

A modular synthesiser - drum-machine - sequencer - effects-unit for Linux and Win32.

Using gAlan is much like setting up an effects-chain for, say, a guitar. You choose the effects units you wish to use, lay them out, and then connect them to each other, starting with the guitar, threading through the effects, and ending up at the amplifier (and ultimately the speakers).

Its not just limited to acting as an effects-chain, though. You can also configure it (using the same basic principles) to act as a mixer, a sample-sequencer or drum machine, or a synthesiser capable of emulating various analogue systems.

<<less
Download (1.1MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1353 downloads
libredblack 1.3

libredblack 1.3


libredblack is a library to provide the RedBlack balanced tree searching and sorting algorithm. more>>
libredblack is a library to provide the RedBlack balanced tree searching and sorting algorithm.

The algorithm was taken from the book "Introduction to Algorithms" by Cormen, Leiserson & Rivest. Frankly I never entirely understood it, but it most definately works!

What is the problem with normal binary trees?: A standard binary tree only works well if the original data is provided in a random order (random in terms of the key being sorted on). If however the data is provided in order, then the tree becomes very un-balanced and searches degrade into nothing more than a linked list.

How is the RedBlack tree different?: The RedBlack tree acts in a way to keep the overall tree fairly balanced as new data is loaded in.

How does it work?: The tree is always organised such that it has the following properties:

Every node is either Red or Black.

A leaf node (a dummy empty node at the end of the tree) is always Black.
If a node is Red then its children are Black.

Every path from the root to a leaf contains the same number of Black nodes.
So from 3 & 4 above, we can see that the longest path (alternating Red and Black nodes) is only twice as long as the shortest path (all Black nodes). Thus the tree remains fairly balanced.

Great! How does it maintain those properties?: Ah, well, thats where I get a bit hazy. I know that it does this by adding Red nodes and then rotating the tree elements and changing the colours to sort out times when two Red nodes become parent-child (breaking rule 3).
<<less
Download (0.006MB)
Added: 2006-05-25 License: GPL (GNU General Public License) Price:
1248 downloads
Glib Binding Properties 0.9.1

Glib Binding Properties 0.9.1


Glib Binding Properties is a system that allows developers to bind properties of GLib and GTK+ objects. more>>
Glib Binding Properties library adds an implementation of binding properties to GLib / GTK+ library (it also includes Ada 95 for GtkAda GTK bindings, GtkAda was made by ACT corp.)

Binding properties is automatic synchronizing values of several properties to keep their values correspondingly to each other, so that when a property changes properties bound with it automatically change accordingly. Also bindings with value transformation functions are supported.

Binding properties much reduces development time of desktop applications and increases reliability as frees you from time consuming and error-prone writing callback handlers of property changes. (Probably wrong property change handlers is the most often cause of errors in GUI applications!)

Current version 0.9.1 is an alpha version. Please test it.
<<less
Download (0.32MB)
Added: 2006-03-24 License: LGPL (GNU Lesser General Public License) Price:
1310 downloads
nionet 0.90

nionet 0.90


nionet is a complete client/server VPN solution for raw ethernet tunnels. more>>
nionet is a complete client/server VPN solution for raw ethernet tunnels. Clients are available for Linux and Windows; the server is Linux only.
Due to its object oriented architecture, it is possible to easily plug in new transports. So far it features UDP and DNS tunneling. Being an ethernet layer 2 bridge, several network segments can be connected transparently.
When used in an ISP environment, nionet allows per-user traffic-shaping and precise reporting of used bandwidth. On the fly load balancing is possible. nionet uses sqLite or MySQL for account storage; changes to accounts are immediately active.
Main features:
- Compatible with all protocols that work over 802.3 Ethernet
- Uses mySQL or sqlite as backend for user accounts and session log
- Includes traffic accounting and billing for usage in an ISP environment
- Built-in traffic-shaper allows individual bandwidth-limits
- Values in the database can be changed in flight - e.g. new shaper-values will be activated during a running session. This allows dynamic load balancing.
- Built-In fragmentation - full Ethernet MTU of 1514 is tunnelled
- Transport via UDP or DNS
- Uses a virtual Ethernet adapter to be compatible with all existing software (Linux tap-driver, Windows NDIS driver)
<<less
Download (0.026MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1085 downloads
Mail::Action 0.40

Mail::Action 0.40


Mail::Action is a Perl module for building modules that act on incoming mail. more>>
Mail::Action is a Perl module for building modules that act on incoming mail.

SYNOPSIS

use base Mail::Action;

Sometimes, you just need a really simple mailing address to last for a few days. You want it to be easy to create and easy to use, and you want it to be sufficiently anonymous that your real address isnt ever exposed.

Mail::TempAddress, Mail::TempAddress::Addresses, and Mail::TempAddress::Address make it easy to create a temporary mailing address system.

<<less
Download (0.011MB)
Added: 2006-09-05 License: Perl Artistic License Price:
1144 downloads
Stencil 2.0.2

Stencil 2.0.2


Stencil is a library for developing web-based applications in C++. more>>
Stencil is a library for developing web-based applications in C++.
It includes request and response objects, a skinnable template engine, server api abstraction, and facilities for load balancing, browser jogging, security and catching runaway CGIs.
Stencil library also includes some useful Javascripts and images.
Stencil is the successor to Groundwork.
Enhancements:
- Fixes a multipart form processing bug.
- All methods use (u)int(16|32|64)_t types rather than (unsigned )(short|long|long long) types.
<<less
Download (0.36MB)
Added: 2006-02-02 License: LGPL (GNU Lesser General Public License) Price:
1366 downloads
Fingerfox 1.0

Fingerfox 1.0


Fingerfox works like a workaround to make MS Fingerprint Reader fill the forms of a web page shown in Firefox. more>>
Fingerfox works like a workaround to make MS Fingerprint Reader fill the forms of a web page shown in Firefox. To avoid security problems (with login and password storage in particular), it relies with DigitalPersona to do it and just act as a popup window which repeats the login forms (including the buttons).

Then it remembers on which page and which form it has been used and popup automatically the next time you need to log in so that you can use firefox with your fingerprint almost as easily as IE.
It is now compatible with HTACCESS type logins.

<<less
Download (0.034MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
873 downloads
USBSink 0.3.1

USBSink 0.3.1


USBSink is a GNOME program for file synchronization over USB. more>>
USBSink is a GNOME program for file synchronization over USB. USBSink is designed for users of removable drives, such as flash drives or external hard disks.

The goal is to have a complete automation of data trasfers, after a task has been defined. With file monitoring and hardware detection features, USBSink is able to respond and act according to relevant events across the desktop.

<<less
Download (0.26MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
982 downloads
VultureNG 1.97 (ADS)

VultureNG 1.97 (ADS)


Vulture is an HTTP reverse proxy. more>>
Vulture is an HTTP reverse proxy. It does many security checks (authentication, rewriting, filtering) before proxying request from Internet to your web applications. With authentication enabled, vulture will open flows only to authenticated users.
VultureNG also allows to your users to use only one password to access many different applications by learning and forwarding their different accounts.
Main features:
- Authentication (SSL, LDAP/AD, SQL, Radius)
- Authentication forwarding (SSO)
- Headers modification on the fly
- Flow encryption
- Content filtering
- URL Rewriting
- Load balancing
Enhancements:
- AJAX in the administration interface (process restart).
- PKI authentication (for ACL syncro).
- ModSecurity2.
- An Oeufdure patch and a mimine patch.
<<less
Download (0.92MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
862 downloads
 
Other version of VultureNG
VultureNG 1.1.1forwarding (SSO), content filtering, flow encryption, URL rewriting, and load balancing
License:GPL (GNU General Public License)
Download (0.47MB)
1358 downloads
Added: 2006-02-03
Open Proxy Scanning Bot 3.0 Alpha3

Open Proxy Scanning Bot 3.0 Alpha3


Open Proxy Scanning Bot (formerly NeoBOPM) is a loadable module for the NeoStats IRC Services. more>>
Open Proxy Scanning Bot (formerly NeoBOPM) is a loadable module for the NeoStats IRC Services. Open Proxy Scanning Bot scans clients connecting to the IRC network for insecure proxies, and also looks up a DNS blacklist for previously registered insecure proxies.
It caches the results of scans to increase perfomance, and with multiple bots, can be configured for load balancing.
It currently supports Hybrid7, Unrealircd, LiquidIRCd, Bahamut, QuantumIRCd, MysticIRCd, NeoIRCd, and Ultimate, with support for other ircds planned.
Enhancements:
- The code was updated to support NeoStats 3.0 Alpha 3.
- The DNS blacklist code was split out to a new module, BLSB.
- Several issues regarding NeoStats consuming 100% CPU when using OPSB have also been corrected.
- gcc 4.0 support was fixed.
<<less
Download (0.31MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1434 downloads
Nano-Hive 1.2.0 Beta1

Nano-Hive 1.2.0 Beta1


Nano-Hive is a modular simulator used for modeling the physical world at a nanometer scale. more>>
Nano-Hive is a modular simulator used for modeling the physical world at a nanometer scale.

The intended purpose of the simulator is to act as a tool for the study, experimentation, and development of nanotech entities.

Nano-Hive is a GPL/LGPL licensed open-source development - you can download and use it for free.

Nano-Hive can be run stand-alone, or easily integrated to support other applications such as CAD tools.

<<less
Download (2.9MB)
Added: 2006-02-14 License: GPL (GNU General Public License) Price:
1347 downloads
dANN 0.1-alpha-RC2 (Examples)

dANN 0.1-alpha-RC2 (Examples)


dANN project is a library to help create artificial neural networks within other programs. more>>
dANN library can help create artificial neural networks within other programs. It is currently written in Java, C++, and C#. However, C++ and C# versions can only be obtained through the SVN at the moment.
Also, the C++ and C# versions are not properly documented and cleaned up, although they work. The Java version of the library is well documented and packaged in binary and source form.
The intent is to provide a powerful interface for programs to include artificial neural network technology into their code. It will also act as a testing ground for research and development of new AI concepts.
Enhancements:
- This release was updated to work with the new library layout.
<<less
Download (0.006MB)
Added: 2006-06-03 License: GPL (GNU General Public License) Price:
1239 downloads
Feedbackd 0.3.1

Feedbackd 0.3.1


Feedbackd is a client/server system to add dynamic server health feedbackd to the Linux Virtual Server load balancing system. more>>
Feedbackd is a client/server system to add dynamic server health feedbackd to the Linux Virtual Server load balancing system. A master and an agent process are provided to run on the director and servers (respectively) to provide the feedback.
Feedbackd is an add-on to the Linux Virtual Server project (LVS) to provide dynamic feedback of server health. Feedbackd is open source software, released under the GNU General Public Licence (GPL).
By sending server load information to a LVS-based director, feedbackd can help to stabilise request workload, improving performance and reliability.
Enhancements:
- Fixed configure script to allow new prefix on make install
- This also fixes configure with no prefix
- Added specfile
- Added -Wstrict-prototypes and -Wunused
- Minor cleanup
- Log timestamps are now in local timezone
<<less
Download (0.16MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1207 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5