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

Block or report harounbouhroude

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. My-portfolio My-portfolio Public

    Welcome to my Node.js portfolio project, a robust and modern platform showcasing my skills, projects, and experiences.

    JavaScript

  2. palindrome palindrome Public

    A C++ program to determine if a word is a palindrome. It checks if a word reads the same forwards and backwards, providing feedback on whether the input word exhibits this characteristic.

    C++

  3. automata-method automata-method Public

    JAVA program that recognizes character strings using the automaton method.

    Java

  4. recursive-descent-method recursive-descent-method Public

    syntax analyzer using the recursive descent method with java

    Java

  5. Lexical-analyzer-with-java Lexical-analyzer-with-java Public

    Java program serves as a lexical analyzer that validates a specific pattern within a given string. The validation is done based on predefined rules, and it checks if the input string conforms to a …

    Java

  6. finite-state-automaton-with-java finite-state-automaton-with-java Public

    finite state automaton (FSA) to validate whether a given string is a valid identifier based on specific rules. An identifier can start with a letter and can contain letters, digits, and underscores…