logo
  • Contact
  • Scribbles
  • Articles

Showing 3 articles with tag bash
  • 2014-08-21

    Why I Love Linux (Through Examples)

    My personal relation to linux, and how it suits me as a power user, and makes workflow optimizations possible. Illustrated purely through examples of scripts and everyday one-liners.

    linux unix bash automation development
  • 2013-08-15

    Mapping the OEIS Database

    A fun project on getting data from the On-Line Encyclopedia of Integer Sequences (OEIS), and visualizing the results. In particular, the relative frequency that each integer occurs in the database.

    linux bash curl math visualization
  • 2013-06-24

    C++ Development Setup - No Time for Sword Fights

    The result of a long series of iterations for minimizing compile time delay.

    • Automatic rebuilds of code and tests
    • Global hotkey triggering of rebuilds and tests
    linux bash c++ SCons