Repossessed to skate – Session 2

Repossessed to skate is the name I’ve given my activity of learning and practising how to skate (again), specifically in the context of ongoing sessions at local skateparks. I’m relearning how to skate so I can show my kids how to skate. Repossessed to skate is about having fun, learning new-old tricks that interest me and …

Loading text files

Making my way through the Loading text files from the hard drive recipe from the Processing 2 Creative programming cookbook source code on GitHub. In this recipe, I learned how to use the loadStrings() function to load a text file from my hard drive into the String array. I also learned how to loop through the array in the …