/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

google.github.io
| | wiki.ros.org
5.3 parsecs away

Travel
| | [AI summary] This document outlines the official C++ coding style guide for ROS 2, detailing conventions for naming, formatting, documentation, and best practices to ensure clean, maintainable, and consistent code.
| | eyakubovich.github.io
3.5 parsecs away

Travel
| | The Google Style Guide (GSG) for C++ has become popular outside of just Google. But I don't like it at all. There... I said it. Now I want to take this opportunity to explain why I feel so strongly about it. GSG "style" The general observation is that the style...
| | gist.github.com
5.5 parsecs away

Travel
| | Concrete proposal for async semantics in Swift. GitHub Gist: instantly share code, notes, and snippets.
| | ciesie.com
23.2 parsecs away

Travel
| Today I've played around with Zig, the new, hip (is it hip?) programming language. I find it pretty neat. I'm going to walk you (and myself) through my first, very short, piece of code. Below you can see the entirety of it. It basically allocates a 2MB buffer and reads a file into it... Yep, not particularly impressive, but this is a judgment free, learning zone, ok?! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 const std = @import("std"); const warn = @import("std").