Skip to content
View rghouzra's full-sized avatar
🕵️‍♀️
🕵️‍♀️

Highlights

  • Pro

Organizations

@BlaanTeam @Barameej-Al-Qawaqea

Block or report rghouzra

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
rghouzra/readme.s
section .data
    profile_info db "Hi, I'm Reda Ghouzraf", 10
    level_info db "A passionate low level developer", 10
    languages db "Languages and Tools:", 10
    languages_list db "C/C++, Assembly, Bash", 10

section .text
    global _start

_start:
    mov eax, 4
    mov ebx, 1
    mov ecx, profile_info
    mov edx, 22
    int 0x80
    mov eax, 4
    mov ebx, 1
    mov ecx, level_info
    mov edx, 33
    int 0x80

    
    mov eax, 4
    mov ebx, 1
    mov ecx, languages
    mov edx, 21
    int 0x80

    mov eax, 4
    mov ebx, 1
    mov ecx, languages_list
    mov edx, 21
    int 0x80

    mov eax, 1          ; Syscall sys_exit --
    xor ebx, ebx        ; for 0 return
    int 0x80

; you can see the output of this code in https://godbolt.org/z/KzWbjWPz7

Pinned Loading

  1. mnsh Public

    MiniShell, it's like bash simple executor and reader.

    C 2

  2. raycaster-game-vec2-trigonemtry Public

    game implemented using raycasting

    C 3

  3. fract-ol Public

    Discover 2D programming and the psychedelic world of fractals thanks to this project to be carried out with minilibX.

    C 1

  4. simple-lxcontainer_fs Public

    simple linux countainer from scratch

    C 3

  5. Barameej-Al-Qawaqea/irc-server Public

    C++ 2 1

  6. BinaryTreeVisualizer Public

    print a binary tree in dot/json format

    C 6

1,288 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing rghouzra's contributions from April 07, 2024 to April 07, 2025. The contributions are 95% commits, 5% pull requests, 0% code review, 0% issues.   Code review   Issues 5% Pull requests 95% Commits

Contribution activity

April 2025

Created 4 commits in 1 repository
Created 1 repository
Loading