[…]
Typing on an iPad
It is no secret that the iPad screen gets very dirty when used. This is of course also the case when typing on it, but it makes for weird finger print distributions like this. […]
Road Amusement Park
Somebody decided to place an amusement park in the middle of one of the busiest roads in Eindhoven if not the most busy road. Makes perfect sense. Also, it cuts down in the time to walk to work, as I don’t have to wait for cars before crossing. […]
Real Time and Transition Priorities in CPN Tools
Some months ago, Eric Verbeek and I worked together on adding a couple features to CPN Tools with the primary focus of getting Eric started with maintaining CPN Tools. Today I released a new version of CPN Tools with those features, namely real time stamps and transition priorities. See the demo here: Note that whenever […]
Read More… from Real Time and Transition Priorities in CPN Tools
Memory Leaks in Java Code
I’m working on some Java code I’ve inherited. I’m doing some speed improvements in critical places, and to test my improvements, I need test cases to compare different implementations. Unfortunately, manually generating test cases is way too time consuming (need need thousands and generating one manually takes minutes or even hours). Unfortunately, randomly generated test […]
Embedding Declare in CPN Models via ProM
Now, this is really cool! This is part 3 of my series on embedding CPN simulation into ProM. In this part, things get really interesting, and the actual goal of the effort becomes evident: we want to be able to embed external programs seamlessly into CPN models. We do this by replacing a sub-page with […]