Profun Alternatives
Similar projects and alternatives to profun
-
Redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
src
Read-only git conversion of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the [email protected] mailing list.
-
profun reviews and mentions
-
Ask HN: Learn C in 2023?
A main issue with learning C is getting the architecture right (header and source files), and figuring out the tooling for compiling and debugging and building (gcc and gdb and make/cmake for example). I like C in a Nutshell 2nd ed (Prinz/Crawford) 2016 as a reference for any questions about that:
https://www.oreilly.com/library/view/c-in-a/9781491924174/
As far as code examples, I find there's of simple C graphics programs using the SDL2 library discussed on Youtube. Also simple ncurses programs are worth looking at. For example here's a video on making a tic-tac-toe game with pure C linked to github source code, just a few files:
https://www.youtube.com/watch?v=gCVMkKgs3uQ
https://github.com/tsoding/profun/tree/master/procedural
For practice, CodeWars has a lot of nice simple C challenges to work on.
-
Looking for Haskell example programs
Source code: https://github.com/tsoding/profun/tree/master/functional
Stats
The primary programming language of profun is C.