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…
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…
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…
A few days ago I was writing a program that required the use of new syntax from a newer standard of C++. I looked around trying to figure out where…