I was asked to send my resume in March/April-ish? Fast forward to the recruiter interview in April.
She asked me standard questions related to experience and interests. I stated I was more intereste...
Being a statistics major, it's natural to desire a data analyst position. I was emailed about a recruiter interview and was asked to give time slots. I did, but the recruiting lady did not respond....
Celice is an ECS with a modular game engine. If you have missed the past parts of this, then look for the Celice tag at the bottom of the post and start from there.
Animations in 2D games are basica...
if done right. Imagine talking to your computer in order to write an email or document. You'd name your computer "Jester." I imagine the use case scenario for responding to an email:
Jester," new em...
http://google-styleguide.googlecode.com/svn/trunk/google-r-style.htmlRead it and then read it again in a week and incorporate some of the styling because Statistics professors aren't going to help ...
Celice is an ECS with a modular game engine. One of the goals for awhile has been to figure out how to register and resolve interactions between two entities. This is critical for collision detecti...
I used to think formatting ifs, fors, while, and just about anything that uses a code block like this was attractive to the eyes:
while(condition)
{
}
I've been coding a lot of javascript lately and th...
In developing a Java Application, one of the issue you will come across is external configuration files, especially if you are making a server application, and the first idea to solve this is to bu...
So back to square one.
You might remember this if you saw a previous post about how nice I thought Crafty was. No more Crafty, this is Celice powering this guy with the use of Canvas. Entities, Co...