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

Benchmark Federal Credit Union freeware
Filter: All | Freeware | Demo
 

Benchmark Federal Credit Union

1 2 3 4 5 > 
Added: May 22, 2010 | Visits: 1.110

Anvil Anvil is a C++ library to enable developers to read, write and otherwise work with Quicken QIF4 data files. QIF4 files are exported text files from Quicken and account files downloaded from your bank or credit union. We have a C++ library that uses the STL to read, write and query data. A SLang...



Platforms: *nix

License: Freeware Size: 50.18 KB Download (91): Anvil Download

Added: May 25, 2006 | Visits: 3.911

My Credit Improve your credit rating and fix errors. This program will not only help you keep track of your credit accounts, but also show you how to correct errors, improve your credit score. Also, secrets on repairing bad credit.





Platforms: Palm OS

License: Freeware Size: 17 KB Download (491): My Credit Download

Added: January 18, 2010 | Visits: 984

Benchmark::Forking Benchmark::Forking is a Perl module to run benchmarks in separate processes. SYNOPSIS use Benchmark::Forking qw( timethis timethese cmpthese ); timethis ($count, "code"); timethese($count, { Name1 => sub { ...code1... }, Name2 => sub { ...code2... }, }); cmpthese($count, { Name1 =>...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (98): Benchmark::Forking Download

Added: July 08, 2010 | Visits: 847

Benchmark Benchmark is a Perl module with benchmark running times of Perl code. SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethese($count, { Name1 => ...code1..., Name2 => ...code2..., }); # ... or use subroutine references. timethese($count,...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (102): Benchmark Download

Added: March 17, 2010 | Visits: 1.163

Cache::Benchmark Cache::Benchmark is a Perl module that tests the quality and speed of a cache module to compare cachemodules and algorithms. SYNOPSIS use Cache::Benchmark(); use Cache::MemoryCache(); use Cache::SizeAwareMemoryCache(); my $cache_1 = new Cache::MemoryCache({ namespace => my,...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): Cache::Benchmark Download

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 805

ATTO Disk Benchmark The ATTO Disk Benchmark performance measurement tool is compatible with Microsoft Windows. Measure your storage systems performance with various transfer sizes and test lengths for reads and writes. Several options are available to customize your performance measurement including queue depth,...


Platforms: Windows

License: Freeware Download (454): ATTO Disk Benchmark Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 764

Java Micro Benchmark Java Micro Benchmark is a small, easy to use application specially designed to help you control tasks required to determine the comparative performance characteristics of the computer system on different platforms. This tool can be used to guide optimization decisions and to compare different...


Platforms: Windows

License: Freeware Download (405): Java Micro Benchmark Download

Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 806

benchmark i/o workload generation benchmark i/o workload generation is a handy and accessible tool that lets you quickly perform i/o benchmarks against your servers. It also allows VM's to quickly diagnose suspect storage (SAN, NAS) and other performance related issues across your WANLAN.


Platforms: Windows

License: Freeware Download (419): benchmark i/o workload generation Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 609

Server Benchmark Server Benchmark is designed as a handy and easy way to complete the "burn in" phase of your server provisioning process. All you have to do is simply give it the parameters for your Citrix XenApp or 64bit/32bit server class OS and Server Benchmark will take care of the rest. Server Benchmark...


Platforms: Windows

License: Freeware Download (404): Server Benchmark Download

Released: June 12, 2012  |  Added: June 12, 2012 | Visits: 665

DNS Benchmark DNS Benchmark is a unique, comprehensive and accurate application to determine the exact performance of local and remote DNS nameservers. This DNS Benchmark will give you visibility into what's going on with your system's currently assigned DNS servers by automatically comparing their performance...


Platforms: Windows

License: Freeware Size: 164 KB Download (60): DNS Benchmark Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 773

Gabrielle Union Screensaver Gabrielle Union is not your run-of-the-mill, cookie-cutter actress- she is the first to admit that she never chased the glitz and glamor of Hollywood. Gabrielle Union is an actress who never intended to come to Hollywood! Gabrielle Union is one of those actresses whose smile is so warm, you hope...


Platforms: Windows

License: Freeware Size: 1.46 MB Download (53): Gabrielle Union Screensaver Download

Added: May 10, 2013 | Visits: 662

Federal Express Real Time Quotes This module uses a Federal Express API to acquire your shipping rates in real time from Fedex based on your accounts discounts! It works from origins Canada and the US, other origins have not been tested. All Fedex rates are quoted, including ground.This module has been used for months on my...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Federal Express Real Time Quotes Download

Added: May 10, 2013 | Visits: 648

Credit Class Documentation This is a first try at some documentation for programmers wishing to use the credit class to write easily installable discount systems.I've never ever written docs before, so don't expect o'reilly class stuff.It s a plain txt document, but I hope to have html/pdf versions shortly. (after all the...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (52): Credit Class Documentation Download

Added: May 10, 2013 | Visits: 806

Minimum Amount to Enable Western Union Payments This simple mod makes it possible to enable the Western Union Payment Module over a certain amount. For example:- You want your customers be able to pay with Western Union only if the total amount is over 30$.This mod will do this very easily.You can specify in the admin section the minimum...


Platforms: Windows, *nix, PHP, BSD


Added: May 10, 2013 | Visits: 653

Western Union Payment Module Includes new module payement for Western Union.Updated cod and moneyorder (and wu) to be able to set a specific orders status when such payment are used by customers


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (88): Western Union Payment Module Download

Added: May 10, 2013 | Visits: 533

Intersection and union of varied form tuples/lists This script implements two methods to return the intersection/union of sets of data, where the form of the data is not a limiting factor.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 545

Union Find data structure This script implements the Union Find data structure and algorithm. This data structure allows one to find out which set an object belongs to, as well as join two sets. The algorithm's performance, given m union/find operations of any ordering, on n elements has been shown to take log* time per...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Union Find data structure Download

Added: July 14, 2013 | Visits: 594

Media Credit This plugin adds a "Credit" field to the media uploading and editing tool and inserts this credit when the images appear on your blog.When adding media through the Media Uploader tool or editing media already in the Media Library, this plugin adds a new field to the media form that allows users...


Platforms: PHP

License: Freeware Size: 10 KB Download (49): Media Credit Download

Added: August 14, 2013 | Visits: 539

UC Store Credit This module defines a new store credit payment method that allows your customers to purchase items from your Ubercart store without paying actual money. The module uses a handler system for tracking and processing store credit transactions, and it includes a handler integrating UC Store Credit...


Platforms: PHP

License: Freeware Size: 10 KB Download (45): UC Store Credit Download

Added: August 16, 2013 | Visits: 503

Benchmark Email integration This module integrates the Benchmark Email system with Drupal. It handles user subscriptions and unsubscriptions seamlessly between Drupal and Benchmark, allowing Drupal users to subscribe during registration or at any time while at their Account Edit page.Admins can choose which Contact Lists...


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Benchmark Email integration Download

1 2 3 4 5 >