Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 366 Bytes

Snippets and Tools

Random useful tools and snippets of code


Mini Benchmark:

allows for multiple timer objects and get elapsed time or time passed since start

flops:

calculates CPU flops

git_find_blobs:

finds the files in git repo greate than a specific size

gen_gauss_c:

Generates gaussian numbers using Box-Muller transform in polar form.