/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

janakiev.com
| | gouthamanbalaraman.com
9.0 parsecs away

Travel
| | Some notes on profiling python code in the Jupyter notebook environment
| | hamatti.org
9.4 parsecs away

Travel
| | Do you have computationally expensive functions that are called often? Memoizing is a strategy that caches results in memory so the full computation can be skipped in future calls.
| | typethepipe.com
8.9 parsecs away

Travel
| | Plot your confidence interval easily with R! With ggplot2 geom_ribbon() function you can add shadowed areas to your lines. We show you how to deal with it!
| | bosker.wordpress.com
32.3 parsecs away

Travel
| Calling all bash users. This is a public service announcement. Heres something you need to know if you want to write bash scripts that work reliably, but you probably dont. Recommendations For script authors: Every bash script that uses the cd command with a relative path needs to call unset CDPATH, or else it may