Dominiks Blog
-
Android web application in full screen
It is nearly impossible on Android to launch a web application in full screen mode without installing a application. In this post I show the simplest possible application.
Posted
on Thu, 17 Nov 2011
-
Maximum Java Method Parameters
During a discussion the question appeared whether there is a upper limit for the amount of parameters of a Java method.
Posted
on Wed, 16 Nov 2011
-
Skipping Division by Zero on Linux
A typical C program will exit if you divide my zero. You can register a handler to do some work when this happens. In this example, I show how to let the program continue, thus skipping the faulty instruction.
Posted
on Wed, 02 Nov 2011
-
Covariance - An Example
You can often read that pameter covariance is not type safe. In this post I am trying to construct a easy example why this is true.
Posted
on Mon, 12 Sep 2011
Android web application in full screen
It is nearly impossible on Android to launch a web application in full screen mode without installing a application. In this post I show the simplest possible application.
Posted on Thu, 17 Nov 2011Maximum Java Method Parameters
During a discussion the question appeared whether there is a upper limit for the amount of parameters of a Java method.
Posted on Wed, 16 Nov 2011Skipping Division by Zero on Linux
A typical C program will exit if you divide my zero. You can register a handler to do some work when this happens. In this example, I show how to let the program continue, thus skipping the faulty instruction.
Posted on Wed, 02 Nov 2011Covariance - An Example
You can often read that pameter covariance is not type safe. In this post I am trying to construct a easy example why this is true.
Posted on Mon, 12 Sep 2011