Explore >> Select a destination


You are here

bellard.org
| | www.tiraniddo.dev
4.3 parsecs away

Travel
| | This is part 2 in a short series on the internals of AppLocker (AL). Part 1 is here , part 3 here and part 4 here . In the previous blog ...
| | wingolog.org
4.9 parsecs away

Travel
| | wingolog: article: partial evaluation in guile
| | cigix.me
5.0 parsecs away

Travel
| | [AI summary] The provided text is a detailed excerpt from the C11 standard, specifically focusing on the C programming language's concurrency and synchronization mechanisms. It outlines the concepts of atomic operations, memory ordering, and the 'happens before' relationship, which are crucial for ensuring correct and predictable behavior in multi-threaded programs. The text also touches on environmental considerations, such as character sets and their representation in source and execution environments. The content is highly technical and intended for developers and language designers familiar with concurrent programming and low-level system interactions.
| | arne-mertz.de
26.8 parsecs away

Travel
| In this post I will write a bit about each operator and how a straight forward implementation might look if the operator is meant to work similar to built in operators.