(guest@joequery.me)~ $ |

git won't ignore permission changes - possible solution

A possible solution for those who cannot convince git to ignore file permissions.

May 04, 2014 | Guides/Troubleshooting

Resolving bundle install Text file busy error

How to solve the Text file busy error you may recieve when running bundle install within a virtual machine.

May 04, 2014 | Guides/Troubleshooting

C pointer exercises

Test your knowledge of pointers by completing the following exercises.

December 20, 2013 | Education

Learning C (Part 4): Bitwise Operators

Covers topic such as shifts, AND, OR, XOR, and common procedures performed on bits.

December 03, 2013 | Notes

Learning C (Part 3): K&R Ch1 Exercises

Solutions and explanations of K&R ch1 exercises that I find interesting.

November 27, 2013 | Notes

Learning C (Part 2): Types and Expressions

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

Resolving Python SMTPAuthenticationError with Gmail

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

Converting Oct/Hex to Binary

A one minute tutorial on how to convert Octal/Hex values to Binary(and back).

November 24, 2013 | Notes

Learning C (Part 1): The basics

A general overview of the style and purpose of the C programming language.

November 19, 2013 | Notes

Python built-in function examples

A list of Python built-in functions with concise, easy to apply examples.

November 14, 2013 | Programming

« Newer ArticlesOlder Articles »