____________________________________________________ ____ / ) , ---/____/---)__----__------------__----__--_/_---__- / / ) / ) / /___) / ' / (_ ` _/________/_____(___/_____/___(___ _(___ _(_ __(__)_ / (_ /
Plus Linux is a free GNU/Linux distro designed to fit on a floppy disk!
It is built to be small yet functional for experimentation. Currently, it is based
on the LTS version of Linux 1.15.127.
PUTILS will serve as the coreutils for Plus Linux once completed.
It currently includes basic functions like 'ls' and 'ed2,' a tiny text editor
written from scratch in C, inspired by the renowned editor 'ed.'
Get it here!
+--------+-------------------------+--------------------------------------+-----------+ | util | what it does | how to use | available | +--------+-------------------------+--------------------------------------+-----------+ | ls | lists files | ls [-l] [/path/to/file] | ✅ | | cat | write out a file | cat [file] | ❌ | | rm | remove a file/directory | rm [file/directory] | ❌ | | cp | copy a file/directory | cp [file/directory] | ❌ | | ed2 | edit files with ed2 | ed [file] | ✅ | | mkdir | make directories | mkdir [dir name] | ❌ | | mv | move a file/directory | mv [file/directory] [/path/to/place] | ❌ | | pbsh | shell | pbsh (runs the shell) | ✅ | +--------+-------------------------+--------------------------------------+-----------+
Simple C WebServer should be an example for a minimalistic C based WebServer.
It's free to use or copy for anyone. It's meant to be forked, optimized, etc..
Take a look...
CCAT is a simple C program that downloads a specified number of cat images from the internet.
It's free to use or modify, intended to be a simple example of using libcurl and libjson-c in a C program.
Fork it, optimize it, and share the love of cats!
Meow it here!