Pinned Repositories
calculator-in-yacc
Command Line Calculator designed in C using YACC tool
canteen-automation-system
Canteen Management System
college-portal
College Portal
curabl
curabl - virtual clinic
grep
Implementation of grep like command using C Language.
http-server
Simple Http Server
mac-update-scripts
Scripts for installing, updating, cleaning packages installed by package managers supported on macOS
paint
Simple Paint App using `Python3`, `Qt5`.
pybrowser
PyBrowser - Qt Project
resume
My Resume
CHAITANYA-IN's Repositories
CHAITANYA-IN/canteen-automation-system
Canteen Management System
CHAITANYA-IN/mac-update-scripts
Scripts for installing, updating, cleaning packages installed by package managers supported on macOS
CHAITANYA-IN/curabl
curabl - virtual clinic
CHAITANYA-IN/http-server
Simple Http Server
CHAITANYA-IN/paint
Simple Paint App using `Python3`, `Qt5`.
CHAITANYA-IN/pybrowser
PyBrowser - Qt Project
CHAITANYA-IN/resume
My Resume
CHAITANYA-IN/xv6-os-scheduling
Implemented following scheduling algorithms in xv6 operating system: FCFS, Preemptive Priority-based, Lottery
CHAITANYA-IN/calculator-in-yacc
Command Line Calculator designed in C using YACC tool
CHAITANYA-IN/atom
:atom: The hackable text editor
CHAITANYA-IN/authzforce.github.io
GitHub Pages
CHAITANYA-IN/autograding-server-client
Autograding Server and Client
CHAITANYA-IN/book-recommender
Book Recommender
CHAITANYA-IN/cryptography-network-security-assignments
Contains all Cryptography and Network Security course assignments @COEP
CHAITANYA-IN/data_structures
Contains implementation of important data structures in every language
CHAITANYA-IN/dictionary
Implemented Dictionary ADT using Hashing and Trees, with sample word concordance program
CHAITANYA-IN/distributed-systems-assignments
Contains all assignments in Distributed Systems course @COEP
CHAITANYA-IN/docassist
A web application to visualize medicines from different brands and their prices.
CHAITANYA-IN/fake-news-classifier
CHAITANYA-IN/game-of-life
Conway's game of life web version!
CHAITANYA-IN/iitb-proxy
Proxy Authenticating Server for IITB apps
CHAITANYA-IN/my-system-setup
CHAITANYA-IN/portfolio
CHAITANYA-IN/principles-of-programming-languages-assignments
Contains assignments and project in Principles of Programming Languages course @COEP
CHAITANYA-IN/Python
All Algorithms implemented in Python
CHAITANYA-IN/safeexec
safe executor for programming contest auto judge system
CHAITANYA-IN/safeexec-chroot-environment
Chroot environment for cemc/safeexec.git with ssupport for C, C++ and Python3 programs
CHAITANYA-IN/software-engineering-assignments
Contains assignments in Software Engineering Course @COEP
CHAITANYA-IN/system-details-extractor
CHAITANYA-IN/xv6-os-assignments
All Assignments on xv6 operating system