A possible solution for those who cannot convince git to ignore file permissions.
git won't ignore permission changes - possible solution
May 04, 2014 | Guides/Troubleshooting
A possible solution for those who cannot convince git to ignore file permissions.
May 04, 2014 | Guides/Troubleshooting
How to solve the Text file busy error you may recieve when running bundle install within a virtual machine.
May 04, 2014 | Guides/Troubleshooting
Test your knowledge of pointers by completing the following exercises.
December 20, 2013 | Education
Covers topic such as shifts, AND, OR, XOR, and common procedures performed on bits.
December 03, 2013 | Notes
Solutions and explanations of K&R ch1 exercises that I find interesting.
November 27, 2013 | Notes
Part 2 of my journey of teaching myself the C programming language. We cover data types, operators, type conversions, and more!
November 25, 2013 | Notes
A quick how-to on fixing a SMTPAuthenticationError that occurs when trying to login to your gmail account in Python.
November 24, 2013 | Guides/Troubleshooting
A one minute tutorial on how to convert Octal/Hex values to Binary(and back).
November 24, 2013 | Notes
A general overview of the style and purpose of the C programming language.
November 19, 2013 | Notes
A list of Python built-in functions with concise, easy to apply examples.
November 14, 2013 | Programming