Skip to main content
Madagascar's user avatar
Madagascar's user avatar
Madagascar's user avatar
Madagascar
  • Member for 3 years, 2 months
  • Last seen more than a month ago
17 votes
5 answers
5k views

malloc() and free() implementation

11 votes
2 answers
1k views

Multiperson chat server using the select() API

10 votes
5 answers
2k views

Detecting balanced parentheses

9 votes
3 answers
2k views

Executing a shell command OS-independently

9 votes
4 answers
1k views

Reverse Engineering Data Files (Binary Visualization)

9 votes
4 answers
1k views

An Attempt at Creating Generic Min()/Max() for Fundamental Types

8 votes
2 answers
267 views

Generic Max() for Integer Types (including Boolean)

8 votes
1 answer
351 views

C++ - Lexer for the Monkey Programming Language from the book "Writing An Interpreter In Go"

8 votes
4 answers
3k views

An Arena/Bump Allocator in C

8 votes
2 answers
789 views

Wrappers around write() and read() and a function to copy file permissions

7 votes
3 answers
320 views

Copy a file portably across UNIX and UNIX-like systems with POSIX API (modeled after Boost's copy_file())

7 votes
2 answers
406 views

An Arena/Bump Allocator in C (Follow-up)

7 votes
2 answers
828 views

Consolidating GNU C's and C23's attributes

7 votes
1 answer
325 views

Reading a file into lines with mmap vs getline

7 votes
7 answers
520 views

A simple shell in C

6 votes
2 answers
222 views

Generic map-like function

6 votes
2 answers
249 views

Advent of Code 2023 day 1: Trebuchet (Part 1 and 2) Follow-up

6 votes
2 answers
394 views

Wordle50 - A Command-Line Word Game

6 votes
4 answers
1k views

Filter: BMP Image Filtering Tool

6 votes
0 answers
305 views

tbf - An Optimizing Brainfuck Interpreter and Transpiler in C

6 votes
3 answers
239 views

An Attempt at Creating a Type-Safe, Generic Swap Macro With Compile Time Error Checking

5 votes
2 answers
148 views

Compare two files in 16-bit DOS assembly

5 votes
2 answers
768 views

A small REPL in Python

5 votes
1 answer
557 views

C++ - Find all duplicate files (follow-up)

5 votes
2 answers
1k views

An Implementation of UNIX wc shell utility

5 votes
2 answers
141 views

Find the Size of a File in a Portable Manner (revision)

5 votes
1 answer
290 views

Parsing command-line arguments with getopt in C++

5 votes
1 answer
243 views

Unit Tests for an Arena Allocator

5 votes
4 answers
430 views

Implementing basename, stpcpy, asprintf, vasprintf, strchrnul, and strcasecmp

5 votes
2 answers
293 views

Time Format Conversion Utility