Apps and tools
Selected scripts and tools
Molarity-calculator-tocris: link
Select columns from csv file using command line (script): select.R.
Make summary statistics of more groups of measurements defined in columns (script): summary.R.
Quantify % of datapoints above interactively selected treshold (app):interactive-slider.
Measure distance between peaks (app): sarcomere-peaks.
Coding and software forums
superuser
raspberry-pi+SE
raspberry-pi
BashGuide
askubuntu
krita\
Oneliners
Youtube download yt-dlp and ffmpeg
convert mp4 to mp3
ffmpeg -i file.mp4 file.mp3
add metadata to file
ffmpeg -i "track1.mp3" -metadata title="Track Title" -metadata artist="Artist Name" -metadata album="Album Name" "track1_with_metadata.mp3"