A lot of random number generators create numbers between 0 and 1, but that's not all that helpful for bigger numbers. Luckily, there are some tricks!
Series: Coding Tangents
ULPT: How to Cheat on Programming Assignments and Get Away With It
Cheating is never a good idea, but if you have to do it, here's my advice.
In programming, a magic number is a value without a clear purpose. In this article, we'll learn how to fix them!
Swapping variables in Java is tricky business, but everyone has probably seen the three step process. Unfortunately, a problem arises when we try to abstract that process out into a method. If you...
Working with arithmetic is all fun and games until you accidentally divide by zero, but what's the big deal? Let's talk about it!
Markdown is great for generating HTML, but what if you want a PDF? Here are three quick ways to get it done.
