Skip to content
View Kr-Abdou's full-sized avatar

Highlights

  • Pro

Block or report Kr-Abdou

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. memory-managemnt-sim memory-managemnt-sim Public

    C

  2. contiguous-allocation-using-bitmap contiguous-allocation-using-bitmap Public

    we consider a memory allocated on demand by zones of variable size.the number of partitions (free and allocated) in this case is not constatnt. to maintain the state of the memory, there are sever…

    C

  3. finite-automaton-c-FSA finite-automaton-c-FSA Public

    This code is written in the C programming language and is designed to implement a Finite State Automaton (FSA). It takes in input the number of states, number of terminal symbols, number of termina…

    C

  4. GrammarInspector GrammarInspector Public

    This program reads in a context-free grammar from a file, determines the type of the grammar, and displays information about the grammar and its rules.

    C

  5. JavaFx-Calculator-TP JavaFx-Calculator-TP Public

    This Java and JavaFX-based scientific calculator implementation has some missing functions to add: Handling complex equations, for example, sin * ln / cos + 54; you can use a stack for that. Change…

    Java

  6. Paint-JavaFx Paint-JavaFx Public

    Java