Skip to content
#

borrower

Here are 11 public repositories matching this topic...

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 f…

  • Updated May 3, 2020
  • C++

This project is a web-based Loan Disbursement System designed to manage agents, users, loan approvals, EMI calculations, commission management, and report generation. The system automatically calculates daily EMI based on a fixed 10% interest rate for 30 days, even if the loan tenure is more than 30 days.

  • Updated Mar 26, 2026
  • JavaScript

Improve this page

Add a description, image, and links to the borrower topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the borrower topic, visit your repo's landing page and select "manage topics."

Learn more