Skip to content
View ramyfarid922's full-sized avatar
💭
Email me for quick responses
💭
Email me for quick responses
  • Cairo, Egypt
Block or Report

Block or report ramyfarid922

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. knapsack-ts knapsack-ts Public

    TypeScript class-based implementation for the knapsack algorithmic problem. The approach taken is bottom-up tabulation method of dynamic programming.

    TypeScript

  2. rabbitmq rabbitmq Public

    Demonstration of the RabbitMQ system design using Node.js publisher and consumer

    JavaScript

  3. node-puppeteer-scraper node-puppeteer-scraper Public

    A Node.js command line app using the puppeteer package to scrape web. The context of scraping is that of the World of War Craft game. The program scrapes the auction house site for the current auct…

    JavaScript

  4. mongo-backer mongo-backer Public

    A wrapper CLI utility around mongodump/mongorestore to facilitate the process of backing and restoring mongodb dumps. The CLI utility uses prompts to take inputs from the user about the DB required…

    Shell

  5. Scanner Scanner Public

    The lexical scanner assignment in c++. An implementation for a minimal scanner for the TINY language

    C++ 1

  6. AES AES Public

    Implementation of the advanced encryption standard algorithm (AES)

    C++