Skip to content
View shaduk's full-sized avatar

Block or report shaduk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. GroupMessenger2 GroupMessenger2 Public

    Group messenger Android app that sends messages to 5 AVDs and store them in a permanent key-value storage. Also implemented and algorithm for Total and FIFO Ordering Guarantees. Uses SQLite as loca…

    Java

  2. Amazon-Dynamo-DB-Style-Storage Amazon-Dynamo-DB-Style-Storage Public

    Implemented a simplified version of Amazon Dynamo DB. There are three main pieces which have been implemented: 1) Partitioning, 2) Replication, and 3) Failure handling. The main goal is to provide …

    Java

  3. Parallel-text-processing-using-Hadoop-MapReduce Parallel-text-processing-using-Hadoop-MapReduce Public

    This problem was provided by researchers in the Classics department at UB. They have provided two classical texts and a lemmatization file to convert words from one form to a standard or normal for…

    Python

  4. OrderEntryMockingPractice OrderEntryMockingPractice Public

    Forked from crmckenzie/OrderEntryMockingPractice

    Practice exercise to learn mocking (for training purposes).

    C# 1

  5. Distance-Vector-Protocol-over-Simulated-Routers Distance-Vector-Protocol-over-Simulated-Routers Public

    Implemented distance vector protocol on top of five servers (behaving as routers). Implementation uses UDP as transport layer protocol to exchange routing messages.

    C 3

  6. NeuralNetwork NeuralNetwork Public

    Implemented a Multilayer Perceptron Neural Network and evaluated its performance in classifying handwritten digits. Also used the same network to analyse a more challenging face dataset and compar…

    Python