So the other day my cousin, that recently started with Java, asked how he could differentiate a number ending with 1 against every other possibility. The reason for this was so he could write a string either saying ‘st’ or ‘th’ e.g. 120th or 121st. Why this had to be done on the other hand is not [...]
From the Blog
Since I still have issues testing certain aspects of this software I have decided to focus on UI. Even though my application is not a graphical advanced program it is still very UI focused. As visible on the image under this paragraph I have implemented a simple “first screen”. Gives the user a simple choice [...]
I have done a couple of minor things today, though they are more tedious than anything else: 1: Added tabs to the character sheet so the user can switch between different information on their character. 2: Added some superficial buttons and text field on said tabs so it more closely resembles what I want. At [...]
Today I have had a look at how I should store a character. The issue is when it comes to D20 systems is that the play style vary quite a bit from module to module. Different DMs value different things and I would like to lay some emphasis on that in the way the user creates a [...]
This is a small one, but still an important feature. Today I worked out some of the details about how dice throws are to be handled and the rules I have come up with thus far sounds like this: – All players, except DM, are forced to share their dice throws with everyone. This is [...]
This website is made to keep everyone that might come by it updated on what I’m doing as a computer scientist and therefore I decided to share something that I’m very excited for. As the title obviously states I joined my first open source project. The project is called Zurmo and it is CRM (Customer [...]
I have managed to make a simple way of sending and receiving strings using QTcpSocket built in Qt. For obvious reasons I cannot test it completely using my one computer. This obvious thing is of course the fact that when the program starts it separates a port which it is listening to or sending through. [...]
Today I have played around with the Qt framework which allows me to create GUI with C++. It seems to be slightly more complicated than I hoped for, but more than powerful enough to do what I want. I just hope someone I know has tried it before or I find a decent tutorial. I [...]
Today have been reading up on ways to solve my voIP issue (which admittedly is the most challenging task). I did initially believe that Java would solve my issue, however it seems like it has some problems when it comes to voIP (basically that it seems to be too slow to deal with it efficiently). [...]
Heyo! First time I have to talk about my dissertation. Am I excited? as a nerd, yes. As a coder I ask myself “oh shit, why did I chose this?” Yesterday, during the night I suddenly woke up for no other reason than an idea, which is what I want to make into my dissertation: [...]

