Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Finance-Bank-LloydsTSB ... interface to the LloydsTSB online banking system at https://online.lloydstsb.co.uk/ NAME Finance::Bank::LloydsTSB - Check your bank accounts from Perl SYNOPSIS use Finance::Bank::LloydsTSB; my @accounts = Finance::Bank::LloydsTSB-> ...
  • bank Simple bank example
  • Finance-Bank-Schwab ... it has been included for consistency with other Finance::Bank::\* modules. $ac->balance Return the account balance as ... GUARANTEE__, explicit or implied. # THANKS Simon Cozens for `Finance::Bank::LloydsTSB`. The interface to this module, some code ...
  • Bank-Simulator A bank simulator that utilizes Java's reentrant mutexes in java.util.concurrent.locks.*. A simulated bank with tellers that service customers. This program uses a reentrant mutex to prevent concurrency issues. This was written for my Operating Systems ...
  • Ruby-Bank A basic bank example to use for testing development environments Use this little program to check that you have everything in place for git and ruby plus you can negotiate any proxies that might be in the way.
  • satchmo-bank-transfer ... Module Please Note: This is a fork of the original satchmo-bank-transfer by aronchi (http://github.com/aronchi/satchmo-bank-transfer). ... ### How it works It sends an email with your store bank IBAN and SWIFT code to the customer. ### Installation: 1) ...
  • time-bank ... bundler gem install rails --pre Afterwards:
    
      git clone git://github.com/m3talsmith/time-bank.git
      cd time-bank
      cp config/database.yml.example config/database.yml
      bundle install
    
    You'll want to use ...
  • Bank-Center ... with the models of dealing with user money accout. Bank Center ========== This is a rails plugin which is about ... gem 'enumerate_it' How-To ========= rake db:migrate:bank_center account = Bank::Account.new(:name => "my account") account.charge!(100, : ...
  • Finance--Bank--PNC ... an array of account hashes, one for each of your bank accounts. ACCOUNT HASH KEYS $ac->type $ac->number $ac-> ... overdraft/creditlines. WARNING This warning is from Simon Cozens' Finance::Bank::LloydsTSB, and seems just as apt here. This is ...
  • bank Fetches transactions and other info from your bank and put them in a SQLite database.