Various Jupyter Scripts for plotting
git rev-list --left-right master...refs/remotes/origin/master
What it does:
- searches for numbers within all files in directory with specified extension
findending
e.g. within an output file of a simulation
- Search for lines (Parameter:
findtext
) - Within the line the number will be found between
findvalue_start
andfindvalue_end
- The data will be saved to
data.csv
and the labels can be renamed from the filename betweenfilename_to_label_start
andfilename_to_label_end