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.480.055 Times

Best Mutual Fund Companies freeware
Filter: All | Freeware | Demo
 

Best Mutual Fund Companies

< 1 2 3 4 5 
Added: November 18, 2010 | Visits: 1.510

Module::Starter::PBP Module::Starter::PBP is a Perl module to create a module as recommended in "Perl Best Practices". SYNOPSIS # In your ~/.module-starter/config file... author: < Your Name > email: < your@email.addr > plugins: Module::Starter::PBP template_dir: < /some/absolute/path/name > # Then on the... Platforms: *nix

License: Freeware Size: 8.19 KB Download (203): Module::Starter::PBP Download

Added: April 18, 2010 | Visits: 924

KaTeker KaTeker is a backup tool for Linux useful for small companies and private people. It saves data onto hard disk and CDs or other random access media.. KaTeker is backup on HD and CD for Linux Platforms: *nix

License: Freeware Size: 15.72 MB Download (92): KaTeker Download

Added: November 01, 2010 | Visits: 928

ExtUtils::ModuleMaker::PBP ExtUtils::ModuleMaker::PBP is a Perl module to create a Perl extension in the style of Damian Conways Perl Best Practices. SYNOPSIS use ExtUtils::ModuleMaker::PBP; $mod = ExtUtils::ModuleMaker::PBP->new( NAME => Sample::Module ); $mod->complete_build(); $mod->dump_keys(qw| ... # key... Platforms: *nix

License: Freeware Size: 34.82 KB Download (120): ExtUtils::ModuleMaker::PBP Download

Added: January 21, 2010 | Visits: 1.220

openTimetool openTimetool project is a Web-based, sector-independent project time recording tool for service provision companies such as agencies and IT support firms. Its also ideal for publishing houses and editorial offices, consultancy firms, training companies, and freelance workers. Whats New in This... Platforms: *nix

License: Freeware Size: 2 MB Download (104): openTimetool Download

Added: June 08, 2010 | Visits: 807

ASSP ASSP is the best SPAM fighting weapon that the world has ever known! When it comes to killing SPAM nothing is as deadly as an ASSP!. Platforms: *nix

License: Freeware Download (95): ASSP Download

Added: November 06, 2010 | Visits: 1.120

iTest iTest project is a simple application which allows you to take advantage of the best of computerized examination. iTest consists of two programmes: - The Database Editor - question/answer database and exam server - The Test Writer - the programme installed on each client computer iTest... Platforms: *nix

License: Freeware Size: 614.4 KB Download (103): iTest Download

Added: September 19, 2010 | Visits: 916

Bigtop::Docs::TentTut Bigtop::Docs::TentTut is Perl module for tentmaker Tutorial (best viewed in html). If you dont know what Bigtop is, you might want to start by reading Bigtop::Docs::About. Bigtop is a language of simple structure, but with many keywords. In an effort to make it easier to use, I have written... Platforms: *nix

License: Freeware Size: 307.2 KB Download (87): Bigtop::Docs::TentTut Download

Added: May 18, 2010 | Visits: 4.515

Visualboy Advance Visualboy Advance is one of the best GBA emulator for Linux. Featuring great speed, excellent compatiblity, sound support, savestates, cheat functions, and multiple languages. Recently, new GTK+ GUI has been added to VBA as an alternative for SDL version. You really cant go wrong. A... Platforms: *nix

License: Freeware Size: 368.64 KB Download (1036): Visualboy Advance Download

Added: April 01, 2010 | Visits: 825

Kickoff Qt Fedora 7 Kickoff QT desktop panel for KDE is the best effort effort to maximize the users experience. Kicker QT requires less clicking to launch programs because it uses the mouse over effect which is lacking in other menu launchers. it also loads plugins and uses qtcurve which is lacking in other menu... Platforms: *nix

License: Freeware Download (97): Kickoff Qt Fedora 7 Download

Added: February 16, 2010 | Visits: 959

Text::NSP::Measures::2D::MI::pmi Text::NSP::Measures::2D::MI::pmi is a Perl module that implements Pointwise Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::pmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $pmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,... Platforms: *nix

License: Freeware Size: 952.32 KB Download (93): Text::NSP::Measures::2D::MI::pmi Download

Added: July 14, 2010 | Visits: 727

Text::NSP::Measures::2D::MI::tmi Text::NSP::Measures::2D::MI::tmi is a Perl module that implements True Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::tmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1, npp=>$npp);... Platforms: *nix

License: Freeware Size: 952.32 KB Download (91): Text::NSP::Measures::2D::MI::tmi Download

Added: August 17, 2010 | Visits: 827

Text::NSP::Measures::3D::MI Text::NSP::Measures::3D::MI is a Perl module that provides error checks and framework to implement Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson Stirling Measure for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::ll; $ll_value =... Platforms: *nix

License: Freeware Size: 952.32 KB Download (98): Text::NSP::Measures::3D::MI Download

Added: November 25, 2010 | Visits: 926

Text::NSP::Measures::3D::MI::pmi Text::NSP::Measures::3D::MI::pmi is a Perl module that implements Pointwise Mutual Information for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::pmi; $pmi_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100);... Platforms: *nix

License: Freeware Size: 952.32 KB Download (92): Text::NSP::Measures::3D::MI::pmi Download

Added: August 09, 2010 | Visits: 941

Text::NSP::Measures::3D::MI::tmi Text::NSP::Measures::3D::MI::tmi is a Perl implementation for True Mutual Information for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::tmi; $tmi_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100); if(... Platforms: *nix

License: Freeware Size: 952.32 KB Download (87): Text::NSP::Measures::3D::MI::tmi Download

Added: January 24, 2010 | Visits: 845

AROUNDMe AROUNDMe is the perfect solution for community builders wishing to bring together multiple mutual interest groups within a shared knowledge network.. Platforms: *nix

License: Freeware Size: 696.32 KB Download (94): AROUNDMe Download

Added: January 25, 2010 | Visits: 968

Best Test Importer X PowerSchool offers an excellent student information system, but when importing student data from a text file, it, as one would expect, overwrites current values with the new values. You may not want this when importing student standardized test scores into custom fields because you want to only... Platforms: Mac

License: Freeware Size: 1.2 MB Download (128): Best Test Importer X Download

Added: January 25, 2010 | Visits: 885

Best Test Importer PowerSchool offers an excellent student information system, but when importing student data from a text file, it, as one would expect, overwrites current values with the new values. You may not want this when importing student standardized test scores into custom fields because you want to only... Platforms: Mac

License: Freeware Size: 875 KB Download (126): Best Test Importer Download

Released: April 10, 2010  |  Added: April 27, 2010 | Visits: 1.284

eiDesktop eiDesktop provides unique statistical and economic analysis of over 20,000 current stocks, mutual funds, and indexes. Using patented Eta Analysis, you can easily see the economic risks associated with a given asset. eiDesktop also allows you to determine how much hidden economic risk is present... Platforms: Windows

License: Freeware Size: 2.35 MB Download (141): eiDesktop Download

Released: May 06, 2010  |  Added: May 19, 2010 | Visits: 1.433

EconomicInvestor Stock Risk Wizard Stock Risk Wizard provides unique statistical and economic analysis of over 20,000 current stocks, mutual funds, and indexes. Using patented Eta Analysis, you can see the economic risks associated with a given asset. Stock Risk Wizard also shows you how much hidden economic risk is present in a... Platforms: Windows

License: Freeware Size: 2.38 MB Download (588): EconomicInvestor Stock Risk Wizard Download

Released: August 05, 2015  |  Added: March 05, 2016 | Visits: 2.645

SpectrumSolvers Which estimator is best for your job? Helps Find best Spectral Estimation Method for a Power Spectral Density plot. A menu of 10+ spectral estimators from Steve Kay's textbook 'Modern Spectral Estimation' 1988 is available to choose from. The results differ dramatically from one estimator to... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.18 MB Download (226): SpectrumSolvers Download

< 1 2 3 4 5