You are here |
mirageos.org | ||
| | | |
sergioprado.blog
|
|
| | | | This is the second part of the article about embedded Linux security. | |
| | | |
gcher.com
|
|
| | | | As of 2019, C and C++ are the only programming languages that are supported by virtually any platforms on the market. For example both iOS and android support compiling C and C++ directly as part of their official IDEs. This is one of the reason why I decided to write my voxel editor Goxel in C99: I wanted to be able to run it on Linux, Mac, Windows, iOS, and now I am working on a Android port as well. | |
| | | |
www.cs.cornell.edu
|
|
| | | | As a side project, I wrote a simple implementation of green threads for the Python programming language. The library is called Bluelet and it uses Python's native implementation of coroutines. Bluelet makes it easy to write concurrent socket programs without OS threads, multiple processes, or select()-and-dispatch loops. | |
| | | |
johannesbrodwall.com
|
|
| |