Main > Free Download Search >

Free adverse bad credit loan 1 software for linux

adverse bad credit loan 1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12504
Adverse Bad Credit Loan 1

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
Download (41KB)
Added: 2009-04-16 License: Freeware Price: Free
190 downloads
Bad Credit Loans 1

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
Download (41KB)
Added: 2009-04-17 License: Freeware Price: Free
189 downloads
Bad Credit Auto Financing 1

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
Download (41KB)
Added: 2009-04-15 License: Freeware Price: Free
192 downloads
Pay day Cash Loan 1.0

Pay day Cash Loan 1.0


Pay day Cash Loan toolbar for IE with useful gadgets including a quick launch To-do List, Daily Calorie Counter, Email Notifier, Weather and News Tick... more>> <<less
Download (1101KB)
Added: 2009-04-11 License: Freeware Price: Free
196 downloads
how to raise your credit score fast 1.0

how to raise your credit score fast 1.0


Discover how to raise your credit score fast. free report... more>> <<less
Download (4KB)
Added: 2009-04-21 License: Freeware Price: Free
185 downloads
Creditor 0.4

Creditor 0.4


Qt4 financial calculator for credit payments! more>>
Creditor 0.4 offers you a n excellent and powerful Qt4 financial calculator which is veru useful for credit payments! Creditor is a finacial program that can calculate credit payments (monthly payments) for you. Simple, and it just works!

Enhancements: Some small bug-fixed

Requirements: Qt
<<less
Added: 2009-02-04 License: GPL Price: FREE
18 downloads
CreditCruncher 1.1

CreditCruncher 1.1


CreditCruncher computes the Value At Risk (VAR) of large credit portfolios using the Monte Carlo method. more>>
CreditCruncher computes the Value At Risk (VAR) of large credit portfolios using the Monte Carlo method.
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
<<less
Download (1.4MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
805 downloads
Payday Loan Advance 1.0

Payday Loan Advance 1.0


Payday Loan Advance toolbar for Internet Explorer with Email Notifier, Weather, Radio, Pop-Up Ad Blocker, Search tool and Favorites Link. Listen to yo... more>> <<less
Download (1101KB)
Added: 2009-04-21 License: Freeware Price: Free
185 downloads
Secure Data Manager 2.1.0

Secure Data Manager 2.1.0


Secure Data Manager is a manager for passwords and other private data. more>>
Secure Data Manager project is a manager for passwords and other private data.
Secure Data Manager (SDM) is a full-featured password manager application written entirely in Java (so it can run on Unix or Windows). It encrypts logins and other private information for Web sites, computers, credit cards, etc.
Main features:
- Many great features and more coming each month based on user feedback!
- No limit to how you use the product or how often!
- Trusted since you and everyone else can see the code that protects your passwords -- keeping the application clear of any trojans or bad business practices.
- Open source -- so if you know how to write code, you can add any feature you want!
- Free.
<<less
Download (1.9MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1012 downloads
LinuxPowered Logo 2.1

LinuxPowered Logo 2.1


LinuxPowered Logo is based off of static-slacks LinuxPowered Logo. more>>
LinuxPowered Logo is based off of static-slacks "LinuxPowered Logo" - See change log for update ive done. All coding credit goes to him.

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.

<<less
Download (0.011MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1244 downloads
vSMP Monitor 1.3

vSMP Monitor 1.3


vSMP Monitor is the Superkaramba theme that i have been modifying with time and finally decided to post it. more>>
vSMP Monitor is the SuperKaramba theme that i have been modifying with time and finally decided to post it.

It is a melting pot of many other themes which i have mentioned in the theme file. Hope you like it.

** Note background is from unknown origin all credit goes to the author!

<<less
Download (0.037MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1213 downloads
GStreamer Plugins Bad 0.10.4

GStreamer Plugins Bad 0.10.4


GStreamer is a library that allows the construction of graphs of media-handling components. more>>
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
Main features:
- Parallel installability with 0.8.x series
- Threadsafe design and API
- new id3 demuxer (replaces the mad one in gst-plugins-ugly)
- memleak fixes in avidemux, wavparse, level, smoke
- ports of multipart,
- fixes in flacdec, flxdec, rtp
- documentation updates on videomixer
- added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
<<less
Download (0.94MB)
Added: 2006-12-23 License: LGPL (GNU Lesser General Public License) Price:
1039 downloads
Verilog::Pli::Net 1.702

Verilog::Pli::Net 1.702


Verilog::Pli::Net is a Verilog PLI tied net access hash. more>>
Verilog::Pli::Net is a Verilog PLI tied net access hash.

SYNOPSIS

use Verilog::Pli::Net;

$NET{"hier.signal"} = 1;
print "Signal now is ", $NET{"hier.signal"};
foreach (keys %NET) { print "Found signal $_n"; }
(exists $NET{"bad"}) or die "Net bad doesnt exist.";

tie %PLINET, Verilog::Pli::Net, top.hier.submod.pli;
print "top.hier.submod.pli.something = ", $PLINET{"something"}, "n";

This package creates a tied hash %NET, that fetching from or storing to affects the Verilog signal named the same as the hash key. The hiearchy may be placed in front of the signal names using standard dot notation, or if not found, the scope from when the tie was established, or later scope() calls is prepended to the passed signal name.

Signal names may have a leading %b: %d: %x: or %s: to return or set the value in the binary, decimal, hex, or string format respectively. Values may have a leading 0b or 0x to set the value in binary or hex format respectively.
scope

Read or change the default scope used when a signal is not found with the name passed. Note you need to pass the class, use the tied function to convert from the tied hash to the class name.

<<less
Download (0.020MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1218 downloads
DRBGuestbook 1.1.8

DRBGuestbook 1.1.8


DRBGuestbook is a simple PHP guestbook script that doesnt require a database. more>>
DRBGuestbook is a simple PHP guestbook script that doesnt require a database. The project allows you delete entries and ban IP addresses through an easy-to-use, password protected administration interface. You can also receive an e-mail notification anytime someone signs your guestbook.
Main features:
- Quick and easy to install.
- No database required.
- Delete multiple entries at once.
- Ban IP addresses from signing your guestbook.
- Receive e-mail notifications when your guestbook is signed.
- Block entries containing words from a configurable bad words list.
- Pages are XHTML syntax compliant, and compatible with both IE and Firefox.
- Web-based administration interface.
Enhancements:
- This release improves the anti-spam challenge-response test.
<<less
Download (0.015MB)
Added: 2007-07-16 License: Free To Use But Restricted Price:
831 downloads
hideBad 1.4.0

hideBad 1.4.0


hideBad is a Firefox extension that hides bad things. more>>
hideBad is a Firefox extension that hides bad things. Saves all the tabs in the current window, closes them, and replaces them with the homepage tabs. Saved tabs can later be recovered. Can clear the following at the users choice:
- History
- Recently Closed Tabs list
- Saved form info
- Saved passwords
- Download history
- Cookies
- Cache
- Searchbar
<<less
Download (0.021MB)
Added: 2007-07-30 License: MPL (Mozilla Public License) Price:
855 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5