Skip to content
View alaxar's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Software Engineer @ E-LMIS
  • Ethiopia
  • 06:50 (UTC +03:00)
Block or Report

Block or report alaxar

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

Hi there 👋 WELCOME TO MY GITHUB PROFILE FEEL FREE TO CLONE MY PROJECTS

Alazar Image

  • 🔭 I’m currently working on my Operating System
  • 👯 I’m looking for collaboration on my Operating System
  • 📫 How to reach me: alazardemessie17@gmail.com

Pinned

  1. GTA-GameTrainerInterfacedWithLCD GTA-GameTrainerInterfacedWithLCD Public

    Incrementing GTA's Sniper Ammo By displaying it on an LCD screen (LCD + ARDUINO + SERIAL_COM)

    C++ 4 1

  2. recreating_c_builtin_printf_function_with_c_and_assembly recreating_c_builtin_printf_function_with_c_and_assembly Public

    I have tried to recreate a function called printf which can be found in libc library, it is standard builtin output function, I wrote this code just to show how libc souce is written, when I starte…

    Assembly 6

  3. rot13_encryption_with_c rot13_encryption_with_c Public

    ROT13 ("rotate by 13 places", sometimes hyphenated ROT-13) is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet. ROT13 is a special case of th…

    C 2

  4. graphing-alphabet-letters-with-math-functions graphing-alphabet-letters-with-math-functions Public

    Graphing Alphabet Letters with just one or more mathematical functions (i.e straight line: y = mx+b or parabolas: y = x^2 ) for the purpose of making CNC or Writting machines

    C++ 3

  5. rsa_encryption_on_c rsa_encryption_on_c Public

    RSA Encryption Implementation On C

    C 3

  6. base64_encoding base64_encoding Public

    C 1