Alazar Demessie (@alaxar)
  • Stars
    star
    51
  • Global Rank 325,650 (Top 12 %)
  • Followers 32
  • Following 30
  • Registered almost 8 years ago
  • Most used languages
    C
    69.2 %
    C++
    23.1 %
    Assembly
    7.7 %
  • Location 🇪🇹 Ethiopia
  • Country Total Rank 63
  • Country Ranking
    C
    2
    C++
    3

Top repositories

1

recreating_c_builtin_printf_function_with_c_and_assembly

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 started programming with C I was so curious about how those builtin I/O functions work, I tired many things to see their source file but it wasn't successful, to your surprise you can't find their source on your directory they are placed as object file almost translated into machine code, these functions works by linking your source with the appropriate .o file, but now I wrote you this just to show you how libc functions are written eg. printf, scanf, puts, gets...
Assembly
6
star
2

OSDev

Operating System Development
C
4
star
3

GTA-GameTrainerInterfacedWithLCD

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

CircleEquationWithC

Using Mathematics functions you can make anything possible, this program demonstrates the use of circle equation to draw a circle on the console, this helps developers to do GUI programming easily, and also with mathematics functions you can make your own CNC machine.
C
4
star
5

tar_archive_reader

Reads any tar archive and display its content on console, developed for learning purpose.
C
3
star
6

Intel-32-Bit-Operating-System

OSDev
C
3
star
7

Remote-AdministrationTool-made-in-C

A program that can give access to clients terminal (Windows)
C
3
star
8

rsa_encryption_on_c

RSA Encryption Implementation On C
C
3
star
9

asm_inline_with_c

3
star
10

graphing-alphabet-letters-with-math-functions

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
star
11

numbersystem

Conversion Between Number systems
C++
2
star
12

rot13_encryption_with_c

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 the Caesar cipher which was developed in ancient Rome.
C
2
star
13

alaxar

2
star
14

map-projection-and-plotting-on-pixel

Mercator Map Projection and Plotting physical location(longitude, latitude) on a mercator projected map image
2
star
15

server

This is simple echo server use netcat for the client
1
star
16

fat12_filesystem

FAT12 File system implementation
C
1
star
17

wecare

Hackthon Project
1
star
18

tcp_client_communication_with_socket_and_select_cpp

Client-Server, and Peer-to-peer communication through TCP protocol using socket programming and select in c++
1
star
19

base64_encoding

C
1
star