Explore >> Select a destination


You are here

grosser.it
| | www.raycast.com
29.5 parsecs away

Travel
| | Fast, light, and frictionless note-taking experience.
| | www.byjp.me
11.9 parsecs away

Travel
| | I had some time to kill today, so I rewrote the DLC api in Ruby. If you use JDownloader you'll know how useful the DLCs are, essentially they allow you to contain all the links from a variety of online hosting sources in one place with any passwords that might be needed. All this data is also kept encrypted to prevent people from poking around inside and stealing the links! Now, should you wish to create one of these DLCs there's a handy ruby API I've built thats so simple you can even use it from irb! Enjoy.
| | qsantos.fr
15.1 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 ?
| | ectobit.com
110.7 parsecs away

Travel
| Learn how to manually setup Kubernetes cluster on Hetzner Cloud