This was an assignment when I finished learning to work with arrays with C language. It uses a 5D array to simulate a warehouse complex and uses various techniques to do some basic warehousing tasks like updating inventory, calculating the inventory value. It is fully modularized and uses C's random function to fill warehouse items with a conditioned random values.
A simple phone billing console-based app (C language)
This simple console-based programme will launch an imaginary phone billing system. It is fully modularized with plain C functions to:
1) store number of calls to be billed (processed), 2) know call types to apply call type rate later, 3) know and act upon to apply extra charges, 4) store call duration and finally report a simple phone bill.
Trad4 is a fully concurrent, thread safe, graph-based programminglanguage that scales linearly on multiple cores. It is initially intended for deployment in the financial industry to model real-time risk.