Skip to content
View idbella's full-sized avatar
🎯
Focusing
🎯
Focusing
  • 1337
  • agadir, morocco

Highlights

  • Pro
Block or Report

Block or report idbella

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. strace strace Public

    Strace is a debugging tool under Linux to monitor system calls used by a program, and all the signals it receives.

    C

  2. malloc malloc Public

    This mini project is about writing a dynamic allocation memory management library. So that it can be used with some programs already in use without modifying or recompiling them

    C 1

  3. minishell minishell Public

    this project is a mini-shell capable of reading and evaluating simple user commands. trivial lexical analysis and parsing of the command. searching for the corresponding binary on the machine and e…

    C

  4. fdf fdf Public

    this project is about creating a simplified 3D graphic representation of arelief landscape using minilibx library

    C

  5. tasklord tasklord Public

    Job control and monitoring

    Python 1

  6. 42sh 42sh Public

    this project is a bash-like shell program it supports pipes, redirections and job control

    C