Skip to content

Just a reminder for myself on how to do certain things

Notifications You must be signed in to change notification settings

jstout211/general_code_hints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

general_computing_reminders

Just a reminder for myself on how to do certain things

Pytest

Printout all outputs (-s is important) pytest -s -k TestName

Vim Stuff

https://github.com/jstout211/vim_cmds

Docker / Podman

https://github.com/jstout211/podman_commands
Docker w/ github actions:
https://linuxhit.com/how-to-create-docker-images-with-github-actions/

Datalad

https://github.com/jstout211/datalad_examples

Used for nested looping and getting the x,y index in a matrix

np.unravel_index(tile_idxs, [row_num, col_num])

About

Just a reminder for myself on how to do certain things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published