Main > Free Download Search >

Free royal bank of scotland software for linux

royal bank of scotland

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 161
3D Spatialization of Sound

3D Spatialization of Sound


3D Spatialization of Sound is a Linux/X11 port of the 3D spatializer library from the CRC. more>>
3D Spatialization of Sound is a Linux/X11 port of the 3D spatializer library from the CRC.

This program creates "directional" stereo sound from mono source. CRC folks told me I shouldnt have raised the sampling frequency without adjusting other stuff.

Oh well. This was a proof-of-concept type project anyway. I think to get correct 3D effect, you need to drop sampling rate back to 11025.

To Build the X11 implementation:

1. make
2. cp audio-filter /usr/local/bin
3. mpg123 -m -s some_music.mp3 | audio-filter | aplay -S -s 44100 -f s16l -

audio-filter is implemented as a filter, it reads signed 16 bit mono input at 44100 khz from stdin, and outputs signed 16 bit stereo, 44100 khz output to stdout. You can replace mpg123 with any sound source generating signed 16 bit 44100 khz mono signal. "aplay" is a sound player utility which comes with ALSA linux sound driver. You can use "play" from the sox package, or "ampctl", or any other sound player that would read 44100 khz, signed 16 bit stereo raw data from stdin. For "sox" play script, you would replace "aplay" command line with "play -c 2 -f s -r 44100 -s w -t raw -"

If everything is good, a 640x480 window will come up, with some cryptic writing on the top, a filled circle with an arrow pointing right, and a empty circle slightly to the right of the circle with arrow.

NOTE, that just like in the original Windows implementation, the axiss are reversed. The arrow on the "head" is pointing "forward". So, in the default startup configuration, the sound is located in front of the listener. Moving the sound source "up" moves it to the left of the listener, and "down", to the right. You can visualize this well if you turn your monitor 90 degrees counter
clock wise.

The filled circle with an arrow is your "head"
The empty circle is the "sound source"

You can move the "sound source" around by clicking the mouse at any position in the window, or by clicking on the "sound source" circle, and dragging it to the desired position. Soundfield will be dynamically updated as you do this.

You can move the "head" by moving the mouse to desired position, and right-clicking. The "head" icon will move to the new position and soundfield will be updated.
<<less
Download (0.046MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1114 downloads
Royal Blue 1.1

Royal Blue 1.1


Royal Blue functions as a cool theme for FireFox 3.5, which is a dark blue theme with blue and white buttons. more>> <<less
Added: 2009-07-25 License: GPL Price: FREE
1 downloads
Java Lemonade Stand 1.3

Java Lemonade Stand 1.3


Java Lemonade Stand is a lemonade stand game. more>>
Java Lemonade Stand is a lemonade stand game. To play the game, click on the link below.

You are the sole proprietor of a lemonade stand in your front yard. Your parents were kind enough to knock together a booth and provide some initial capital and supplies.

You have three months to make as much money as possible. Placing money in the bank is a good idea. You earn interest.

The left side of the display contains four tabs (Prepare for Sale, Finances, Inventory, and Advertising) for managing your advertising and assets. The left side displays sales results and weather forecasts. Check the weather forecast then decide how much advertising to purchase, how many cups to make, and how much to charge. Press the Sell Lemonade button to see how you fared.

Prepare for Sale

Here you decide what quality of lemonade mix to use (Generic, Name Brand, or Premium), how many cups of lemonade to prepare, and how much to charge for each cup. Using a higher quality of lemonade will positively impact the price customers will pay and the number of cups they will purchase.

Finances

Your money is divided into working cash and a savings account. Purchases for supplies and advertising are deducted from your working cash. Profits from your lemonade sales will be added to your working cash. You can transfer money between your working cash and savings account. You will receive interest on your savings account at the end of each month. The interest is based on your average daily balance.

Inventory

Your inventory consists of lemonade mix and cups. Buying in larger quantities is more cost-effective. You can only make and sell as much lemonade as you have mix and cups. Lemonade mix comes in different levels of quality: Generic, Name Brand, and Premium. Higher quality lemonade costs more.

Advertising

Advertising helps to bring more customers to your stand. Notice that some types of advertising last multiple days while others only last for a day. Homemade signs last a variable period of time.

Weather

Weather has a significant impact on the number of customers that come to your stand and the amount that they will pay for your lemonade. You will receive a forecast for the next days weather each day. This forecast is somewhat accurate but not 100% reliable. The eight types of weather are listed below.

Sunny and Scorching: Ideal conditions.
Sunny and Hot
Sunny and Warm
Sunny
Party Sunny
Overcast
Rain
Thunderstorms: Worst conditions.

Sales Results

Here you will see the weather for the day, the number of customers who visited your stand, the number of cups you sold, and your gross and net profit. You will also learn about any random events that might impact your business.

<<less
Download (0.28MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1058 downloads
Steel Bank Common Lisp 1.0.8

Steel Bank Common Lisp 1.0.8


Steel Bank Common Lisp is a common Lisp native compiler. more>>
Steel Bank Common Lisp is a development environment for Common Lisp, with excellent support for the ANSI standard: garbage collection, lexical closures, powerful macros, strong dynamic typing, incremental compilation, and the famous Common Lisp Object System (multimethods and all).

Steel Bank Common Lisp also includes many extensions, such as native threads, socket support, a statistical profiler, programmable streams, and more. These are all available through an integrated, interactive native compiler which feels like an interpreter.

SBCL is unique in being a multiplatform native compiler which bootstraps itself completely from source, using a C compiler and any other ANSI Common Lisp implementation.

Whats New in This Release:

* enhancement: experimental macro SB-EXT:COMPARE-AND-SWAP provides
atomic compare-and-swap operations on threaded platforms.
* enhancement: experimental function SB-EXT:RESTRICT-COMPILER-POLICY
allows assining a global minimum value to optimization qualities
(overriding proclamations and declarations).
* enhancement: closed over variables can be stack-allocated on x86
and x86-64.
* performance bug fix: GETHASH and (SETF GETHASH) are once again
non-consing.
* optimization: slot definition lookup is now O(1). This speeds up
eg. SLOT-VALUE and (SETF SLOT-VALUE) with variable slot names.
* optimization: STRING-TO-OCTETS is now up to 60% faster for UTF-8.
* optimization: ASSOC and MEMBER can now be open-coded for all
combinations of keyword arguments when second argument is constant
and SPEED >= SPACE. In other cases a specialized version is
selected.
* bug fix: using obsoleted structure instances with TYPEP and
generic functions now signals a sensible error.
* bug fix: threads waiting on GET-FOREGROUND can be interrupted.
(reported by Kristoffer Kvello)
* bug fix: backtrace construction is now more careful when making
lisp-objects from pointers on the stack, to avoid creating bogus
objects that can be seen by the GC.
* bug fix: defaulting of values in contexts expecting more than 7
variables now works on x86-64. (reported by Christopher Laux)
* bug fix: modifications to packages (INTERN, EXPORT, etc) are now
thread safe.
* bug fix: (SETF SYMBOL-PLIST) no longer allows assigning a non-list
as the property-list of a symbol.
* bug fix: DEFMETHOD forms with CALL-NEXT-METHOD in the method body,
in EVAL-WHEN forms with both :COMPILE-TOPLEVEL and :LOAD-TOPLEVEL
situations requested, are once again file-compileable. (reported
by Sascha Wilde)

<<less
Download (2.7MB)
Added: 2007-07-25 License: BSD License Price:
822 downloads
Saccs personal accounting 0.6

Saccs personal accounting 0.6


Saccs personal accounting provides a simple Web-based personal accounting package. more>>
Saccs personal accounting provides a simple Web-based personal accounting package.
A person can have multiple accounts. Multiple installations on one system can accommodate multiple users.
Details:
Perl and MySQL. Certain perl libraries such as HTML::Template and DBI are required. Apache or something like it is recommended.
Will run on almost anything that can handle apache and perl.
I wrote a simple set of scripts to do web-based tracking of my bank accounts, credit card and cash balances, and "who owes me how much". This worked well enough for 3 years, so I want to release it for others to use. But the original is very dirty code and hard to install, so Im writing a new one, with the lessons learned in 3 years, that will also be properly modularised and packaged.
Main features:
- Create/open an account: bank or credit card or "community". You can have as many of these as will fit in the menu, more if you dont mind crowding.
- Bank account detail display will show date, description, "cleared" (think check) per month. It will show a balance and a "cleared" balance. The "cleared" balance should be the same as what your ATM shows you. It will also show the months net inflow and outflow.
- For bank accounts, previous months can be viewed. The month display will show beginning and ending balances and light up discrepancies.
- For credit cards, a running balance total will be shown along with date, item description, etc. When you receive your monthly statement, delete the items that are correct and enter the balance as a new starting point for the calculation. This helps to keep track of what youre spending on the card.
- "Community" shows a grid, each column corresponds to a friend and each row corresponds to money owed to or by one of the friends. The last row, the total, shows the total owed to or by the friend. Very useful for roommates and easier to use than describe.
- Transfers between accounts.
- No direct communication with any financial institution.
Enhancements:
- Fixed bug in adding names in community account
- Added the totals.
<<less
Download (0.014MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
983 downloads
bankconvert 2007-06-01

bankconvert 2007-06-01


bankconvert project is a Web script that is able to convert various bank statement formats into the Czech GPC bank statement... more>>
bankconvert project is a Web script that is able to convert various bank statement formats into the Czech GPC bank statement format.

Supported input formats include Paypal QIF, RaiffeisenBank XML, and eBanka (a Czech statement in HTML).

<<less
Download (0.006MB)
Added: 2007-06-09 License: GPL (GNU General Public License) Price:
867 downloads
Finance::Bank::NetBranch 0.07

Finance::Bank::NetBranch 0.07


Finance::Bank::NetBranch is a Perl module that can manage your NetBranch accounts with Perl. more>>
Finance::Bank::NetBranch is a Perl module that can manage your NetBranch accounts with Perl.

SYNOPSIS

use Finance::Bank::NetBranch;
my $nb = Finance::Bank::NetBranch->new(
url => https://nbp1.cunetbranch.com/valley/,
account => 12345,
password => abcdef,
);

my @accounts = $nb->accounts;

foreach (@accounts) {
printf "%20s : %8s : USD %9.2f of %9.2fn",
$_->name, $_->account_no, $_->available, $_->balance;
my $days = 20;
for ($_->transactions(from => time - (86400 * $days), to => time)) {
printf "%10s | %20s | %80s : %9.2f, %9.2fn",
$_->date->ymd, $_->type, $_->description, $_->amount, $_->balance;
}
}

This module provides a rudimentary interface to NetBranch online banking. This module was originally implemented to interface with Valley Communities Credit Unions page at https://nbp1.cunetbranch.com/valley/, but the behavior of the module is theoretically generalized to "NetBranch" type online access.

However, I do not have access to another NetBranch account with another bank, and so any feedback on the actual behavior of this module would be greatly appreciated.

You will need either Crypt::SSLeay or IO::Socket::SSL installed for HTTPS support to work.

<<less
Download (0.006MB)
Added: 2007-05-24 License: Perl Artistic License Price:
884 downloads
Locale::SubCountry 1.37

Locale::SubCountry 1.37


Locale::SubCountry is a Perl module that can convert state, province, county etc. names to/from code. more>>
Locale::SubCountry is a Perl module that can convert state, province, county etc. names to/from code.

SYNOPSIS

my $country_code = GB;
my $UK = new Locale::SubCountry($country_code);
if ( not $UK )
{
die "Invalid code $country_coden";
}
elsif ( $UK->has_sub_countries )
{
print($UK->full_name(DGY),"n"); # Dumfries and Galloway
print($UK->regional_division(DGY),"n"); # CT (Scotland)
}

my $australia = new Locale::SubCountry(AUSTRALIA);
print($australia->country,"n"); # AUSTRALIA
print($australia->country_code,"n"); # AU

if ( $australia->has_sub_countries )
{
print($australia->code(New South Wales ),"n"); # NSW
print($australia->full_name(S.A.),"n"); # South Australia
my $upper_case = 1;
print($australia->full_name(Qld,$upper_case),"n"); # QUEENSLAND
print($australia->category(NSW),"n"); # state
print($australia->FIPS10_4_code(ACT),"n"); # 01
print($australia->ISO3166_2_code(02),"n"); # NSW

my @aus_state_names = $australia->all_full_names;
my @aus_code_names = $australia->all_codes;
my %aus_states_keyed_by_code = $australia->code_full_name_hash;
my %aus_states_keyed_by_name = $australia->full_name_code_hash;

foreach my $code ( sort keys %aus_states_keyed_by_code )
{
printf("%-3s : %sn",$code,$aus_states_keyed_by_code{$code});
}
}

# Methods for country codes and names

my $world = new Locale::SubCountry::World;
my @all_countries = $world->all_full_names;
my @all_country_codes = $world->all_codes;

my %all_countries_keyed_by_name = $world->full_name_code_hash;
my %all_country_keyed_by_code = $world->code_full_name_hash;

This module allows you to convert the full name for a countries administrative region to the code commonly used for postal addressing. The reverse lookup can also be done. Sub country codes are defined in "ISO 3166-2:1998, Codes for the representation of names of countries and their subdivisions".

Sub countries are termed as states in the US and Australia, provinces in Canada and counties in the UK and Ireland.

Names and ISO 3166-2 codes for all sub countries in a country can be returned as either a hash or an array.

Names and ISO 3166-1 codes for all countries in the world can be returned as either a hash or an array.

ISO 3166-2 codes can be converted to FIPS 10-4 codes. The reverse lookup can also be done.

<<less
Download (0.062MB)
Added: 2006-08-16 License: Perl Artistic License Price:
1164 downloads
Vallheru 1.3 Beta

Vallheru 1.3 Beta


Vallheru is a turn-based, fantasy MMORPG. more>>
Vallheru is a turn-based, fantasy MMORPG written in PHP and MySQL (but may work with many other databases) with Smarty Template Engine, ADOdb, and PHP Mailer.
It is based on Gamers-Fusion 2.5 with many modifications in security, speed, and features. Vallheru is currently available only in Polish.
Whats New in 1.3 Beta Development Release:
- This version contains many changes in the game interface making it simpler to mine and explore forests and mountains.
- Some new features were added, such as the ability for players to add their own links to the menu and to report bugs while in the game.
- Additionally, this release has a new quest, a few changes in game mechanics (especially alchemy and mage items and spells).
- For administrators, some security and normal bugs were fixed, some code optimization was done, and new versions of third-party software are used.
Whats New in 1.0.9 Stable Release:
- BUG,train.php: fixed bug with train condition
- BUG,languages/pl/checkexp.php: fixed bug in text
- BUG,landfill.php, bank.php, outposts.php, tribes.php, house.php, tribearmor.php, tribeware.php, includes/head.php: fixed possible integer overflow
<<less
Download (1.5MB)
Added: 2007-03-11 License: GPL (GNU General Public License) Price:
960 downloads
Solid PBX SVN-trunk-r152

Solid PBX SVN-trunk-r152


Solid PBX is a multi-platform Soft Switch Class 5 software targeted for home, corporate, and operator level markets. more>>
Solid PBX is a multi-platform Soft Switch Class 5 software targeted for home, corporate, and operator level markets.
GETTING STARTED
First, be sure youve got supported hardware (but note that you dont need ANY special hardware, not even a soundcard) to install and run Solid PBX.
Supported telephony hardware includes:
- All Wildcard (tm) products from Digium (www.digium.com)
- QuickNet Internet PhoneJack and LineJack (http://www.quicknet.net)
- any full duplex sound card supported by ALSA or OSS
- any ISDN card supported by mISDN on Linux (BRI)
- The Xorcom AstriBank channel bank
- VoiceTronix OpenLine products
The are several drivers for ISDN BRI cards available from third party sources. Check the voip-info.org wiki for more information on chan_capi and zaphfc.
Enhancements:
- This is a major bugfix release with a simplified chan_h323 build process and many improvements.
<<less
Download (9.9MB)
Added: 2006-05-17 License: GPL (GNU General Public License) Price:
1255 downloads
Tuxpaint Stamps for Australian Schools 0.0.7

Tuxpaint Stamps for Australian Schools 0.0.7


Tuxpaint Stamps for Australian Schools is a collection of stamps and other resources for Tuxpaint for use in Australian schools. more>>
Tuxpaint Stamps for Australian Schools is a collection of stamps and other resources for Tuxpaint for use in Australian schools. Tuxpaint Stamps for Australian Schools includes Australian coins, bank notes, signs, animals, plants, and state flags.
Installation Instructions:
- Close Tuxpaint
- Locate your tuxpaint stamps directory
- On Unix/Linux this will be something like /usr/share/tuxpaint/stamps
- On Windows it will be something like C:Program FilesTuxpaintstamps
- Extract the contents of the archive (tuxpaint-au-stamps-x.y.z.tar.gz) to the stamps directory
- Run Tuxpaint and select the stamps tool
Enhancements:
- The software was split into two packages.
<<less
Download (0.76MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1283 downloads
Finance::Bank::Sporo 0.16

Finance::Bank::Sporo 0.16


Finance::Bank::Sporo is a Perl extension for B< SporoPay > of Slovenska Sporitelna. more>>
Finance::Bank::Sporo is a Perl extension for B< SporoPay > of Slovenska Sporitelna.

SYNOPSIS

use Finance::Bank::Sporo;

$sporo_obj = Bank::Sporo->new($prenumber,$number);

$sporo_obj->configure(
amt => $amt,
vs => $vs,
ss => $ss,
rurl => $rurl,
param => $param,
);


print $sporo_obj->pay_form();

Module for generating pay forms and links for B< SporoPay > of Slovenska Sporitelna.

<<less
Download (0.004MB)
Added: 2006-07-05 License: Perl Artistic License Price:
1207 downloads
Grace Contribution Manager 0.2.2

Grace Contribution Manager 0.2.2


Grace is a system of the Daniel Project that handles the tracking of contributions and donors for a non-profit. more>>
Grace project is a system of the Daniel Project that handles the tracking of contributions and donors for a non-profit. As contributions come in for particular funds, the contributions are recorded along with the donors information.
The system also handles the printing of receipts and reports, and facilitates common administrative operations like bank deposits and exporting of data to an accounting package.
Main features:
- Create a deposit and enter contributions into that deposit.
- Multiple line items (recipients) possible for each contribution.
- Streamlined data entry and finalizing of a deposit.
- Create multiple funds to receive contributions.
- Print receipts for donors.
- Print reports for fund owners (or output to PDF).
- Export to external accounting system.
- Notify fund owners by email of contributions.
- Multiple, concurrent users with extensive logging.
- Copy deposits for easy re-entry of repeated sets of contributions.
- Rapid, extensive search for deposits, contributions, and donors.
- GPL-licensed open source software for infinite flexibility to meet your needs.
Enhancements:
- Grace has been renamed to the Grace Contribution Manager (formerly Grace Receipting System).
- A splash screen is displayed on startup.
- New menu icons and a toolbar with shortcuts for frequently used operations.
- Two donors can now be merged into one using Other->Merge Donors...
- Two new reports: Major Donor Report and Donor Name Report.
- Receipts have been overhauled.
- This release runs on Windows.
<<less
Download (12.7MB)
Added: 2006-05-02 License: GPL (GNU General Public License) Price:
1275 downloads
LibOFX 0.8.2

LibOFX 0.8.2


LibOFX is a generic library to allow financial software to easily support the Open Financial eXchange specification. more>>
LibOFX project is a generic library to allow financial software to easily support the Open Financial eXchange specification.
Two utilities are currently included with LibOFX: ofxdump and ofxtoqif. ofxdump writes to stdout, in human readable form, everything the library understands about a particular OFX response file. ofxtoqif is an OFX response to the QIF (Quicken Interchange Format) file converter.
Much OFX information is lost since the QIF file format is very primitive, but ofx2qif should allow importation of bank statements in any software that support QIF until said software supports the library directly.
LibOFX was implemented from the full OFX 1.6 spec and comes with a developers manual.
Enhancements:
- bug fixes for GCC4.x and 64-bit compatibility
- fix to enable OFXDirectConnect in Aqbanking
- improvements to ofxpartner functionality
- minor build system modifications
- new fields for fees, commissions and stock split data
- fix a memory leak and a potential crashing bug
<<less
Download (0.73MB)
Added: 2006-08-25 License: GPL (GNU General Public License) Price:
1157 downloads
once:radix 0.9 Beta

once:radix 0.9 Beta


once:radix is a Rapid Application Development system for Intranet and eXtranet environments. more>>
once:radix project is a Rapid Application Development system for Intranet and eXtranet environments. Create advanced database-driven web applications that require no expertise in the underlying technologies. Just point and click with pixel-perfect precision.

once:radix was created by Cormoran Communication. Their marketing arm is once:technologies. They are a small organisation based in Geelong, Victoria, Australia, with one of their key developers based in Grodno, Belarus.

Development of once:radix began in 2003 and has been used to build enterprise management applications for businesses of all sizes, including some major banks and financial institutions for the past two years.

The development team are all professional programmers, so things that werent top priority have not been completed - most notably, a database editor. They use EMS and PGAdmin; however to make this system accessible to users with no SQL experience, this extra component is needed.

This first code release is a workable beta. In particular, it has limited documentation. It will take a few months to develop it into a straight-out-of-the-box solution. Our vision is to create a system that almost anyone can use. So we need people of all skill levels to make that goal a reality.

We hope to attract contributors who will make this a genuinely community-based project. While our team has achieved significant breakthroughs in RIA development, we believe that sharing the technology with the open source community will lift it to a new level.

We are particularly keen to recruit people who can help document and crash test the system in its current state of development, which has been tagged 0.90 beta.
<<less
Download (20MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
812 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5