Explore >> Select a destination


You are here

www.astrobetter.com
| | gsverhoeven.github.io
23.6 parsecs away

Travel
| | This blog post describes a sequence of 9 steps to set up a reproducible workflow for scientific writing based on open-source tooling. It boils down to writing the manuscript in Rmarkdown, and using a set of auxiliary tools to manage citations and output to Word to share with collaborators and to prepare the final document for submission to the journal.
| | tink.uk
17.3 parsecs away

Travel
| |
| | www.jeremymorgan.com
15.7 parsecs away

Travel
| | Here are a few easy ways to install Google Chrome Arch Linux and Manjaro.
| | www.softdevtube.com
48.5 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,