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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. GroupMessenger2GroupMessenger2Public

    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-StorageAmazon-Dynamo-DB-Style-StoragePublic

    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-MapReduceParallel-text-processing-using-Hadoop-MapReducePublic

    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. OrderEntryMockingPracticeOrderEntryMockingPracticePublic

    Forked from crmckenzie/OrderEntryMockingPractice

    Practice exercise to learn mocking (for training purposes).

    C# 1

  5. Distance-Vector-Protocol-over-Simulated-RoutersDistance-Vector-Protocol-over-Simulated-RoutersPublic

    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. NeuralNetworkNeuralNetworkPublic

    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