Explore >> Select a destination


You are here

linus.dev
| | www.baturin.org
22.0 parsecs away

Travel
| |
| | kristoff.it
17.2 parsecs away

Travel
| | Let's take a quick look at what compile-time execution looks like in Zig.
| | qsantos.fr
16.8 parsecs away

Travel
| | This article will quickly explain the Rust types [T; N], &[T; N], &[T], Vec, &Vec with C code, and what the str, &str, String, OsString and CString add. Arrays and Slices Rust C [T; N] (array)Example: [i32; 100]Allocated on the stack T[N]Example: int[100]Allocated on the stack &[T; N] (array reference)Example: &[i32; 100]N is tracked at ... Continue reading Rust Strings for C Programmers ?
| | www.byjp.me
96.3 parsecs away

Travel
| I'm building a twitterbot to answer questions about things happening on my university campus. Should be fun, I've decided to use Ruby and Active Record as a foundation :) Might be a few days before anything appears on github, I've got a few exams in the near future!