Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.055.187 Times

Financial Functions freeware
Filter: All | Freeware | Demo
 

Financial Functions

< 1 2 3 4 5 
Added: January 08, 2010 | Visits: 1.161

AA Helper Library AA Helper Library is a basic library of helper functions for AAlib. Inspiration that started this is AAJM, when I implemented circles and lines. More or less on a whim, I turned it into a more convincing project. Yes, Im fully aware of the existence of libcaca. A few things: 1. Libcacas...



Platforms: *nix

License: Freeware Size: 18.43 KB Download (99): AA Helper Library Download

Added: February 26, 2010 | Visits: 975

DAEMon Raco Libraries DAEMon Raco Libraries (DRLibs) is a collection of useful functions, objects, and routines for C++. Whats New in This Release: - This release adds new libraries to manage object lists: doublelist.dr.h, simplelist.dr.h, and sortedlist.dr.h..





Platforms: *nix

License: Freeware Size: 28.67 KB Download (93): DAEMon Raco Libraries Download

Added: February 07, 2010 | Visits: 957

liboil Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates...


Platforms: *nix

License: Freeware Size: 706.56 KB Download (97): liboil Download

Added: September 11, 2010 | Visits: 757

INVSTR INVSTR is a library of C functions that follow the behavior of the standard library string functions, but starting all searches and the like from the end of the string rather than the start. Whats New in This Release: This initial release includes the following functions: - invstrinv -...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): INVSTR Download

Added: May 26, 2010 | Visits: 770

python-gdkinput python-gdkinput is a Python binding for the gdk_input_add and gdk_input_remove functions missing in PyGtk. his group of functions is not present in the Gtk+/Python "PyGtk" binding, and one needs it to do asynchronous I/O in a Gtk+ based GUI. Plans for the future: A priori, its finished. Maybe...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): python-gdkinput Download

Added: November 13, 2010 | Visits: 899

MicroAkismet MicroAkismet package contains a straightforward set of functions for talking to the Akismet blog-spam protection system. This is intended as a simple and compact method for adding Akismet protection to any user-submitted content. Installation 1. To begin using the functions, download the...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (91): MicroAkismet Download

Added: November 06, 2010 | Visits: 662

Relations Relations is a Perl module with functions to use with databases and queries. SYNOPSIS use Relations; $as_clause = as_clause({full_name => "concat(f_name, ,l_name)", {status => "if(married,Married,Single)"}) $query = "select $as_clause from person"; $avoid = to_hash("virustbug","t");...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (99): Relations Download

Added: April 24, 2010 | Visits: 756

Convert::Recode Convert::Recode is a Perl module to make mapping functions between character sets. SYNOPSIS use Convert::Recode qw(ebcdic_to_ascii); while (<>) { print ebcdic_to_ascii($_); } The Convert::Recode module can provide mapping functions between character sets on demand. It depends on GNU...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Convert::Recode Download

Added: July 19, 2010 | Visits: 852

ClikMenu ClikMenu project is a library of functions for creating drop-down and popup menus with JavaScript. Support for multi-level (i.e. cascading or hierarchical) menus is standard, and entries can be URI links, "onmousedown"-type function calls, plaintext labels, or submenus. ClikMenu is compatible...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (94): ClikMenu Download

Added: February 27, 2010 | Visits: 1.161

PHP::Strings PHP::Strings is a Perl module to implement some of PHPs string functions. SYNOPSIS use PHP::Strings; my $slashed = addcslashes( $not_escaped, $charlist ); my $wordcount = str_word_count( $string ); my @words = str_word_count( $string, 1 ); my %positions = str_word_count( $string, 2 );...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (107): PHP::Strings Download

Added: April 20, 2010 | Visits: 1.054

Ruby/Finance Ruby/Finance allows access to changing financial data, such as stock quotes and currency conversion rates. For the foreseeable future, it is intended to be a port of Perls Finance::Quote module. Examples: Currency conversion require finance/currency Display the US Dollar ($) to Euro ()...


Platforms: *nix

License: Freeware Size: 41.98 KB Download (99): Ruby/Finance Download

Added: February 15, 2010 | Visits: 914

Rose::DateTime Rose::DateTime is a Perl module with DateTime helper functions and objects. SYNOPSIS use Rose::DateTime::Util qw(:all); $now = parse_date(now); $then = parse_date(12/25/2001 6pm); $date_text = format_date($then, "%D at %T %p"); ... use Rose::DateTime::Parser; $parser =...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Rose::DateTime Download

Added: March 27, 2010 | Visits: 2.383

LDAP User Management System LDAP User Management System (LUMS) provides a set of basic LDAP API functions for PHP and a strong configuration language. The project can then be used to create Web services or can be used in any PHP script. The language allows the administrator to define LDAP object types along with their...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (109): LDAP User Management System Download

Added: May 26, 2010 | Visits: 2.361

PerlPoint::Converters PerlPoint::Converters is a Perl module that contains a README and common functions for PerlPoint converters. PerlPoint is a simple text format which allows easy typing of text with headlines, bullet lists, normal text paragraphs, indented paragraphs for code examples etc., from which slides for...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (513): PerlPoint::Converters Download

Added: October 07, 2010 | Visits: 1.055

gpkcs gpkcs11 provides support functions to make the development of support for new tokens easier and contains a complete software token, as well as an automated testing environment. gpkcs serves as a testing tool in the development of new applications that contain cryptographic support. A core of...


Platforms: *nix

License: Freeware Size: 768 KB Download (94): gpkcs Download

Added: September 01, 2010 | Visits: 831

Memoize Memoize - Make functions faster by trading space for time. SYNOPSIS # This is the documentation for Memoize 1.01 use Memoize; memoize(slow_function); slow_function(arguments); # Is faster than it was before This is normally all you need to know. However, many options are available:...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (90): Memoize Download

Added: June 17, 2010 | Visits: 489

NetAddr::IP::UtilPP NetAddr::IP::UtilPP is a Perl module with pure Perl functions for NetAddr::IP::Util. SYNOPSIS use NetAddr::IP::UtilPP qw( hasbits isIPv4 shiftleft addconst add128 sub128 notcontiguous ipv4to6 mask4to6 ipanyto6 maskanyto6 ipv6to4 bin2bcd bcd2bin ); use NetAddr::IP::UtilPP...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (93): NetAddr::IP::UtilPP Download

Added: February 16, 2010 | Visits: 1.106

IFF Format Library IFF Format Library provides header structures and utility functions for reading and writing data files in the Interchange Files. The Interchange File Format is a simple structured binary file format consisting of sized and typed chunks of data, selectively readable without having to know the...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (101): IFF Format Library Download

Added: August 04, 2010 | Visits: 1.061

mroovca stats mroovca stats is a Web site statistics generator with various functions and tables. mroovca stats is simple, configurable, and provides an administrative interface. It can measure statistics concerning the client browser, geolocalization, connection type, and referers. It can also recognize...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (91): mroovca stats Download

Added: June 10, 2010 | Visits: 921

File::FilterFuncs File::FilterFuncs is a Perl module that specify filter functions for files. SYNOPSIS use File::FilterFuncs qw(filters); filters(source.txt, sub { $_ = uc $_; 1 }, dest.txt ); INTRODUCTION File::FilterFuncs makes it easy to perform transformations on files. When you use this module,...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): File::FilterFuncs Download

< 1 2 3 4 5