Explore >> Select a destination


You are here

blog.jle.im
| | matbesancon.xyz
4.4 parsecs away

Travel
| | What can automated gradient computations bring to mathematical optimizers, what does it take to compute?
| | nikita-volkov.github.io
5.3 parsecs away

Travel
| | Have you ever looked for a numeric type with a zero to hundred range to describe percentage? Maybe a zero to one to describe a proper fraction of something? A positive integer (without the zero) to enumerate something? A vector of a specific length? Here that comes and not only with the Haskell refinement types library (on GitHub, on Hackage)!
| | blog.thomasheartman.com
3.5 parsecs away

Travel
| | In which we finally have a closer look at typeclasses and take some time to explore some of the most basic ones, how they work, and how we can use them.
| | www.bfilipek.com
33.7 parsecs away

Travel
| The ISO Committee accepted and published the C++17 Standard in December 2017. In this mega-long article, I've built (with your help!) a list of all major features of the new standard. Please have a look and see what we get! Language Features New auto rules for direct-list-initialization static_assert with no message typename in a template template parameter Removing trigraphs Nested namespace definition Attributes for namespaces and enumerators u8 character literals Allow constant evaluation for all non-type template arguments Fold Expressions Unary fold expressions and empty parameter packs Remove Deprecated Use of the register Keyword Remove Deprecated operator++(bool) Removing Deprecated Exception Specifications from C++17 Make exception specifications pa...