Skip to content
View arbelklein's full-sized avatar

Block or report arbelklein

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 250 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 Loading

  1. Assembler Assembler Public

    This repository contains an assembler project predominantly written in C, with supporting Makefiles. The project includes tools and libraries for assembling code, demonstrating low-level programmin…

    C

  2. Message-Slot-Kernel-Module Message-Slot-Kernel-Module Public

    This repository contains a Linux kernel module implementation for message slots, primarily written in C with supporting Makefiles. The project includes functionalities for inter-process communicati…

    C

  3. AVL-Tree AVL-Tree Public

    This repository contains an implementation of the AVL Tree data structure, entirely written in Python. The project includes functionalities for insertion, deletion, and balancing of nodes in the AV…

    Python

  4. Vaccum-Cleaner Vaccum-Cleaner Public

    This repository contains the codebase for a vacuum cleaner project, showcasing a blend of C++, Python, and CMake. The project includes algorithms for navigation, obstacle detection, and path planni…

    C++

  5. Mini-Shell Mini-Shell Public

    This repository contains the implementation of a mini shell written in C. The project includes functionalities for command execution, built-in commands, and process management, demonstrating core c…

    C

  6. SIMP-Assembler-Simulator SIMP-Assembler-Simulator Public

    This repository contains a simulator for the SIMP assembler, primarily written in C with some Assembly code. The project includes tools and libraries for simulating the assembly process, showcasing…

    C