
SudoX7
@sudox7
Followers
761
Following
211
Media
22
Statuses
85
Build your own text editor in C - 1000 lines, single file, no dependencies. Includes basics, syntax highlighting & search. Found this nice blog that explains how to build a text editor in C, step by step.
1
44
406
added some more commands to my shell project now it supports cat, touch, rm, cd, ls, pwd, mkdir, rmdir, clear, help, and exit
7
11
143
I found a gem, Memory Allocators 101 - Write a simple memory allocator This article is about writing a simple memory allocator in C. Implementing malloc(), calloc(), realloc() and free().
3
29
264
i implemented a shell it supports commands like cd, ls, pwd, clear, help, and exit
7
20
306
hey guys!! can anyone tell me if I can do dsa with c or do I need to learn any other language?
4
1
4
let's build this
Just found this awesome blog on how to build a basic shell in C. Easy to follow and really cool if you want to learn how shells work. Check it out → https://t.co/4CzShKQqd5
0
0
7
I made a simple Snake game in C. Where you control the snake with WASD keys to eat fruit and grow longer. Also includes score tracking.
10
49
609