Blur - Deblurring an Atmospheric Blurred Image
During my Ph.D. I made a java applet demonstrating an inverse problem. This article brings the applet back. You will need a very old browser setup in order for it to work.
During my Ph.D. I made a java applet demonstrating an inverse problem. This article brings the applet back. You will need a very old browser setup in order for it to work.
When washing dishes, mowing the lawn or during commute I enjoy listening to podcasts. The following is a list of my favorite podcasts. I link to their homepage, but you can most likely also find them via iTunes or whatever podcast software you happen to use.
How far can you see when you are, say, 2 meters high? Lets find out assuming that we stand on a perfect circle with perfect visibility (and that we do not have refraction).
If you use more than one computer chances are that you use DropBox to keep a number of often used files syncronized and at hand.
The following is a list of the programs and tools that I install when I get a new computer or reinstall it.
The iPad app-store is not the best with respect to search and comparison of the overwhelming number of available apps.
I had my old Windows Pocket PC 2003 stolen from my office and until now I have developed on the emulator. However, now the need for a physical device has come up and I got the HP IPAQ 214.
Project Euler problem number #24 deals with permutations in lexicographical order. A non-brute force approach involves a mixed base number system based on factorials.
To create the rotations I make a “detour” by converting the number into a string and then performing the rotations on the string.
I have never completely understood why Visual Studio had to start another (graphical) utility in order to create GUIDs. I’m all for the UNIX kind of small (text based) utilities than can be combined. Furthermore, this utility creates GUID in formats that are useful to C++ programmers. Why have they not used the built in Macro system?