• Stars
    star
    4
  • Rank 3,210,880 (Top 65 %)
  • Language
    C++
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More 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

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
4

tar_archive_reader

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

Intel-32-Bit-Operating-System

OSDev
C
3
star
6

Remote-AdministrationTool-made-in-C

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

rsa_encryption_on_c

RSA Encryption Implementation On C
C
3
star
8

asm_inline_with_c

3
star
9

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
10

numbersystem

Conversion Between Number systems
C++
2
star
11

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
12

alaxar

2
star
13

map-projection-and-plotting-on-pixel

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

server

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

fat12_filesystem

FAT12 File system implementation
C
1
star
16

wecare

Hackthon Project
1
star
17

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
18

base64_encoding

C
1
star