Last week I attended a Construct 2 (game engine) workshop held by Microsoft Student Partner and good friend Karim Soliman. My only other time creating a game was during HackNC,…
While going through redundancy checks in Internet Protocol this week, we were shown this homework problem by our professor [1]: Using plotting software (Matlab, Maple, Excel…) give the graph for the number of redundant bits r…
If you use Git for multiple purposes such as for client projects and open source initiatives, you may find yourself in situations where you need to use an author email…
Occasionally after restarting my MacBook Pro the Spotlight search feature will stop working. After several reboot attempts, the search feature will still not work! The trick I found to fix…
This weekend I decided to set up my own desktop to run CUDA programs for my GPU programming class. It probably wasn’t the best idea, since I had to force…
This week I want to document how I created a simple web application that allows users to input a message, and in return display the number of characters in it….
This week at work, I realized how pre-2010 my Mac’s Mighty Mouse was. There is a set of buttons on the side of the mouse, but it doesn’t even serve…
There are multiple ways to replace spaces in a string with “%20”, but one way I did it without starting from the back is through string concatenations and substrings (substr). In…
In my Data Structures and Algorithms II class (more like Algorithms and Algorithms class), our professor assigned us to write a RSA encryption program to complement our coursework on modular…
HackNC is an annual hackathon event hosted by UNC Chapel Hill, and this year’s competition marks the first time I attended as a participant. I have been to Sitterson Hall before…