Blog

Hack – Get A User’s GitHub Avatar

Have you ever needed to get any user’s GitHub avatar just based on their username? If you have then you are in luck because the process is quite simple. All you need to do is place the username in the following URL: https://github.com/<REPLACE_WITH_USERNAME>.png Simple Example For instance my username is Read more…

By Chris West, ago
Blog

JavaScript – Global Eval Using Data URIs

WARNING: This post is intended solely to educate and is not to by any means encourage that anyone use this method to globally evaluate JavaScript code. Most JavaScripters avoid eval(), especially globalEval() (like what is provided in libraries such as jQuery), as if it were the plague. Its use can Read more…

By Chris West, ago