I mentioned that I was 1. making a gif and 2. working on the particle-based fluids for my CS5643 class. Well, here it is.
Take 4 at a stable blog
I mentioned that I was 1. making a gif and 2. working on the particle-based fluids for my CS5643 class. Well, here it is.
I recently bought a decent Logitech webcam just to make random videos like this to practice. Hopefully stuff comes out of this.
I’ve been working on a few things:
Hopefully, what ends up happening is something like the following, except less pretty.
Turns out it just was infected gum.
-_- ugh I hate my life.
MY WISDOM TOOTH IS COMING OUT AND IT IS SO ANNOYING. COMBINE THAT WITH CANKER SORES AND A SLIGHT SORE THROAT, MY DAMN MOUTH IS SILLY.
Check out that subreddit:
I had a small interview with CRA this morning, and did terribly on the Java section. That’s probably because I didn’t know it was going to be on Java, a language I haven’t programmed in for 2 years. I thought one question was pretty interesting though:
Name three ways to create an instance of a class.
The first way is easy, using the new
keyword with the constructor. The other two are trickier.
Using the clone
keyword in the Object
class was the second answer, which was kind of obvious once you think about it. It basically creates a new class by copying an old one…
The last one is one that he didn’t expect people to know, which was to use the forname
function in the Object
class. From his explanation, what it allows one to do is to probe an unknown class.
Not really, but…