billings federal credit union
Adverse Bad Credit Loan 1
Adverse Bad Credit Loan icons for your credit website. If you have a credit website such as credit cards or loans these icons will work great. All of ... more>> <<less
Bad Credit Loans 1
Sixteen free bad credit loans icons that are very high quality. You can use these bad credit loans icons for your credit websites only. If you have ba... more>> <<less
Billing Software 1.04d
Billing Software allows your business to track invoicing and allows your customers to view their invoices online. more>>
Invoices can also be emailed to customers right from the online application for convenience and efficiency.
Enhancements:
- This release fixes some minor bugs in the XML portions of the library files.
Bad Credit Auto Financing 1
Bad Credit Auto Financing icons for your credit website. If you have a credit website such as credit cards or loans these icons will work great. All o... more>> <<less
Glips Graffiti SVG Editor 1.5
Glips Graffiti SVG Editor is a cross-platform SVG graphics editor. more>>
Main features:
- Shape tools : rectangles, circles, ellipses, lines, polygons, polylines ;
- Path tools : Bezier curves, conversion to a path, union, subtraction, intersection ;
- Group editing ;
- Basic text support ;
- Images import ;
- Transformations : translate, resize, rotate, skew ;
- Property manager ;
- Resource manager : gradient, patterns, markers ;
- Drag and drop support for colors and resources ;
- Export to png, jpg and tiff formats ;
- Print ;
- DOM viewer ;
- Memory monitor.
Requierments:
- Java VM 1.4.2 or higher.
The GLIPS Graffiti editor is a part of the GLIPS Project that aims to be a PLC cross-platform development environment created and maintained by ITRIS.
Enhancements:
- Many improvements and SCADA features were added.
- Two applications can be found in the distribution: the GLIPS Graffiti application with SCADA support, and one without SCADA support.
- Values of external variables updated through sockets, for example, can modify SVG drawings dynamically.
jBilling 1.0.8
Jbilling is a recurring billing system, targeting companies that periodically charge their customers for services. more>>
It is web-based, once it is installed in a single server, it can be accessed with a web-browser from any computer in network with the server. If the server is connected to the internet, then the billing system is accessible from any computer connected to the internet.
Enhancements:
- The release notes are in the document release_notes.pdf, which is located in the root directory of the binary distribution (jbilling-1_0_8.zip)
File::Find::Parallel 0.0.4
File::Find::Parallel allows you to traverse a number of similar directories in parallel. more>>
SYNOPSIS
use File::Find::Parallel;
my $ffp = File::Find::Parallel->new( qw( /foo /bar ) );
print "Union:n";
my $union = $ffp->any_iterator
print " $_n" while $_ = $union->();
print "Intersection:n";
my $inter = $ffp->all_iterator
print " $_n" while $_ = $inter->();
File::Find is the ideal tool for quickly scanning a single directory. But sometimes its nice to be able to perform operations on multiple similar directories in parallel. Perhaps you need to compare the contents of two directories or convert files that are shared in more than one directory into hard links.
This module manufactures iterators that visit each file and directory in either the union or the intersection of a number of directories. Hmm. What does that mean?
Given two directory trees like this
foo
foo/a
foo/b/c
foo/d
bar
bar/a
bar/b
bar/e
you can choose to work with the intersection of the two directory structures:
.
./a
./b
That is the subdirectories and files that the foo and bar share.
Alternately you can work with the union of the two directory structures:
.
./a
./b
./b/c
./d
./e
Still not clear? Well, if you wanted to do a recursive diff on the two directories youd iterate their union so you could report files that were present in foo but missing from bar and vice-versa.
If, on the other hand you wanted to scan the directories and find all the files that are common to all of them youd iterate their intersection and receive only files and directories that were present in all the directories being scanned.
The any_iterator and all_iterator are built on a more general purpose method: want_iterator. If, for example, you want to make links between files that are found in more than one directory you might get your iterator like this:
my $iter = $ffp->want_iterator( 2 );
The apparently magic 2 reflects the fact that if youre going to be making links you need at least two files. No matter how many directories you are iterating over in parallel you will only see files and directories that appear in at least two of those directories.
File::Find::Parallel can scan any number of directories at the same time. Heres an example (on Unix systems) that returns the list of all files and directories that are contained in all home directories.
use File::Glob :glob;
use File::Find::Parallel;
my $find = File::Find::Parallel->new( bsd_glob( /home/* ) );
my @common = ( );
my $iter = $find->all_iterator;
while ( defined my $obj = $iter->() ) {
push @common, $obj;
}
print "The following files are common to ",
"all directories below /home :n";
print " $_n" for @common;
For a complete concrete example of its use see lncopies in the bin subdirectory of this distribution.
Iterators
The iterator returned by any_iterator, all_iterator or want_iterator is a code reference. Call it to get the next file or directory. When all files and directories have been returned the iterator will return undef.
Once created an iterator is independent of the File::Find::Parallel object that created it. If the object goes out of scope and is destroyed during the life of the iterator it will still function normally.
You may have many active iterators for a single File::Find::Parallel object at any time.
LinuxPowered Logo 2.1
LinuxPowered Logo is based off of static-slacks LinuxPowered Logo. more>>
Static-slack, Please dont get angry!
Pardon the crappy screenshot, the text is much more sharp than that.
LATEST: Made it into a SKZ for easier use.
how to raise your credit score fast 1.0
Discover how to raise your credit score fast. free report... more>> <<less

Amberdms Billing System 1.2.0
Amberdms Billing System offers users an open source web-based application, provides accounting, invoicing tools as well as service and time management solutions designed for small and medium businesses as well as small ISPs and IT companies more>> <<less
Creditor 0.4
Qt4 financial calculator for credit payments! more>>
Enhancements: Some small bug-fixed
CreditCruncher 1.1
CreditCruncher computes the Value At Risk (VAR) of large credit portfolios using the Monte Carlo method. more>>
CreditCruncher is a command line solver that read an xml input file and returns a plain text file with the simulated values of portfolio. The current version is 0.8. This software is released under the GNU General Public License.
CreditCruncher is designed to work in batch mode, without graphical support. Computation time can be reduced enabling the MPI instructions when compiling and deploying the application in a cluster.
The user create a xml file where the portfolio is described. CreditCruncher take this file and simulate N times the portfolio described in the input file. The simulated values are stored in a file with extension .out. Finally, a R script takes the simulated values and do some statistic over there to generate the risk indicators (VaR, TCE, etc.)
Enhancements:
- Documentation rewrited and translated to english
- Modified asset losses computation algorithm
- solved minor bugs
- added minor enhancements
- changed site look & feel
CreditCard Validator 1.8
The CreditCard Validator will help you tell: (1) if a credit card number is valid (2) which credit card vendor handles that number. It validates the prefix and the checkdigit. It does *not* contact the credit card company to ensure that number has actually been issued and that the account is in good standing. It will also tell you which of the following credit card companies issued the card: Amex, Diners Club, Carte Blanche,Discover... more>>
CreditCard Validator - The CreditCard Validator will help you tell:
1. if a credit card number is valid,
2. which credit card vendor handles that number.
It is a simple Applet to demonstrate the use of the ValidateCreditCard class.
It validates the prefix and the checkdigit. It does *not* contact the credit card company to ensure that number has actually been issued and that the account is in good standing.
It will also tell you which of the following credit card companies issued the card: Amex, Diners Club, Carte Blanche, Discover, enRoute, JCB, MasterCard or Visa.
ATM cards use a different secret scheme which this program does not handle. Unfortunately, there is not even a reliable way to tell an ATM card from a credit card just by the number.
It is primarily designed to be included in your own Java program, though it can be used standalone or as an Applet.
To install, Extract the zip download with Winzip, available from http://www.winzip.com (or similar unzip utility) into any directory you please, often C: -- ticking off the (user folder names) option. To run as an application, type:
java -jar C:commindprodcreditcardcreditcard.jar
adjusting as necessary to account for where the jar file is.
You must have Java version 1.1 or later installed to use this package.
See http://mindprod.com/jgloss/installingjava.html for details.
Enhancements:
Version 1.8
convert to JDK 1.5. simplify code using enum.
System Requirements:<<less
Home Credit Card Manager (Linux) 3.0.080425
Home Credit Card Manager lets you find out where your hard-earned money is being spent by using your credit card statements. Simply match your statement transactions to the categories provided, then u more>>
Home Credit Card Manager lets you find out where your hard-earned money is being spent by using your credit card statements.
Simply match your statement transactions to the categories provided, then use the tools to group and sort the information.
...and with the integrated "auto-matching" tool, most of the work is done for you!
Requirements: Java 1.4 or greater
<<lessPCLinuxOS Clean Cal
PCLinuxOS Clean Cal is a calendar SuperKaramba theme. more>>
Here is the link to the original Karamba theme.
http://www.kde-look.org/content/show.php?content=20570
As with the Crystal Clock, Ive only made a cosmetic change. The original developer deserves credit for the code.