Explore >> Select a destination


You are here

maddie.info
| | www.foonathan.net
11.7 parsecs away

Travel
| | The size of std::array is known at compile-time given the type. Yet it only provides a regular .size() member function: template struct array { constexpr std::size_t size() const { return N; } }; This is annoying if you're writing generic code that expects some sort of compile-time sized range.
| | formulae.brew.sh
12.2 parsecs away

Travel
| | Homebrew's package index
| | github.com
15.1 parsecs away

Travel
| | Python implementation of the Jeeves programming language. - jeanqasaur/jeeves
| | mozzy.dev
108.0 parsecs away

Travel
| A quick look at how to set up ASP.NET on a Mac.