Pinned Repositories
advanced_programming_tu1
antonio20028
Config files for my GitHub profile.
AP_FinalProject
assets
Data-Structures-Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
IPC-demo
Linux Inter Process Communication examples
Karanjot-singh
lab
OS_refresher_assignment
PIS_Project
antonio20028's Repositories
antonio20028/advanced_programming_tu1
antonio20028/antonio20028
Config files for my GitHub profile.
antonio20028/AP_FinalProject
antonio20028/assets
antonio20028/Data-Structures-Algorithms
Your personal library of every algorithm and data structure code that you will ever encounter
antonio20028/IPC-demo
Linux Inter Process Communication examples
antonio20028/Karanjot-singh
antonio20028/lab
antonio20028/OS_refresher_assignment
antonio20028/PIS_Project
antonio20028/promote-your-next-startup
🚀 Free resources you may use to promote your next startup
antonio20028/scrcpy
Display and control your Android device
antonio20028/training-data-analyst
Labs and demos for courses for GCP Training (http://cloud.google.com/training).
antonio20028/bootcamp2022
The repo for all content related to Bootcamp 2022.
antonio20028/CO_assignment
antonio20028/compose-camp-gdsc-iiitd-mail-app
antonio20028/File_sharing_webapp_like_Dropbox
A file sharing web-app like dropbox with login and signup pages. Users can login to see their previously uploaded files and share them with other users to download.
antonio20028/hero
Hero game Java application example
antonio20028/ezshare
Easily share files, folders and clipboard over LAN - Like Google Drive but without internet
antonio20028/File-Transfer-using-TCP-Socket-in-C
A simple TCP client-server program written in C. In this program the client read a file and send its data to server. The server then receives the data and write it in a text file.
antonio20028/Multiple-Client-Server-Program-in-C-using-fork
A simple tcp client server application that describes the communication between the client and a server. The server is a simple echo sever that can handle multiple client using fork.
antonio20028/Multithreading-Socket-Communication
Implemented a Multi threading server client communication using fork, thread, select system call and also used TCP daytime. Visualized performance metrics using Mininet. Implemented a TCP based multi threaded echo server client communication in C programming language.
antonio20028/opens3box
Dropbox-like frontend for Amazon S3
antonio20028/P2P-chat
A peer to peer chat system where with the help of central server, connected to multiple clients, any two clients connect and interact.
antonio20028/parsec-cloud
Open source Dropbox-like file sharing with full client encryption !
antonio20028/socket-client_Linux_MultiTHREAD
This is a C socket client with multi-threading
antonio20028/TCP-IP-NP
《TCP/IP网络编程》((韩)尹圣雨) 学习笔记
antonio20028/UDP-TCP-File-Transfer
A classical Unix multi-thread server and client in C language using sockets.