My 42 (Warsaw) parcours #
Notes, projects, fails, wins — the whole ride. I’ll link write-ups and code as I go.
My intra → :42staff: @olsulzyn
Project Tracker #
Dive into the 42 projects located: https://sr.ht/~otsul/42
- Libft — ✅ 125 — C standard library basics reimplemented
- Repo: https://git.sr.ht/~otsul/libft
- Source Map: otsul.net-> –or– git.sr.ht->
- Tester: https://git.sr.ht/~otsul/ftt_libft
- get_next_line — 🚧 in progress — line-by-line file reader
- Repo: TBA
- ft_printf — 🚧 in progress — tiny printf clone
- Repo: TBA
- Born2beroot — 🚧 in progress — Linux server setup and hardening
- Repo: TBA
- push_swap — 🚧 in progress — stack sorting with constrained ops
- Repo: TBA
- so_long / FdF — 🚧 in progress — basic graphics projects
- Repo: TBA
- pipex — 🚧 in progress — pipe-based command chaining
- Repo: TBA
- philosophers — 🚧 in progress — concurrency, threading, deadlocks
- Repo: TBA
- minishell — 🚧 in progress — a small interactive shell
- Repo: TBA
- netpractice — 🚧 in progress — networking fundamentals (no repo)
Helpers / Tools #
ftt_libft
doneSuckless libft tester (42)
Minimal, no‑frills tester for the 42 libft project — fast checks, readable output, zero bloat.
Write‑ups #
- ftt_libft: /posts/ftt_libft/
P.S. Some posts might also land in the main blog: Blog