Archive for the ‘Computer’ Category

Ubuntu: Audio Editing

Just a quick note on audio editing under Ubuntu. I just wanted to cut and reassemble different songs. At first I tried Audiacity. Maybe I did not give it enough process priority or I missed some settings, but it kind of lagged and the playback was somewhat indeterministic.  A very well working alternative is Ardour. At Continue reading →

Ubuntu: ASCII Codes

This is how to input ASCII codes in Ubuntu: http://wiki.ubuntuusers.de/Sonderzeichen. Basically use the Alt Gr and Alt Gr + Shift with some keys

WKT: Continents

I am probably just stupid, but I could not for the live of me find well-known text representations of the world's continents. I finally did it myself. Very, VERY coarse, mind you using the OpenLayers WKT Example and Wikipedia as a reference. This works for my purposes. Feel free to tell me were I can Continue reading →

LaTex: floats inside framed box environments

I tried to put float environments into framed box environments. All my attempts failed though. In the end I had to do it the other way around and put the boxes into the float. This was awkward because I tried to combine a conditionally hidden environment and a framed environment. So \begin{framed} \begin{table}[ht] ... became Continue reading →

Eclipse WTP: Folder Mappings

It is possible to make any folder appear in some path of the web application without actually putting it into the WEB-INF folder. This is possible in the Dialog Properties > Deployment Assembly

Recursively removing .svn folders

I was trying to get rid of all .svn folders in some project of mine. Here is how its done: $ rm -rf `find . -type d -name .svn` Source: http://www.anyexample.com/linux_bsd/bash/recursively_delete__svn_directories.xml

Ubuntu: RDP - Copy & Paste

I was trying to use Ubuntu's build-in RDP client rdesktop to connect to a Windows machine. The login password of the user contained a ASCII code sign. This I was not able to produce. Copy-paste did not work. The a AltGr-key-combinations did not produce the ASCII sign in the client as it did using plain Continue reading →

yes | nohup

I had a script querying me for input (simple returns). It turned out the yes utility was the answer. I used it this way: (yes '' | nohup python install.py > out 2> err) &amp

Spring 3 und MyBatis 3.0.4 / 3.0.6

I was trying to use Spring 3.0.5.RELEASE together with MyBatis in a Maven environment. I added the mybatis-spring dependency. This turned out not to work due to a MalformedParameterizedTypeException (a detailed stacktrace is included below). There are quite some posts concerning this iusse, yet most of them refer to the problem as being caused by Continue reading →

Orbital

I have a friend who wanted to get to work the program "Orbital" (http://www.itp.tu-berlin.de/menue/lehre/owl/quantenmechanik/wasserstoff-orbitale/parameter/maxhilfe/). The problem was that Orbital uses JOGL 1.1.1 (http://en.wikipedia.org/wiki/Java_OpenGL) in order to run the Webstart application. Webstart requires signed dependencies (JAR files) to be signed. Yet JOGL 1.1.1 is old and is not signed anymore by Oracle (http://www.java-gaming.org/index.php?topic=24806.0). There are two Continue reading →

Return top
 

Warning: array_filter() [function.array-filter]: The first argument should be an array in /var/www/web41/html/hp_fstyle/wordpress/wp-content/plugins/wordpress-tweaks/tweaks.php on line 650