Skip to content

Instantly share code, notes, and snippets.

View cmitR's full-sized avatar

cmitR

  • DHI A/S
  • UK
View GitHub Profile
@cmitR
cmitR / clickplot.py
Created November 8, 2017 07:20 — forked from smathot/clickplot.py
Clickable interactive matplotlib figure
#!/usr/bin/env python
#-*- coding:utf-8 -*-
from matplotlib import pyplot
import numpy as np
class ClickPlot:
"""
A clickable matplotlib figure
@cmitR
cmitR / README.md
Created July 24, 2018 08:49 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@cmitR
cmitR / pi.sh
Created February 3, 2021 22:34 — forked from jamesmoriarty/pi.sh
Raspberry Pi - hfs+, external disk, samba, minidlna, transmission
sudo raspi-config
sudo reboot
# mount external disk
sudo apt-get install hfsplus hfsutils hfsprogs
sudo mkdir /media/usb0
sudo nano /etc/fstab
# /dev/sda2 /media/usb0 hfsplus defaults,force,gid=pi,uid=pi,noatime 0 0
sudo chown -R root:users /media/usb0/
sudo chmod -R ug=rwx,o=rx /media/usb0/
@cmitR
cmitR / period-kdtree.ipynb
Created July 6, 2022 06:31 — forked from ecomodeller/period-kdtree.ipynb
Period KDtree.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.