/

The Heap

heap (noun) /hēp/

  1. a pool of memory where blocks of memory can be allocated and freed in an unordered manner
  2. a disordered pile

This is where I store things I think are interesting and hope might be useful at some point. Like a heap, this page is dynamic can be changed as need be.

Programming

#          ↓ escapes the new line character you don't see
echo hello \
world

Company