Skip to content
View Furqan558's full-sized avatar

Block or report Furqan558

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

Popular repositories Loading

  1. Vision-AI-Desktop-Assistant-with-python Vision-AI-Desktop-Assistant-with-python Public

    This is a Desktop Assistant open source code to help and assist in daily life tasks.

    Python

  2. React-E-HRMS React-E-HRMS Public

    This is a "Work in Progress" React Project which is about E-HRMS (Human Resource Management System)

    JavaScript

  3. Smart-Buy Smart-Buy Public

    Forked from KushalVijay/Smart-Buy

    Django webapp that scrapes all the required product information like prices ,name, rating , images ,description etc from popular eCommerce websites.The website can be used to compare similar produc…

    Python

  4. Compiler-Construction-with-python Compiler-Construction-with-python Public

    Lexical Analyzer , Syntax Analyzer and Semantic Analyzer. using, DFA, FSA, cfgs, regular expressions , will implement different parsers e.g CLR0, LL1 , OPERATOR etc

    Python

  5. Artificial-Intelligence Artificial-Intelligence Public

    ant colony optimization, travelling salesman problem, map coloring in AI, swarm intelligence etc.

    Jupyter Notebook

  6. RE2NFA2DFA2MFA RE2NFA2DFA2MFA Public

    Forked from Solawhite/RE2NFA2DFA2MFA

    1. Use Thompson algorithm to convert the regular expression to NFA 2. Use the subset construct to convert NFA to DFA 3. Minimize DFA to MFA 4. Use MFA to match strings

    Java