Joined October 2013
·
Achievements
59 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Cub
Have at least one original jQuery or Prototype open source repo
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Beaver
Have at least one original repo where go is the dominant language
I think part of the reason pointers are so hard to learn is because we approach them without understanding what a "variable" really is first - at least this was the case for me. I found this video from Standford Programming Paradigms to be the end-all be-all for me to understand pointers: http://www.youtube.com/watch?v=Ps8jOj7diA0
Although I still get pretty tripped up if I see too many &&&&**&& going on :)