Explore >> Select a destination


You are here

sudonull.com
| | blog.evanchen.cc
1.7 parsecs away

Travel
| | Link to current draft This is an index of the current and previous versions of the Napkin project. See here for a description of the project. You can also find the source code on GitHub. For historical reasons, here are some periodic snapshots of past drafts of the Napkin. February 20, 2019 August 22, 2018...
| | blog.numericcitizen.me
0.9 parsecs away

Travel
| | It's sad to see Micro Social being abandoned. Are there other ways? Why not make the source code open source? Or sell it? Can someone take over the ...
| | www.prepend.com
1.8 parsecs away

Travel
| | I've noticed a growing trend with government projects claiming to be open source but then restricting access to source code and binaries. The US government i...
| | sookocheff.com
17.8 parsecs away

Travel
| Evaluating lambda functions requires using lots of brackets, which can be tedious and are a major source of error for evaluating expressions by hand. To simplify expressions, you can omit brackets when it is clear what the intention of the function is. Particularly, a function application can omit the brackets surrounding each individual parameter and assume the function is applied to the nearest argument. So, instead of expressing a function of three arguments as