Pinned Repositories
8086-Microprocessor-Programming-Assignments
Basic 8086 microprocessor assignments
Artificial-Neural-Networks-from-scratch-
Implementation of ANN(s) using basic python libraries
cooperative-scheduling-C
Implementation of priority based cooperative scheduling in C
crypto-rsa-C
Implementation of a simple RSA algorithm in C
crypto-saes-C
Implementation of Simplified Advanced Encryption Standard symmetric block encryption algorithm in C.
diff-and-patch
Implementation of a program to display the difference between the two files and a program to merge the differences to a target file
Hand-DIgit-Recognition-Using-CNN-
Trained a CNN model on the MNIST dataset, using tensorflow as backend and implmented a GUI for user to choose various options for predicting the result.
Inventory-and-Billing-System
Inventory management and billilng system for a sweet's shop in Python (MySQL + Flask).
kavach-shell-OS
A simple shell interpreter for demonstrating the use of process control and inter-process communication system calls on UNIX like systems
libthreads-C
Implementation of user threads (3 different threading models), on UNIX-like systems in C
Biggy54321's Repositories
Biggy54321/Inventory-and-Billing-System
Inventory management and billilng system for a sweet's shop in Python (MySQL + Flask).
Biggy54321/libthreads-C
Implementation of user threads (3 different threading models), on UNIX-like systems in C
Biggy54321/cooperative-scheduling-C
Implementation of priority based cooperative scheduling in C
Biggy54321/crypto-rsa-C
Implementation of a simple RSA algorithm in C
Biggy54321/Hand-DIgit-Recognition-Using-CNN-
Trained a CNN model on the MNIST dataset, using tensorflow as backend and implmented a GUI for user to choose various options for predicting the result.
Biggy54321/diff-and-patch
Implementation of a program to display the difference between the two files and a program to merge the differences to a target file
Biggy54321/8086-Microprocessor-Programming-Assignments
Basic 8086 microprocessor assignments
Biggy54321/Artificial-Neural-Networks-from-scratch-
Implementation of ANN(s) using basic python libraries
Biggy54321/Basic-Concurrent-Programming
This repository gives solution to the basic problems in concurrent programming.
Biggy54321/crypto-saes-C
Implementation of Simplified Advanced Encryption Standard symmetric block encryption algorithm in C.
Biggy54321/kavach-shell-OS
A simple shell interpreter for demonstrating the use of process control and inter-process communication system calls on UNIX like systems
Biggy54321/AMPT-assignments
Advanced microprocessors assignments
Biggy54321/AVL-BST-Tress-Comparison
Assignment for comparing the performance of BST and AVL trees
Biggy54321/Baby-Context-Switch
An implementation of context switch for stack of depth one
Biggy54321/crypto-sdes-C
Implementation of Simplified Data Encryption Standard (S-DES) symmetric block encryption algorithm in C.
Biggy54321/crypto-sub-ciphers-C
Implementation of basic substitution ciphers like Caesar and Monoalphabetic ciphers in C.
Biggy54321/dbms-assignments
Database Management system assignments (Third Year Btech)
Biggy54321/Emacs-Configuration
My emacs configuration
Biggy54321/Inode-printing-ext2-fs
The program can be used to display the inode details of any file in an ext2 formatted file system. The contents of only file and can be displayed.
Biggy54321/linux
Linux kernel source tree
Biggy54321/matrix-multiplication-using-pthreads
Matrix mulitplication program for comparing normal approach and threaded approach
Biggy54321/neper
neper is a Linux networking performance tool.
Biggy54321/subnet-calculator-networking
Subnet calculator for printing the subnet parameters of all the possible subnets as per the given cmd line input
Biggy54321/xv6-public
xv6 OS