Skip to content
View alecksandr26's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report alecksandr26

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
alecksandr26/README.md

Matrix SVG

Hi, I’m Erick or @alecksandr πŸ‘‹

LinkedInΒ  GmailΒ  YoutubeΒ 


Alt Text

GIF

Passionate Computer Science Student and Developer πŸš€

Hello there! πŸ‘‹ I'm Erick, a dedicated student of computer science with a fervent passion for coding and technology.


Here's a little about me:

  • Programming Languages: I like to code in C/C++, Python, and Linux assembly. πŸ’»πŸ˜
  • Operating System: Linux is not just an OS for me; it's my beloved work environment where I feel most at home. πŸ§πŸ’•
  • Projects: I pour my heart and soul into my personal projects. Feel free to explore and tinker with any of them – they're open for forking! πŸ› οΈ
  • Academic Pursuit: Currently immersed in the captivating world of computer science, where every line of code feels like a stroke of art. 🎨
  • Get in Touch: Interested in discussing projects, collaboration, or just want to say hi? Check out my resume for more information. Let's connect! πŸ™Œ

I believe in the transformative power of technology and am excited to contribute to its evolution. Let's code the future together! πŸ’»βœ¨



My stats

GIF GIF

Pinned Loading

  1. except-c except-c Public

    A simple macro interface module that adds the capability to handle exceptions in C.

    C 6

  2. xlib-paint xlib-paint Public

    This is just a simple xlib painting program.

    C 4 1

  3. chatbot-api chatbot-api Public archive

    A straightforward RESTful API for a chatbot using Django.

    Python 1

  4. mem-c mem-c Public

    mem-c is a simple memory allocator using a heap data structure with the mmap Linux syscall for dynamic memory management. It has a worst-case search time of O(log n) . The allocator supports memory…

    C 3