minor stuff
This commit is contained in:
5
logseq-folders.sh
Executable file
5
logseq-folders.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
eza --only-dirs | while read -r line; do
|
||||||
|
mv $line* "$line/"
|
||||||
|
done
|
||||||
|
|
||||||
7
noten.py
7
noten.py
@@ -1,12 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import numpy as np
|
|
||||||
import seaborn as sns
|
|
||||||
import matplotlib.pyplot as plt
|
|
||||||
target_lp = 90
|
target_lp = 90
|
||||||
data = pd.read_csv('./noten.csv')
|
data = pd.read_csv('./noten.csv')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user