Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: gaussian-plume-voila | |
channels: | |
- conda-forge | |
dependencies: | |
- jupyterlab>=3,<4 | |
- voila | |
- ipywidgets | |
- ipympl | |
- matplotlib | |
- numpy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### A Pluto.jl notebook ### | |
# v0.12.10 | |
using Markdown | |
using InteractiveUtils | |
# ╔═╡ 5b1616f2-260c-11eb-2c7f-8dfbf877c6c0 | |
using Markdown, LaTeXStrings, SymPy, JuMP | |
# ╔═╡ ae52c8bc-2611-11eb-3669-df2759d2fad8 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Create a new daily note file. | |
py36 required | |
""" | |
import calendar | |
import datetime | |
from pathlib import Path |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# snippet taken from: | |
# https://gist.github.com/nanpi/de75bdb73c99b4d241517456c973be20 | |
HTOP_VERSION=2.2.0 | |
INSTALL_DIR=/storage/home/$USER/sw/htop/$HTOP_VERSION | |
mkdir -p $INSTALL_DIR/local $INSTALL_DIR/tmp |
NewerOlder