Explore >> Select a destination


You are here

theartofmachinery.com
| | seb.wilzba.ch
15.5 parsecs away

Travel
| | You might have seen that I have been coding a lot in D lately and as a few weeks ago there was theExpressive C++17 Coding Challengewith its winner in C++ now...
| | renato.athaydes.com
8.6 parsecs away

Travel
| |
| | blog.zdsmith.com
7.2 parsecs away

Travel
| | Compile-Time Sort in Nim : ## Compile-Time Sort in D Michael Parker recently wrote a blog post showing how to implement a [compile-time quicksort in D][D] after Björn Fahller recently wrote a blog post showing how to implement a [compile-time quicksort in C++17][C]. It's a skillful demonstration that employs D's powerful compile-time programming capabilities to write code that, while not always useful, is quite concise. [D]: https://dlang.org/blog/2017/06/05/compile-time-sort-in-d/
| | www.joeltok.com
65.1 parsecs away

Travel
| The Problem Over the years I've often needed to search for specific files by their name in Visual Studio Code, but never figured out how to do it. I had always assumed that a Command F would reveal the file to me, but nope, that always only searched within files. So I've had to always resort to using complicated bash commands from search engine results (searching a new method each time I needed to do this), or literally trying my luck poking at folders in a random search.