C: Delightful C list

For discussions about programming, and for programming questions and advice


Moderator: Forum moderators

Post Reply
lmemsm
Posts: 6
Joined: Fri Jun 04, 2021 1:42 pm
Been thanked: 1 time

C: Delightful C list

Post by lmemsm »

Someone asked me to put together a Delightful list on a topic of interest so I chose lightweight, cross-platform C programs and libraries. Delightful lists are similar to the Awesome lists on github.
Here's the list so far:
https://codeberg.org/lmemsm/delightful-c-software
If anyone has suggestions of other useful C programs or libraries for the list, please post them. Thank you.

User avatar
wiak
Posts: 4311
Joined: Tue Dec 03, 2019 6:10 am
Location: Packing - big job
Has thanked: 70 times
Been thanked: 1296 times
Contact:

Re: Delightful C list

Post by wiak »

Sorry, I meant to reply earlier because you seem to have made a nice looking list.

I'm not doing C these days but if I come across anything I think might be useful to add I'll let you know. I'll certainly check out some of the stuff in your list when I find some time to do that.

https://www.tinylinux.info/
DOWNLOAD wd_multi for hundreds of 'distros' at your fingertips: viewtopic.php?p=99154#p99154
Αξίζει να μεταφραστεί;

User avatar
wiak
Posts: 4311
Joined: Tue Dec 03, 2019 6:10 am
Location: Packing - big job
Has thanked: 70 times
Been thanked: 1296 times
Contact:

Re: Delightful C list

Post by wiak »

tgcrypt looks interesting for a small distro as an alternative to LUKS
Public domain, 2022 release - tiny.

cryptdev sets up encrypted block devices using the Linux kernel's
device-mapper API. It does not require any external libraries, only the
standard C library plus the kernel headers. This makes it a very light
and floaty replacement for the gargantuan heft of libdevmapper, dmsetup,
and cryptsetup.

https://www.tinylinux.info/
DOWNLOAD wd_multi for hundreds of 'distros' at your fingertips: viewtopic.php?p=99154#p99154
Αξίζει να μεταφραστεί;

Post Reply

Return to “Programming”