Table of Contents Latex Code highlighting: minted Rust Cargo.toml workspace Release profile List exported functions Read human genome using needletail Prevent auto-vectorization Python Export org table Pretty plots These are some common libraries and code snippets for various tasks. Latex Code highlighting: minted 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 \usepackage[newfloat=true]{minted} \newmintedfile{rust}{ linenos, numbersep=5pt, frame=lines, baselinestretch=1.05, fontsize=\footnotesize, } \be...