Pinned Repositories
ACC-DjangoORM-Continuation-of-ACC-PSQL-
Continuation of the ACC-PSQL repo. Implemented the aforementioned queries on on Django ORM, so there was no need to write explicit SQL code.
ACC-PSQL
Some practice with PSQL w/ C++ library 'pqxx', reading from text and adding to database, make some given queries. Database is on statistics about ACC league.
AES_encryption
Programming-Data-Structures-and-Algorithms-Assignments
Here are the assignments that I have completed for the Graduate Course named above. These were programming assignments at the beginning of my career, so most likely they are not in a good state:)
Proxy-Server
Created Proxy Server with Wenqian Tong, for the course Engineering Robust Server Software. Proxy server acts as a bridge between client and requested server, forwards requests and responses, caches responses when applicable, and saves the log under log directory.
sneaky_module
Install a sneaky kernel module, which redirects 'open' syscall and hides its existence from ls, grep etc(Returning to how it is at the end)
Socket-Programming-Hot-Potato
Basically a practice on socket programming. Ringmaster accepts incoming connections from players, sets up a ring and sends it to a random player with set num of hops. When hops==0, the player becomes 'it', returns the trace back to the ringmaster. Ringmaster gracefully closes the connections.
burak-gunay's Repositories
burak-gunay/Programming-Data-Structures-and-Algorithms-Assignments
Here are the assignments that I have completed for the Graduate Course named above. These were programming assignments at the beginning of my career, so most likely they are not in a good state:)
burak-gunay/ACC-PSQL
Some practice with PSQL w/ C++ library 'pqxx', reading from text and adding to database, make some given queries. Database is on statistics about ACC league.
burak-gunay/Proxy-Server
Created Proxy Server with Wenqian Tong, for the course Engineering Robust Server Software. Proxy server acts as a bridge between client and requested server, forwards requests and responses, caches responses when applicable, and saves the log under log directory.
burak-gunay/ACC-DjangoORM-Continuation-of-ACC-PSQL-
Continuation of the ACC-PSQL repo. Implemented the aforementioned queries on on Django ORM, so there was no need to write explicit SQL code.
burak-gunay/AES_encryption
burak-gunay/sneaky_module
Install a sneaky kernel module, which redirects 'open' syscall and hides its existence from ls, grep etc(Returning to how it is at the end)
burak-gunay/Socket-Programming-Hot-Potato
Basically a practice on socket programming. Ringmaster accepts incoming connections from players, sets up a ring and sends it to a random player with set num of hops. When hops==0, the player becomes 'it', returns the trace back to the ringmaster. Ringmaster gracefully closes the connections.