# Useful resources ## Random Dev Blogs [A Random Walk Through Geek-Space](http://www.sebastiansylvan.com/) [I Like Big Bits](http://www.ilikebigbits.com/) ____ ## Algorithms [Log Structured Merge Trees](http://www.benstopford.com/2015/02/14/log-structured-merge-trees/) [Algebraic patterns - Semigroup](http://philipnilsson.github.io/Badness10k/posts/2016-07-14-functional-patterns-semigroup.html) [EXACT STRING MATCHING ALGORITHMS](http://www-igm.univ-mlv.fr/~lecroq/string/index.html) [A Memory Allocator](http://g.oswego.edu/dl/html/malloc.html) [LL and LR Parsing Demystified](http://blog.reverberate.org/2013/07/ll-and-lr-parsing-demystified.html) ____ ## Tips [Falsehoods programmers believe about time](http://infiniteundo.com/post/25326999628/falsehoods-programmers-believe-about-time) [GCC optimizations for embedded software](http://events.linuxfoundation.org/sites/events/files/slides/elc14_raj.pdf) ____ ## Python programming [Useful libraries for data science in Python ยท GitHub](https://github.com/rasbt/pattern_classification/tree/master/resources) [Example Google Style Python Docstrings](http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html) [Welcome to Bokeh](http://bokeh.pydata.org/en/latest/) ### Jupyter Notebook gallery [Notebook Gallery](http://nb.bianp.net/sort/views/) [A gallery of interesting IPython Notebooks](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks) ### Videos [SciPy 2016: "Data Science is Software" tutorial](http://isaacslavitt.com/2016/07/20/data-science-is-software-talk) ____ ## C programming [Bit Twiddling Hacks](https://graphics.stanford.edu/~seander/bithacks.html) [The Lost Art of C Structure Packing](http://www.catb.org/esr/structure-packing/) [Memory management in C programs](http://nethack4.org/blog/memory.html) [Const and Optimization in C](http://nullprogram.com/blog/2016/07/25/) [You Can't Always Hash Pointers in C](http://nullprogram.com/blog/2016/05/30/) [Four Ways to Compile C for Windows](http://nullprogram.com/blog/2016/06/13/)