Searching Large GZIP Files: gztool and SQLite

Categories: Coding, Shell Scripting,
I demonstrate how to use gztool and SQLite to provide near random access to large gzip files, and enable querying by fields of interest.
Categories: Coding, Shell Scripting,
I demonstrate how to use gztool and SQLite to provide near random access to large gzip files, and enable querying by fields of interest.
Tags: beautifulsoup, jupyter, python, web scraping
Categories: Coding, Data Science,
I discuss a web scraping project I took on, inspired by a blog post by Jesse Steinweg-Woods. He took on Indeed.com - I take on Monster.com!
Tags: functional programming, haskell
Categories: Coding,
This was my first foray into the functional programming language Haskell. As a mathematically-inclined individual, it was pretty darn fun!