Explore >> Select a destination


You are here

mortoray.com
| | thomascountz.com
11.7 parsecs away

Travel
| | [AI summary] The article discusses the development of a markdown-to-HTML compiler called markie, explaining the core steps of compiler architecture including lexical analysis, parsing, and target code emission, with examples using Ruby and real-world applications.
| | briancallahan.net
12.7 parsecs away

Travel
| |
| | blog.tst.sh
15.7 parsecs away

Travel
| | SHENZHEN-IO [http://www.zachtronics.com/shenzhen-io/] is an interactive circuit building and programming puzzle game with a programmable microcontroller called the MC6000, it has an extremely simple instruction set and no memory besides 2 registers that can only store numbers from -999 to 999. Each instruction consists of a label,
| | numbersallthewaydown.com
38.3 parsecs away

Travel
| Pointers are a frequently confusing topic for intermediate computer science students. A misunderstanding about the arithmetic surrounding pointers or even the very nature of what a pointer is, is a significant barrier to students that need to code in C or C++, or do tasks with large data that needs to be efficient. By the...