Skip to content
View manzala's full-sized avatar
🙏
🙏
Block or Report

Block or report manzala

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

  1. JustDesserts JustDesserts Public

    A fullstack social media web application designed to share the love of desserts with different people. Especially those with dietary restrictions.

    JavaScript 2

  2. Alloy Alloy Public

    Used alloy to understand Threads and Processes such as semaphores, mutex, and race conditions

    Alloy 1

  3. Analysis-of-Algorithms Analysis-of-Algorithms Public

    Implementations of sorting algorithms such as merge sort and insertion sort, etc.

    Python

  4. Cryptography-and-Cryptanalysis Cryptography-and-Cryptanalysis Public

    Encryption Algorithms implemented in python such as One-Time-Pad, RSA (Rivest–Shamir–Adleman), and Cesarean shift

    Python

  5. Pattern-Matching Pattern-Matching Public

    Regular Expressions in Perl define special operators that test whether a particular pattern appears in a character string. The result of the =~ operation is one of the following: A nonzero value, o…

  6. Shape-Inheritance Shape-Inheritance Public

    Implemented Polymorphism in Object Oriented Programming in terms of shape hierachy

    C++