borrower

There are 6 repositories under borrower topic.

  • chandachewe10/loan-management-system

    Loan Management Software

    Language:JavaScript6661046
  • TheFloatingBrain/BorrowPlusPlus

    Modern C++ Borrow (to have Garbage Collection as well) library with value semantics and without refcounting!

    Language:C++5300
  • TheFloatingBrain/UCC-UniversalCPPCompiler

    Universal C++ is a superset of standard C++11/14 with the addition of the "borrow" and "repl" keywords. "borrow" automatically deletes memory allocated in the same scope or within a class after it was allocated. Almost a garbage collector, further work would have had to been done to make a "compile time garbage collector". "repl" was a keyword for an explicit optimization, replace the name of one variable with another. That way the variable can continued to be used under a different name, allowing for clean code, an understanding of what happened and guaranteed efficiency. (Neither of these were particularly good, borrow could have been if it were further developed). Universal C++ takes Universal C++ code as input and outputs ISO Standard C++ code and is built on top of ISO Standard C++. That way it is totally platform independent, and standard C++ tools: gcc, clang, google native client, msvc could continued to be used.

    Language:C++2100
  • PhilipWaddilove/Blockchain-Syndication

    Replicating the loan syndication process using smart contracts built on the Ethereum blockchain

    Language:JavaScript1101
  • smazhuvan/bank-loan-personalization

    Analysis to predict the trust value of a borrower, such a way the bank sanctions the loan or not

    Language:HTML1101
  • deccode12/interest-pa-simulator

    Simulasi perhitungan Bunga (per Annum) menggunakan JQuery dan Bootstrap 5

    Language:HTML0101