Skip to content
View LaraibZafar's full-sized avatar
🐈
🐈
Block or Report

Block or report LaraibZafar

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. DI-container DI-container Public

    Constructor Dependency Injection Container

    TypeScript

  2. Client-Server-Multi-Processed-Multi-Threaded-Linux-Shell Client-Server-Multi-Processed-Multi-Threaded-Linux-Shell Public

    Client Sever Architecture made using Unix APIs on Linux, Client and Server are Connected through Sockets and so can be connected from different machines, Both function in a Parallel manner , Multip…

    C++ 1

  3. Ether-Store Ether-Store Public

    E-Commerce Store using React, Redux, Hooks ,Styled Components(limited) and Firebase.

    JavaScript

  4. Compiler--Scannar-Parser Compiler--Scannar-Parser Public

    Developed the frontend of a Compiler in Java to generate an Abstract Syntax Tree of the given code. Implemented a Scanner for the compiler to perform Lexical Analysis and tokenization of the input …

    Java 2

  5. Dev-Reddit Dev-Reddit Public

    Reddit replacement for Developers using MERN

    JavaScript

  6. Path-Finder-Maze-Generator Path-Finder-Maze-Generator Public

    The Application uses Tree traversal Algorithms to generate a random maze and to find the shortest path through it. used DFS to generate a random maze, and BFS to find the Shortest path.

    Java