Main > Free Download Search >

Free stable value fund software for linux

stable value fund

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2948
Untangle Gateway Platform 5.0.1

Untangle Gateway Platform 5.0.1


Untangle Gateway Platform is a Linux-based network gateway with pluggable modules for network applications. more>>
Untangle Gateway Platform is a Linux-based network gateway with pluggable modules for network applications like spam blocking, Web filtering, anti-virus, anti-spyware, intrusion prevention, VPN, SSL VPN, firewall, and more.
Enhancements:
- Bugfixes from 5.0.0-beta; this release is stable.
<<less
Download (MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
517 downloads
Keyword Market Value Analyzer 1.1

Keyword Market Value Analyzer 1.1


Keyword Market Value Analyzer allows you to compile a database a keywords based on a particular keyword subject. more>>
Keyword Market Value Analyzer allows you to compile a database a keywords based on a particular keyword subject, and to compare their popularity with the highest amount advertisers are willing to pay to advertise for the keyword.
The result of Keyword Market Value Analyzer is a really good idea about how much money-making potential there is for the keyword.
Main features:
- Keyword Market Value Analyzer is easy to install. Just unzip, install the database tables and upload.
- Create different keyword subject groups. The groups share the same keyword data, so you can leverage the research youve done for one keyword group for another, related keyword group.
- Easily browse keywords based on market value, highest bid, or most popular.
- Makes keyword market value research as easy as it can be!
<<less
Download (0.10MB)
Added: 2006-02-28 License: Freeware Price:
1335 downloads
Tie::FileLRUCache 1.05

Tie::FileLRUCache 1.05


Tie::FileLRUCache is a lightweight but robust filesystem based persistent LRU cache. more>>
Tie::FileLRUCache is a lightweight but robust filesystem based persistent LRU cache.

SYNOPSIS

OBJECT INTERFACE

use Tie::FileLRUCache;
my $cache = Tie::FileLRUCache->new({ -cache_dir => $directory, -keep_last => 100 });

# Inserting value into LRU cache using -key
$cache->update({ -key => $key, -value => $value });


# Inserting value into LRU cache using -cache_key
my $cache_key = $cache->make_cache_key({ -key => $key });
$cache->update({ -cache_key => $cache_key, -value => $value });


# Checking LRU cache
my ($in_cache,$value) = $cache->check({ -key => $key });
if ($in_cache) {
return $value;
}
# Not in cache - do something else


# Checking LRU cache with speed up hack for objects, hashes, arrays etc used as keys
my $cache_key = $cache->make_cache_key({ -key => $something });
my ($in_cache,$value) = $cache->check({ -cache_key => $cache_key });
if ($in_cache) {
return $value;
}
# Not in cache - do something else


# Deleting a key and its value from the cache
$cache->delete({ -key => $key });


# Clearing LRU cache
$cache->clear;

TIED INTERFACE

use Tie::FileLRUCache;

[$X =] tie %hash, Tie::FileLRUCache, $cache_dir, $keep_last_n;

# Adding a key/value to the cache
$hash{$key} = $value;

# Checking the cache
if (not exists $hash{$key}) {;
# No match
.
.
.

} else {
my $value = $hash{$key};
.
.
.

}

# Removing a value from the cache;
delete $hash{$key};

# Clearing the cache
%hash = ();
Note: Iteration over the cache (each, keys, values) is _NOT_ supported.

<<less
Download (0.017MB)
Added: 2007-03-03 License: Perl Artistic License Price:
965 downloads
Resistor Color Code Calculator 1.0

Resistor Color Code Calculator 1.0


Resistor Color Code Calculator calculates the value of a resistor (an electronic component). more>>
Resistor Color Code Calculator project calculates the value of a resistor (an electronic component).

The colors on the resistor are input into the program, and the result displays the resistance value of the resistor.

This is much easier than memorizing rhymes to remember colors.
<<less
Download (0.87MB)
Added: 2006-06-09 License: Free for non-commercial use Price:
1256 downloads
NullableTypes 1.2

NullableTypes 1.2


NullableTypes for .NET are a very reliable and efficient version of built-in value-types that can be Null. more>>
NullableTypes for .NET are a very reliable and efficient version of built-in value-types that can be Null. NullableTypes pass more than 800 differents test cases and have close-to-optimal efficiency as built-in value-types. They may be used every time you need to store a Null value in a .NET built-in value-type.

Types implemented by NullableTypes are: NullableBoolean, NullableByte, NullableInt16, NullableInt32, NullableInt64, NullableSingle, NullableDouble, NullableDecimal, NullableString and NullableDateTime.

Helper functions provide seamless integration with Windows and ASP.NET user controls and with ADO.NET.

NullableTypes will let you write code like this:

public sealed class Order{
public int OrderID {get {/*...*/}}
public int CustomerID {get {/*...*/}}
public NullableDateTime RequestedDeliveryDate {get {/*...*/}}
// remaining members elided for clarity
}

where RequestedDeliveryDate can be either NullableDateTime.Null or a valid DateTime value.

The property RequestedDeliveryDate.IsNull tests if the date is Null, and when it is not Null the property RequestedDeliveryDate.Value returns a valid DateTime value.
<<less
Download (0.76MB)
Added: 2006-09-06 License: MIT/X Consortium License Price:
1143 downloads
mOEvIEs 1.15-STABLE

mOEvIEs 1.15-STABLE


mOEvIEs is a low-dependency movie database program. more>>
mOEvIEs is a low-dependency movie database program.

mOEvIEs is easy to use, and doesnt require a database server to be installed like most programs do.

<<less
Download (0.045MB)
Added: 2006-11-18 License: GPL (GNU General Public License) Price:
1071 downloads
GNOME Mastermind 0.3

GNOME Mastermind 0.3


GNOME Mastermind is a Mastermind clone for GNOME Desktop. more>>
GNOME Mastermind is a Mastermind clone for GNOME Desktop.

GNOME Mastermind is a simple mastermind-like game that ive written mainly for fun and with learning purposes in spare time. Now it became quite stable and i decided to distribute it. Try it and give me some feedback.

<<less
Download (0.54MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
XBattleAI 1.2.2

XBattleAI 1.2.2


XBattleAI is an Unix strategy game. more>>
XBattleAI project is an Unix strategy game.
XBattleAI is an enhanced version of the Unix strategy game XBattle. XBattleAI is an elegant and abstract realtime strategy game for multiple players or a single player.
It is based on the last stable version of XBattle (5.4.1), and adds the option of using computer-controlled opponents, campaigns, some bugfixes, and some miscellaneous extra features.
XBattle[AI] is a realtime strategy game in its purest form. You are fighting on a graph (map) where certain nodes continously produces energy (troops) and you fight by drawing arrows along the edges where troop movements should occur. Obviously, this oneline description is an oversimplification of the game since there exists lots of options and more interesting features than just moving the troops on a graph.
The only major difference this far from the original XBattle and my XBattleAI is the ability to use computer controlled opponents. All options in the original game can now be used in conjunction with the AI option provided by XBattleAI, however the AI does not always take advantage of them. For instance, the AI uses guns only in preparations of attacks (never for harrasment) and never uses paratroopers even if the game parameters allows them.
Enhancements:
- More manpage updates.
- Added VICTORY OPTIONS section.
- Temp file cleanups.
- Client and server have different fileanames, different processes have different names.
- Temp files are deleted when no longer needed.
- Client/Server options have better parameter checking.
- Fixed argument count for -use_server in options.h and xbattle.man.
- Converted file.c to use buffers and bit-twiddling to put values into a known binary format.
<<less
Download (1.4MB)
Added: 2007-01-02 License: Freely Distributable Price:
1029 downloads
DCE::Status 0.21

DCE::Status 0.21


DCE::Status is a Perl interface of DCE status codes. more>>
DCE::Status is a Perl interface of DCE status codes.

SYNOPSIS

use DCE::Status;

$errstr = error_inq_text($status);

tie $status => DCE::Status;

When a $scalar is tied to the DCE::Status class, it has a different value depending on the context it is evaluated in, similar to the magic $! variable. When evaluated in a numeric context, the numeric value is returns, otherwise, the string value obtained from dce_error_inq_text is returned.

EXPORTS

error_inq_text

Equivalent to the dce_error_inq_text function.

$errstr = error_inq_text($status);

<<less
Download (0.035MB)
Added: 2007-04-16 License: Perl Artistic License Price:
921 downloads
GroundWork Monitor Open Source 5.1.0-4 stable (VMWare Appliance)

GroundWork Monitor Open Source 5.1.0-4 stable (VMWare Appliance)


GroundWork Monitor Open Source is a complete availability monitoring solution. more>>
GroundWork Monitor Open Source is a complete availability monitoring solution that ensures IT infrastructure uptime while identifying issues before they become real problems.

Unifies best-of-breed open source tools - Nagios*, Nmap, SNMP TT, PHP, Apache, MySQL and more — through PHP/AJAX-based components and an integrated user interface to deliver the extensible functionality you require.
<<less
Download (1500MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
909 downloads
SlackE17 20070723

SlackE17 20070723


SlackE17 is a project of building and distributing the new Enlightenment DR17 (E17) window manager for the Linux Slackware. more>>
SlackE17 is a project of building and distributing the new Enlightenment DR17 (E17) window manager for the Linux Slackware distribution. Enlightenment DR17 is under heavy development but is stable enough for everyday use even if there was no official release yet. You will get more informations on the Get-E.org website.

<<less
Download (69MB)
Added: 2007-07-23 License: Open Software License Price:
825 downloads
The Address Book Reloaded 3.0.5 stable SVN:433

The Address Book Reloaded 3.0.5 stable SVN:433


The Address Book Reloaded project is a Web application to store contact details of employees/customers in UTF-8 format . more>>
The Address Book Reloaded project is a Web application to store contact details of employees/customers in UTF-8 format on an intranet or Web site.
It features login/user accounts, email harvesting protection, Google Maps support, distributed management of contacts, PDF address book generation, plugins, styles, and SSL certificate authority management.
It stores portraits of contacts, addresses, emails, phone numbers, VoIP/SIP numbers, Web sites, MMS and media info, occupation, function, projects, and freestyle info as HTML notes. The project supports URIs for automatic VoIP dialing with Skype or SIP clients.
Main features:
- CSS Stylesheet based designs
- User records & Contacts linked
- PHP4 & 5 compatible
- PHP safe mode compatible
- Custom dates
- Custom fields
- Admin fields
- Password/Hidden information distribution to users
- Google Maps
- PDF booklet printing
- UTF-8 international charsets
- Administrative Requests (IT accounts/workflow) -- beta
- SSL Certificate Authority (control)
<<less
Download (0.80MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
910 downloads
Rekall 2.2.6

Rekall 2.2.6


Rekall is the database front-end for KDE and the Web. more>>
Rekall is a database front-end, somewhat in the style of MicroSoft Access. However, Rekall is not itself a database, and does not include a database.
By this we mean that data is stored somewhere else in an SQL server, and Rekall is fundementaly just a tool to extract, display and update that data (of course, it does lots more than that, it does forms and reports and scripting and .... you get the idea).
It is database agnostic, and does not have any preferred database in the sense that Access(tm) uses the Jet. database engine (although the Windows version can use the Jet database engine via an ODBC driver).
Rekall can do lots of the things that you would expect of a database front-end (or if it cant, let us know!). You can design and use forms and reports, you can construct database queries, and you can import and export data (actually, you can copy data, import is just copy file to table, and export is just copy table to file). You can also create reusable components which you can use in forms and reports, to reduce application development time.
Rekall can be scripted using the the Python language. You can arrange that a script is executed when various events occur (for instance, when the user changes the value of a control).
Scripts can be associated directly with the event, but you can also store scripts in script modules for more general use. And, of course, you have full access to all the modules that are available for Python. Plus, Rekall has an integrated Python debugger with syntax highlighting.
RekallRevealed is run as a community website to support the GPL version of Rekall. Rekall is being included by some of the Linux distributions, and commercial components and support are available from TotalRekall and from theKompany.
Enhancements:
Dynamic Layouts
- Dynamic layouts allow you to create forms where controls automatically resize depending on settings such as font sizes, and as the user resizes the form. This is based on QTs layout engine, althougn only a restricted set of functions are available.
Tool Boxes
- Personally, the author is not a fan of tool boxes, but they seem to be popular, so Rekall now supports them. If you still prefer the old context menu mechanism, you can turn tool boxes off.
Wizards
- Lots of the controls now have control wizards which prompt you for the important settings. Hopefully wizards will be avaialble for all controls by the time 2.3.x becomes 2.4.0
Stock Databases
- Stock databases. Rekall will come with some stock databases (actually there is only one at present, the demo database, but more will be added over time) which can be used to create your own database. In addition, you can download stock databases from the web. See the Rekall section on downloading the database that runs this website!
Manual
- The manual can now be accessed via a dedicated manual viewer (loosely modelled on QTs assistant program).
Other stuff
- Lots of bug fixes, lots of other smaller additions.
Enhancements:
- 2.2.6 is the now latest stable release.
- Mostly bug fixes since 2.2.4, particularly a problem related (I believe) to the default style used by Fedora Core 4
<<less
Download (4.9MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1497 downloads
Althea 0.5.7

Althea 0.5.7


Althea IMAP (Internet Message Access Protocol) e-mail client for X Windows. more>>
Althea IMAP (Internet Message Access Protocol) e-mail client for X Windows. The design goal was a stable e-mail client with the richness of usability of Microsofts Outlook, Qualcomms Eudora, and Cyrusofts Mulberry.

Installation:

Type the following commands:

# unzip and untar althea-x.x.x.tgz
tar xvzf althea-x.x.x.tgz

# make and install the program
make
make install
<<less
Download (0.35MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1257 downloads
EasiLiX 1.1a

EasiLiX 1.1a


The EasiLiX distribution provides a text-based, menu-driven interface for configuring services. more>>
EasiLiX is a Linux integrated software that makes easy and secure for using and administering Linux operating system and other services.
- EasiLiX makes easier,
- EasiLiX makes more simple,
- EasiLiX makes more secure,
- EasiLiX makes more stable,
- EasiLiX makes more reliable,
<<less
Download (348MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1665 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5