Explore >> Select a destination


You are here

swtch.com
| | www.mdk-photo.com
4.7 parsecs away

Travel
| | [AI summary] The text provides a comprehensive guide to regular expressions, covering syntax, operators, and advanced features with examples for various programming languages.
| | deniskyashif.com
3.3 parsecs away

Travel
| | In this article we learn how to implement a simple and efficient regular expression engine following the Thompson's construction algorithm.
| | twomorecents.org
2.1 parsecs away

Travel
| | [AI summary] This text is a detailed exploration of the development and implementation of a regular expression engine, drawing from the works of several key figures in the field. It covers various features and techniques, including capturing groups, backreferences, numeric ranges, and the use of threads to simulate backtracking. The author also discusses the inspiration from Russ Cox, Rob Pike, and Ken Thompson, and their contributions to the field of regular expressions and computing.
| | www.dgendill.com
17.9 parsecs away

Travel
| [AI summary] A detailed exploration of using Rust and WebAssembly for system-level programming, focusing on memory management, allocator implementation, and low-level concepts like alignment and size in memory layout.