Skip to content
View 0xZzZEN's full-sized avatar
💭
Building skills in C.. [?%]
💭
Building skills in C.. [?%]

Block or report 0xZzZEN

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
0xZzZEN/README.md

Hello, Zdravstvuyte, Bonjour, Hola, Konnichiwa, Nǐ hǎo, Guten Tag, [loading languages..], %username%!👋

I am aspiring SWE, like to be curious and tinker around bytes, trying to understand how stuff works in Computer Science.

Our inquiring minds always (or not always :D) want to know: “How does it work from a different perspective, through the eyes of a computer?” It becomes especially interesting and curious when you start immersing yourself in this world of zeros and ones through games, asking questions like: “How the hell does my character swing a sword?” So my goal is to understand low-level aspect in CS to write performant (where memory bus goes vroom-vroom) software and games.. :) I'll be walking a long way..

My brain currently has allocated such tools in brain memory:

+-------+
| Brain |
+-------+
    |
    v
+-----------------------------------------------------+
| ======== Brain Module Part: Core Languages ======== |
| C                                                   |
| Python                                              |
| Lua                                                 |
| SQL                                                 |
------------------------------------------------------- 
| ======= Brain Module Part: Web Development ======== |
| HTML                                                |
| CSS                                                 |
| JS                                                  |
| PHP                                                 |
-------------------------------------------------------
| ==== Brain Module Part: Tools And Environment ===== |
| gdb                                                 |
| bash                                                |
| git                                                 |
| Vscode                                              |
| valgrind                                            |
| gcc                                                 | 
| WSL Ubuntu                                          |
+-----------------------------------------------------+

  • 🔭 I’m currently working on growth on my "vocabulairy" in C, using different resources (https://beej.us/guide, codewars) and projects to learn.
  • In the future i'd love to expand my knowledge in cpp and Unreal Engine 5
  • I'm passionate about colors of life, music and dance: https://www.instagram.com/sleepingzzen/
    💻🎼🕺🕉️🎭🕵️‍♂️

Pinned Loading

  1. sort_n_search_c sort_n_search_c Public

    Practicing and experimenting with sorting and searching algorithms using C language (with WSL:Ubuntu) and MIT book "Intro to algos"

    C

  2. time_killer_game_prototyping time_killer_game_prototyping Public

    Simple game where you shoot time using some gun

    Lua

  3. tideman tideman Public

    The hardest CS50x problem (it was for me at least), from pset3.

    C