athreya2013's Stars
Cyanogenoid/vqa-counting
[ICLR 2018] Learning to Count Objects in Natural Images for Visual Question Answering
COMP6248-Reproducability-Challenge/vqa_counting
bradtraversy/mongo_file_uploads
Example of uploading files to a MongoDB database
haoliangyu/designing-data-intensive-application
personal booknotes of Designing Data-Intensive Application
aryasoni98/HacktoberfestPR2020
Make your first Pull Request and earn a free tee from GitHub!
kaushani1995/Multiple-Client-to-Client-File-Transfer
As the name suggests file can be shared over a pair of clients and multiple number of these pairs can share simultaneously over a single server. The added challenge is, it is done WITHOUT storing the socket address of any client or server in any way.
Tejesh-Raut/Muti-threaded-server-multi-threaded-client-file-sharing
socket programming in c for muti-threaded server multi-threaded client file sharing
avijit2verma/multi-client-file-server
Implementation of a file server capable of handling multiple clients.
sayhitosandy/Computer_Networks
My assignments for CN course [CSE232] [IIIT-Delhi].
sneakerhax/PNT3
Python tools for networking
tuvo1106/c_simple_shell
UNIX command line interpreter built with C
jarun/spy
:eyes: Linux kernel mode debugfs keylogger
itpcc/OS-Mini-project-memory-virtualization
The source codes for reading sets of memory used in the program. This program is for Ubuntu with sudo. This project is for CPE 334: Operating System (3-2-2-6) (AB) Semester 2/2559 Department of Computer Engineering King Mongkut’s University of Technology Thonburi
daniel4x/fastshell
Implementation of unix based os shell for self studying purpose
Anirudhk94/system-call-crypto
A new system call that can take an input file, encrypt or decrypt it, and then produce an output file.
yadu007/Basic-Unix-Commands-Implementation
Implementation of some Linux commands using system callls