Top 3 C Teaching Projects
-
selfie
An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.
It's also more than simply a compiler, there are emulator and hypervisor built in etc. Very interesting, check it out on GitHub.
-
Yes it should work properly. See this release https://github.com/SafeExamBrowser/seb-mac/releases/tag/2.3
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
I've used a similar pipeline to create "books for code and infrastructure". A/k/a coding in a somewhat literate programming style. Similar to what is described here:
gemini://gemini.robrohan.com/2022-04-23-narrative-programming.md
With output that looks similar to this: https://github.com/robrohan/wefx/blob/main/docs/manual.pdf
Using a github action like this: https://github.com/robrohan/wefx/blob/main/.github/workflows...
(most of the code borrowed from those projects)
You can do it with just plain markdown files and use directories for chapters / organization if you're just going for prose.
I've thought about using the process to try to make open textbooks where you can mix and match chapters, but I don't have any experience in that field.
Anyway, can confirm, it's an incredibly useful process.
C Teaching related posts
Index
What are some of the best open-source Teaching projects in C? This list will help you:
Project | Stars | |
---|---|---|
1 | selfie | 1,445 |
2 | seb-mac | 65 |
3 | wefx | 18 |
Are you hiring? Post a new remote job listing for free.