A collection of BeakerX IPython notebooks and PDFs about various topics I actively study.
- Big Data: A collection of anecdotal notes regarding Big Data.
- Books: A collection of detailed notes regarding various books in STEM which I have read.
- Courses: A collection of notes from my senior year in ECE at the University of Waterloo.
- Data Structures and Algorithms: A collection of detailed notes regarding Data Structures and Algorithms when preparing for a technical interview in Java.
- Databases: A collection of detailed notes regarding DBMSs.
- Papers: A collection of papers and surveys of various topics in STEM which I have read.
- Programming Languages: A reference to documentation, development, testing, and productionizing, given a programming language.
- References: A reference of various topics in STEM each with a hyperlink to an article introducing it.
- Big Data
- Books
- Courses
- Data Structures and Algorithms
- Databases
- Papers
- Programming Languages
- References
- Install
pre-commit
.
pip install pre-commit
- Clone the repository.
git clone git@github.com:jparkie/Programming-Notebook.git
- Initialize
pre-commit
in the repository root directory.
pre-commit install
- Convert all BeakerX IPython notebooks into HTML.
pre-commit run --all-files