Skip to content

Instantly share code, notes, and snippets.

@nullmightybofo
nullmightybofo / README.md
Last active October 30, 2021 18:52 — forked from linderd/README.md
Linux on Thinkpad P14s Gen2 AMD / T14 Gen2 AMD

Linux (Ubuntu 21.10) on a Thinkpad P14s Gen2 AMD

This is a fork where I'll try to show my own experience and setup for running Linux + Win 10 dual boot on a 2021 Thinkpad P14s Gen2 with AMD Ryzen 7 5850U. I recommend to as well look at the gist I forked this from!

Detailed specs

Shipped:

@nullmightybofo
nullmightybofo / melodyplot.py
Created September 5, 2021 09:58 — forked from lostanlen/melodyplot.py
Melodyplot: a waveplot in the piano-roll domain
import librosa
from librosa.display import specshow
import matplotlib
from matplotlib import pyplot as plt
import numpy as np
import os
import scipy.signal
%matplotlib inline