-
Parse Error: There is a problem parsing the package / Beim Parsen des Pakets ist ein Problem aufgetreten
Just finished my first (real) Android App and wanted to deploy it in my phone (not just in the emulator). So I sent an email to myself with the .apk attached as several tutorials said that you can just open it from your mail to install the app. On the phone, I opened my mail…
-
Knowing: A Generic Data Analysis Application
We got another demo accepted: Knowing: A Generic Data Analysis Application Thomas Bernecker, Franz Graf, Hans-Peter Kriegel, Nepomuk Seiler, Christoph Türmer, Dieter Dill To appear at 15th International Conference on Extending Database Technology (2012) March 27-30, 2012, Berlin, Germany Abstract: Extracting knowledge from data is, in most cases, not restricted to the analysis itself but…
-
SRTM Plugin for OpenStreetMap
One of the features of our TrafficMining Project at the LMU was to use additional attributes in routing queries. Standart routing queries usually just use time and distance for calculating the fastest/shortest routes. In order to have an additional attribute we decided to use evelation data as this might be an issue if you also…
-
Drupal shows warnings after migrating to new server
Recently we migrated a Drupal managed website to a new server. – Everything was fine, just on some pages, some php-warnings showed up that did not show up on the original site. After some investigation I checked php’s error_reporting setting and realized that the settings of the new new server were more sensitive than the…
-
Sometimes AntiVirus Scanners just suck
Due to some very strange and non reproducible bugs I deleted my NetBeans profile to get back to a fresh post-install state. This mainly hat two very different results: A positive one and the one why I am writing this post. The positive one is/was that the mystery-bug disappeared. After deleting the profile, NetBeans wants…
-
Linking API and Sources to your IDE’s JARs (Part 2)
I tend to upload my complete project into version control. This includes the sources, tests, Jars and also the nbproject directory where NetBeans stores the project configuration. By doing so, I can check out the project on a different machine and start quickly without having to configure the project. Sources and API Docs of external…
-
Finished my Posters for ICIP and MICCAI
Finally finished the posters for my publications: F. Graf, H.-P. Kriegel, M. Schubert, S. Poelsterl, A. Cavallaro 2D Image Registration in CT Images using Radial Image Descriptors In Medical Image Computing and Computer-Assisted Intervention (MICCAI), Toronto, Canada, 2011. and F. Graf, H.-P. Kriegel, M. Weiler Robust Segmentation of Relevant Regions in Low Depth of Field…
-
Linking API and Sources to your IDE’s JARs
For productive programming, I think it is absolutely crucial to also have both the API documentation and the source code of the according libraries available and integrated in the IDE in order to gain maximum productivity. Integrating the API and sources is pretty easy in NetBeans (as well as in other IDEs): Right click the…
-
How to create Memory Leaks by using Inner Classes.
The most recent Java Specialists Newsletter finally convinced me to start this post that I was having in mind for quite some time. One of the really huge advantages of Java is that you almost do not have to care about cleaning up your memory as the Garbage Collector usually does this for you as…