I was playing around with some url shorteners like http://bitly.com and thought it would be a cool idea to make such a service myself. Now while diving more into the topic I came up with the following three approaches of implementing an url shortener. Of course there are more approaches I will only mention those three since they are good enough for a small service of personal use.
c++
All posts tagged c++
No this is not a new code language in Visual Studio 2012 but our new game engine. After endless attempts of finishing an engine (or what is usually called to be one) I started a 2d game project lately and stopped due to the lack of time (sadly). Now while working on a commercial project for a friend of mine I put my work and much of additional effort and formed D+ which is a complete game engine and should be the follow up (it’s not really a successor) to the blueEngine which was started some years ago and never finished.
I’m currently working on a C# Windows forms application and was in need of a method which does the same as the good old Visual Basic method IsNumeric. Hahaha, sometimes the simplest things are hard to find. So I stepped over this Microsoft article: http://support.microsoft.com/kb/329488/de
Hopefully this article won’t get too polemic. I made some decisions about the future of some of my projects and most important of the art of software developing I want to continue.
I took some time to make some tests with compiler optimizations and while trying some settings and triggers I thought it would be interesting to profile the execution times of compiled code to see what the compilers really do.
Continue reading “About compilers and code execution times” »
About
The blueEngine is a high scalable and high performant game engine. It includes several modules such as support for sound, its own scripting engine and a network module. The blueEngine uses the DirectX 9.0 API and was fully developed with the MinGW compiler. Since the engine is still under development we won’t follow the regular way and provide this engine as open-source but work on it as a base for some upcoming games in the pipe.