Jouster500

103
reputation
5

Welcome! This "About Me" page will serve as a way to identify valuable things I have learned in regards to my own education of programming.

Uses:
Bash, Basic, TI-basic, Docker, MATLAB, Brain****, C, Java, C++, C#, Python (the bane of my existence)

-Brain**** useful tricks:

+If you set 0 to the first cell you can implement [<] to always return to this cell assuming there are no zero values in between your current cell and the cell that has 0. This provides a way that makes you less likely to go out of bounds with the cells, and shrinks the ammount of characters needed in a code if you need to return to a particular point. Consider it like gotos within the cells.