Pinned Repositories
ANTLP
Yet ANother Tool for Lexer & Parser generator
bittorrent
KP-BitTorrent Client implementation in python. Asynchronous downloading and uploading for large files transfer across networks. Implementation of Tracker protocol along with peer wire protocol (PWP).
bittorrent_web_interface
Building bittorrent web interface using React frontend and Python Flask backend
Blog-application-
Web services provided for writing online contents
codetunes
Generate harmonious music from any programming source code. Fun activity to make the programming a bit less depressing sometimes!
competitive-programming
Hello Programmers :computer: , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
data_compression_techniques
Implementation and analysis of data compression algorithms
IRON-shell
IRON Shell : command-line-interface for executing various UNIX commands with pipes, redirection, signals handling and most of the builtin shell commands. Similar to shells like bash, zsh, etc
kernel_concepts
Operating Systems general concepts and detailed explanation of xv6 kernel.
xv6-kernel-threads
Design and Implementation of kernel level threads for xv6 operating system. Adding system call related to threading environment in xv6 along with userland threading library with one to one mapping and semaphore implementation as synchronisation primitive
kishanpatel22's Repositories
kishanpatel22/bittorrent
KP-BitTorrent Client implementation in python. Asynchronous downloading and uploading for large files transfer across networks. Implementation of Tracker protocol along with peer wire protocol (PWP).
kishanpatel22/xv6-kernel-threads
Design and Implementation of kernel level threads for xv6 operating system. Adding system call related to threading environment in xv6 along with userland threading library with one to one mapping and semaphore implementation as synchronisation primitive
kishanpatel22/IRON-shell
IRON Shell : command-line-interface for executing various UNIX commands with pipes, redirection, signals handling and most of the builtin shell commands. Similar to shells like bash, zsh, etc
kishanpatel22/kernel_concepts
Operating Systems general concepts and detailed explanation of xv6 kernel.
kishanpatel22/ANTLP
Yet ANother Tool for Lexer & Parser generator
kishanpatel22/Blog-application-
Web services provided for writing online contents
kishanpatel22/codetunes
Generate harmonious music from any programming source code. Fun activity to make the programming a bit less depressing sometimes!
kishanpatel22/bittorrent_web_interface
Building bittorrent web interface using React frontend and Python Flask backend
kishanpatel22/competitive-programming
Hello Programmers :computer: , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
kishanpatel22/data_compression_techniques
Implementation and analysis of data compression algorithms
kishanpatel22/dbms_project
kishanpatel22/First-rep
kishanpatel22/GitHubGraduation-2022
Join the GitHub Graduation Yearbook and "walk the stage" on June 11.
kishanpatel22/kishanpatel22
Something which describes me.
kishanpatel22/leetcode_company_wise_questions
This is a repository containing the list of company wise questions available on leetcode premium
kishanpatel22/my_configurations
kishanpatel22/OOPS
Object Oriented Programming Concepts
kishanpatel22/personal-site
Personal Website
kishanpatel22/PPL_assignments
PPL assignments
kishanpatel22/protobuf-example
Google protocol buffer message example
kishanpatel22/text_summarizer
kishanpatel22/xv6-public
xv6 OS