• Stars
    star
    1
  • Language
  • License
    MIT License
  • Created almost 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

Web-Based-Pharmacy-using-C-Sharp-and-SQL

A database project for hands-on experience in SQL server and ASP pages along with C# (.Net) implementation. It uses Stored Procedures, Triggers and Transactions for different SQL based queries.
C#
7
star
2

Brick-Breaker-Game-Assembly-Language

This game is based on Assembly 8086 architecture, which uses both software and hardware interrupts where functionality like Lifeline, Powers, Timer etc are handled by Multi-Tasking.
Assembly
6
star
3

Chat-System-Using-MutliCast-Sockets-JAVA

This chat system handles multiple synchronous clients with server by using Multicast Sockets in JAVA Language. Here each client interact with server by using Dynamically created port.
Java
1
star
4

Synchronous-100x100-Matrix-Multiplication-using-Multiple-Threads

Developed a program to multiply two large matrices by using multiple threads. After that, Synchronously computed resultant matrix by dividing the whole task between different number of threads within efficient amount of time.
C++
1
star
5

Virtual-Shell-Terminal-on-Ubuntu-OS

Virtual shell/terminal for handling almost all the system commands such as ls, mkdir, rmdir, cat, grep on Ubuntu using Virtual Machine. It can also handle Pipes and I/O redirection for flushing the output to console and text files.
C++
1
star
6

File-Manager-in-Operating-System

This C++ implementation requires Kernal based File Management techniques for handling File Descriptors, Directories and sub-directories by using functions like Fopen, Fclose,Fseek, Fread and Fmkdir.
C++
1
star