________________________________________________
/ \
| _________________________________________ |
| | | |
| | tjnewton/snippets$ Useful chunks of | |
| | code and information | |
| | that would otherwise | |
| | be lost to the ether | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| |_________________________________________| |
| |
\_________________________________________________/
\___________________________________/
___________________________________________
_-' .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. --- `-_
_-'.-.-. .---.-.-.-.-.-.-.-.-.-.-.-.-.-.-.--. .-.-.`-_
_-'.-.-.-. .---.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-`__`. .-.-.-.`-_
_-'.-.-.-.-. .-----.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-----. .-.-.-.-.`-_
./C/
- C fundamentals overview
- C programs
./bash/
- bash fundamentals overview
- bash scripts
./debug/
- directory to share code for debugging
./grids/
- scripts to process gridded data
- scripts to generate gridded data
./seismology/
- transform earthquake data
./sonification/
Clone this repo in your preferred directory:
git clone https://github.com/tjnewton/snippets.git
Move into the snippets directory:
cd snippets
Use conda to create a Python environment from the snippets.yml file:
conda env create -f snippets.yml
Activate the environment:
conda activate snippets
Launch Jupyter Lab within snippets environment:
jupyter lab
Browse the repo directories and notebooks within Jupyter Lab :)