<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2702375333459621122</id><updated>2012-02-16T22:22:57.616Z</updated><title type='text'>Roland Schulz</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.rschulz.eu/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Roland</name><uri>http://www.blogger.com/profile/15007027365887236970</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh6.google.com/image/rolandschulzhd/RRWIgFQkABI/AAAAAAAAATI/Bepsc0QOg5I/P1010721.JPG?imgdl=1'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2702375333459621122.post-3184154939721925171</id><published>2011-03-31T06:37:00.002+01:00</published><updated>2011-03-31T06:42:10.876+01:00</updated><title type='text'>Eclipse plug-in in Groovy</title><content type='html'>Because I couldn't find it anywhere else, here the steps to create a Groovy Eclipse plug-in:&lt;div&gt;1) Create Java Eclipse Plugin project&lt;/div&gt;&lt;div&gt;2) Convert to Groovy project&lt;/div&gt;&lt;div&gt;3) add org.codehaus.groovy to Require-Bundle or add&lt;/div&gt;&lt;div&gt;&lt;div&gt;Import-Package: groovy.lang,&lt;/div&gt;&lt;div&gt; org.codehaus.groovy.reflection,&lt;/div&gt;&lt;div&gt; org.codehaus.groovy.runtime,&lt;/div&gt;&lt;div&gt; org.codehaus.groovy.runtime.callsite&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This is all. At least for an extremely simple example this works great. I haven't tested anything complicated yet.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2702375333459621122-3184154939721925171?l=www.rschulz.eu' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.rschulz.eu/feeds/3184154939721925171/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2702375333459621122&amp;postID=3184154939721925171' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/3184154939721925171'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/3184154939721925171'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/2011/03/eclipse-plug-in-in-groovy.html' title='Eclipse plug-in in Groovy'/><author><name>Roland Schulz</name><uri>http://www.blogger.com/profile/03817400543978969432</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2702375333459621122.post-7071129032340830404</id><published>2010-01-05T03:07:00.003Z</published><updated>2010-01-05T03:11:43.797Z</updated><title type='text'>Revert serveral git commits</title><content type='html'>A small git trick I just learned:&lt;br /&gt;&lt;br /&gt;To undo a single bad commit "git revert" is great.&lt;br /&gt;But it is tedious to do this for many.&lt;br /&gt;For that the best is:&lt;br /&gt;git diff HEAD {last-good-id} | git apply&lt;br /&gt;&lt;br /&gt;Before doing this check the logs of all commits which will be undone, with:&lt;br /&gt;git log {last-good-id}..&lt;br /&gt;&lt;br /&gt;Hope this helps someone else.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2702375333459621122-7071129032340830404?l=www.rschulz.eu' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.rschulz.eu/feeds/7071129032340830404/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2702375333459621122&amp;postID=7071129032340830404' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/7071129032340830404'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/7071129032340830404'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/2010/01/revert-serveral-git-commits.html' title='Revert serveral git commits'/><author><name>Roland</name><uri>http://www.blogger.com/profile/15007027365887236970</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh6.google.com/image/rolandschulzhd/RRWIgFQkABI/AAAAAAAAATI/Bepsc0QOg5I/P1010721.JPG?imgdl=1'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2702375333459621122.post-3467289567415636483</id><published>2009-11-12T00:23:00.006Z</published><updated>2010-03-25T07:00:32.003Z</updated><title type='text'>Dell Studio 1557 (Mobile Core i7) with (k)ubuntu</title><content type='html'>I currently don't have time to write a long post. But I got my new Dell Studio laptop 1557 with Core i7 and so far I'm  happy. Besides some problem with suspend, everything works with linux and the performance is great. E.g. compiling is &gt;2x faster than on my 2 year old Core2 Duo.&lt;br /&gt;&lt;br /&gt;To get the hardware working on Linux:&lt;br /&gt;&lt;br /&gt;Wireless:&lt;br /&gt;install: bcmwl-kernel-source, bcmwl-modaliases&lt;br /&gt;bcmwl needed to make wireless work. After install either reboot or remove sbb, b43 b44 and then load wl.&lt;br /&gt;&lt;br /&gt;Graphic/Fan:&lt;br /&gt;install: fglrx-amdcccle, fglrx-kernel-source, fglrx-modaliases, xorg-driver-fglrx&lt;br /&gt;With the open-source graphic card driver the 3D Desktop does not work and more important the fan runs on full speed because the powermanagement of the graphic card does not work correctly. Restart X-Server.&lt;br /&gt;&lt;br /&gt;Sound:&lt;br /&gt;add&lt;br /&gt;options snd-hda-intel model=dell-m6&lt;br /&gt;to /etc/modprobe.d/alsa-base.conf. Reboot or reload module.&lt;br /&gt;&lt;br /&gt;Other hardware (e.g. camera) works out of the box.&lt;br /&gt;&lt;br /&gt;Problems:&lt;br /&gt;Resume from Suspend does not always work (in ~4/5 cases it works).  This is really annoying. Please write in the comment if you know how to fix that.&lt;br /&gt;Keyboard: the sound volume special keys don't work.(https://bugs.launchpad.net/ubuntu/+bug/465250)&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Update:&lt;/div&gt;&lt;div&gt;The suspend problem is still not fixed. This is very annoying. More details at: https://bugs.launchpad.net/ubuntu/+bug/391628&lt;/div&gt;&lt;div&gt;As I wrote their: I suggest to write to Dell. Hopefully there are enough people writing so that Dell lets ATI know they should fix it.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2702375333459621122-3467289567415636483?l=www.rschulz.eu' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.rschulz.eu/feeds/3467289567415636483/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2702375333459621122&amp;postID=3467289567415636483' title='29 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/3467289567415636483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/3467289567415636483'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/2009/11/dell-studio-1557-core-i7-with-kubuntu.html' title='Dell Studio 1557 (Mobile Core i7) with (k)ubuntu'/><author><name>Roland</name><uri>http://www.blogger.com/profile/15007027365887236970</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh6.google.com/image/rolandschulzhd/RRWIgFQkABI/AAAAAAAAATI/Bepsc0QOg5I/P1010721.JPG?imgdl=1'/></author><thr:total>29</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2702375333459621122.post-6636583285041381059</id><published>2008-09-29T18:26:00.002+01:00</published><updated>2008-09-29T18:30:13.053+01:00</updated><title type='text'>OpenSuse 11</title><content type='html'>So far the new version seems to work very well.&lt;br /&gt;&lt;br /&gt;I updated to KDE 4.1.&lt;br /&gt;&lt;br /&gt;The trick with Alt-Gr No-Dead Key is now built in. No need for own keyboard table anymore.&lt;br /&gt;&lt;br /&gt;Setting brightness was a big pain. The add to modprobe.conf.local:&lt;br /&gt;options thinkpad-acpi brightness_enable=1&lt;br /&gt;blacklist video&lt;br /&gt;&lt;br /&gt;and in /usr/share/hal/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi&lt;br /&gt;setting laptop_panel.brightness_in_hardware to false&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2702375333459621122-6636583285041381059?l=www.rschulz.eu' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.rschulz.eu/feeds/6636583285041381059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2702375333459621122&amp;postID=6636583285041381059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/6636583285041381059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/6636583285041381059'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/2008/09/opensuse-11.html' title='OpenSuse 11'/><author><name>Roland</name><uri>http://www.blogger.com/profile/15007027365887236970</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh6.google.com/image/rolandschulzhd/RRWIgFQkABI/AAAAAAAAATI/Bepsc0QOg5I/P1010721.JPG?imgdl=1'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2702375333459621122.post-5341456696397269966</id><published>2008-09-13T20:00:00.005+01:00</published><updated>2011-03-03T01:29:42.109Z</updated><title type='text'>SSH ProxyCommand without netcat</title><content type='html'>The ProxyCommand is very useful when hosts are only indirectly accessible. With netcat it is relative strait forward:&lt;br /&gt;ProxyCommand ssh {gw} netcat -w 1 {host} 22&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here {gw }and {host} are placeholders for the gateway and the host.&lt;br /&gt;&lt;br /&gt;But it is also possible when netcat is not installed on the gateway:&lt;br /&gt;ProxyCommand ssh {gw} 'exec 3&lt;&gt;/dev/tcp/{host}/22; cat &lt;&amp;amp;3 &amp;amp; cat &gt;&amp;3;kill $!'&lt;br /&gt;&lt;br /&gt;The /dev/tcp is a built-in feature of standard bash. The files don't exist. To check whether bash has this feature built-in use run cat &lt; /dev/tcp/google.com/80 on the gateway. To make sure that bash is used, use:&lt;/div&gt;&lt;div&gt;ProxyCommand ssh {gw} "/bin/bash -c  'exec 3&lt;&gt;/dev/tcp/{host}/22; cat &lt;&amp;amp;3 &amp;amp; cat &gt;&amp;3;kill $!'"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;And it even works together with ControlMaster.&lt;br /&gt;&lt;br /&gt;(Updated on Oct 22 to include kill to clean up background cat)&lt;/div&gt;&lt;div&gt;(Updated on Mar 3 2011 to make placeholders more clear and explain /dev/tcp)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2702375333459621122-5341456696397269966?l=www.rschulz.eu' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.rschulz.eu/feeds/5341456696397269966/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2702375333459621122&amp;postID=5341456696397269966' title='8 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/5341456696397269966'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/5341456696397269966'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/2008/09/ssh-proxycommand-without-netcat.html' title='SSH ProxyCommand without netcat'/><author><name>Roland</name><uri>http://www.blogger.com/profile/15007027365887236970</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh6.google.com/image/rolandschulzhd/RRWIgFQkABI/AAAAAAAAATI/Bepsc0QOg5I/P1010721.JPG?imgdl=1'/></author><thr:total>8</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2702375333459621122.post-7535426924805481092</id><published>2008-05-04T06:12:00.002+01:00</published><updated>2008-05-04T06:20:59.647+01:00</updated><title type='text'>Linux: Connecting projector without X restart</title><content type='html'>Because projector usually have a different resolution then high resolution laptop LCDs one has to change the resultion of the X Server after connecting the projector. This used to require an X server restart. With RandR 1.2 this is possible without. It does not work with Xgl though. Thus to use compiz with it one has to use Aiglx (which in turn requires to&lt;a href="http://forum.compiz-fusion.org/showthread.php?t=1152"&gt; change the video plug-ins&lt;/a&gt;). One can set the resolution either with xrandr or more comfortable with krandrtray under KDE.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2702375333459621122-7535426924805481092?l=www.rschulz.eu' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.rschulz.eu/feeds/7535426924805481092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2702375333459621122&amp;postID=7535426924805481092' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/7535426924805481092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/7535426924805481092'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/2008/05/linux-connecting-projector-without-x.html' title='Linux: Connecting projector without X restart'/><author><name>Roland</name><uri>http://www.blogger.com/profile/15007027365887236970</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh6.google.com/image/rolandschulzhd/RRWIgFQkABI/AAAAAAAAATI/Bepsc0QOg5I/P1010721.JPG?imgdl=1'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2702375333459621122.post-2488821347037542219</id><published>2008-05-04T06:05:00.002+01:00</published><updated>2008-05-04T06:08:36.890+01:00</updated><title type='text'>Thinkpad T61 Hotkeys for OpenSuse 10.3</title><content type='html'>To get the hotkeys working for the T61 under OpenSuse 10.3 I added to /usr/lib/hotkey-setup/thinkpad_hotkey_handler for switching on off the toupad:&lt;br /&gt;            4104)   HOTKEY="Fn+F8"&lt;br /&gt;                /usr/bin/synclient TouchpadOff=$[! `/usr/bin/synclient -l|grep TouchpadOff|/usr/bin/awk '{print $3}'`]&lt;br /&gt;                ACTION="toggle touchpad"&lt;br /&gt;                ;;&lt;br /&gt;&lt;br /&gt;for changing the screen brighness:&lt;br /&gt;            4112)   HOTKEY="Fn+Home"&lt;br /&gt;                    ACTION="brighter display"&lt;br /&gt;                    echo up &gt; /proc/acpi/ibm/brightness&lt;br /&gt;                    ;;&lt;br /&gt;            4113)   HOTKEY="Fn+End"&lt;br /&gt;                    ACTION="darker display"&lt;br /&gt;                    echo down &gt; /proc/acpi/ibm/brightness&lt;br /&gt;                    ;;&lt;br /&gt;&lt;br /&gt;and to suspend when closing the lid:&lt;br /&gt;            20481)  HOTKEY="close lid"&lt;br /&gt;                    ACTION="suspend"&lt;br /&gt;                    powersave -u&lt;br /&gt;                    ;;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2702375333459621122-2488821347037542219?l=www.rschulz.eu' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.rschulz.eu/feeds/2488821347037542219/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2702375333459621122&amp;postID=2488821347037542219' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/2488821347037542219'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/2488821347037542219'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/2008/05/thinkpad-t61-hotkeys-for-opensuse-103.html' title='Thinkpad T61 Hotkeys for OpenSuse 10.3'/><author><name>Roland</name><uri>http://www.blogger.com/profile/15007027365887236970</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh6.google.com/image/rolandschulzhd/RRWIgFQkABI/AAAAAAAAATI/Bepsc0QOg5I/P1010721.JPG?imgdl=1'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2702375333459621122.post-4144873164977813306</id><published>2008-05-04T05:42:00.003+01:00</published><updated>2008-05-04T05:55:07.143+01:00</updated><title type='text'>International character without dead keys</title><content type='html'>For typing international characters the &lt;a href="http://en.wikipedia.org/wiki/Keyboard_layout#US-International"&gt;US-International keyboard layout&lt;/a&gt; is very convenient. The disadvantage is that the so called dead keys are very inconvenient for programming where a lot of keys ', `, " are used. Thus I created a variant which uses the second Alt as the US international but does not use the dead keys. This way I do not have to switch between standard US for programming and US international for internal text.&lt;br /&gt;&lt;br /&gt;For any Unix with X you create this variant by adding to /usr/share/X11/xkb/symbols the following:&lt;br /&gt;&lt;br /&gt;&gt; partial alphanumeric_keys&lt;br /&gt;&gt; xkb_symbols "intl-nodeadkeys" {&lt;br /&gt;&gt;&lt;br /&gt;&gt;     name[Group1]= "U.S. English - International (without dead keys)";&lt;br /&gt;&gt;&lt;br /&gt;&gt;     include "us(basic)"&lt;br /&gt;&gt;&lt;br /&gt;&gt;     // Alphanumeric section&lt;br /&gt;&gt;     key &lt;tlde&gt; { [         grave,       asciitilde,dead_grave, dead_tilde ] };&lt;br /&gt;&gt;     key &lt;ae01&gt; { [       1,     exclam,    exclamdown,      onesuperior ] };&lt;br /&gt;&gt;     key &lt;ae02&gt; { [       2,         at,   twosuperior, dead_doubleacute ] };&lt;br /&gt;&gt;     key &lt;ae03&gt; { [       3, numbersign, threesuperior,      dead_macron ] };&lt;br /&gt;&gt;     key &lt;ae04&gt; { [       4,     dollar,      currency,         sterling ] };&lt;br /&gt;&gt;     key &lt;ae05&gt; { [       5,    percent,      EuroSign                   ] };&lt;br /&gt;&gt;     key &lt;ae06&gt; { [        6, asciicircum,    onequarter,  dead_circumflex ] };&lt;br /&gt;&gt;     key &lt;ae07&gt; { [       7,  ampersand,       onehalf,        dead_horn ] };&lt;br /&gt;&gt;     key &lt;ae08&gt; { [       8,   asterisk, threequarters,      dead_ogonek ] };&lt;br /&gt;&gt;     key &lt;ae09&gt; { [       9,  parenleft, leftsinglequotemark, dead_breve ] };&lt;br /&gt;&gt;     key &lt;ae10&gt; { [       0, parenright, rightsinglequotemark, dead_abovering ] };&lt;br /&gt;&gt;     key &lt;ae11&gt; { [     minus, underscore,           yen,    dead_belowdot ] };&lt;br /&gt;&gt;     key &lt;ae12&gt; { [     equal,       plus,      multiply,         division ] };&lt;br /&gt;&gt;&lt;br /&gt;&gt;     key &lt;ad01&gt; { [       q,          Q,    adiaeresis,       Adiaeresis ] };&lt;br /&gt;&gt;     key &lt;ad02&gt; { [       w,          W,         aring,            Aring ] };&lt;br /&gt;&gt;     key &lt;ad03&gt; { [       e,          E,        eacute,           Eacute ] };&lt;br /&gt;&gt;     key &lt;ad04&gt; { [       r,          R,    registered,       registered ] };&lt;br /&gt;&gt;     key &lt;ad05&gt; { [       t,          T,         thorn,            THORN ] };&lt;br /&gt;&gt;     key &lt;ad06&gt; { [       y,          Y,    udiaeresis,       Udiaeresis ] };&lt;br /&gt;&gt;     key &lt;ad07&gt; { [       u,          U,        uacute,           Uacute ] };&lt;br /&gt;&gt;     key &lt;ad08&gt; { [       i,          I,        iacute,           Iacute ] };&lt;br /&gt;&gt;     key &lt;ad09&gt; { [       o,          O,        oacute,           Oacute ] };&lt;br /&gt;&gt;     key &lt;ad10&gt; { [       p,          P,    odiaeresis,       Odiaeresis ] };&lt;br /&gt;&gt;     key &lt;ad11&gt; { [ bracketleft,  braceleft,  guillemotleft, guillemotleft ] };&lt;br /&gt;&gt;     key &lt;ad12&gt; { [bracketright, braceright, guillemotright,guillemotright ] };&lt;br /&gt;&gt;&lt;br /&gt;&gt;     key &lt;ac01&gt; { [       a,          A,        aacute,           Aacute ] };&lt;br /&gt;&gt;     key &lt;ac02&gt; { [       s,          S,        ssharp,          section ] };&lt;br /&gt;&gt;     key &lt;ac03&gt; { [       d,          D,           eth,              ETH ] };&lt;br /&gt;&gt;     key &lt;ac08&gt; { [       k,          K,            oe,               OE ] };&lt;br /&gt;&gt;&lt;br /&gt;&gt;     key &lt;ac09&gt; { [       l,          L,        oslash,         Ooblique ] };&lt;br /&gt;&gt;     key &lt;ac10&gt; { [ semicolon,      colon,     paragraph,           degree ] };&lt;br /&gt;&gt;     key &lt;ac11&gt; { [ apostrophe,  quotedbl,    dead_acute,   dead_diaeresis ] };&lt;br /&gt;&gt;&lt;br /&gt;&gt;     key &lt;ab01&gt; { [       z,          Z,            ae,               AE ] };&lt;br /&gt;&gt;     key &lt;ab03&gt; { [       c,          C,     copyright,             cent ] };&lt;br /&gt;&gt;     key &lt;ab06&gt; { [       n,          N,        ntilde,           Ntilde ] };&lt;br /&gt;&gt;     key &lt;ab07&gt; { [       m,          M,            mu,               mu ] };&lt;br /&gt;&gt;     key &lt;ab08&gt; { [     comma,       less,      ccedilla,         Ccedilla ] };&lt;br /&gt;&gt;     key &lt;ab09&gt; { [    period,    greater, dead_abovedot,       dead_caron ] };&lt;br /&gt;&gt;     key &lt;ab10&gt; { [     slash,   question,  questiondown,        dead_hook ] };&lt;br /&gt;&gt;     key &lt;bksl&gt; { [ backslash,        bar,       notsign,        brokenbar ] };&lt;br /&gt;&gt;&lt;br /&gt;&gt;     include "level3(ralt_switch)"&lt;br /&gt;&gt; };&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2702375333459621122-4144873164977813306?l=www.rschulz.eu' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.rschulz.eu/feeds/4144873164977813306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2702375333459621122&amp;postID=4144873164977813306' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/4144873164977813306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/4144873164977813306'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/2008/05/international-character-without-dead.html' title='International character without dead keys'/><author><name>Roland</name><uri>http://www.blogger.com/profile/15007027365887236970</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh6.google.com/image/rolandschulzhd/RRWIgFQkABI/AAAAAAAAATI/Bepsc0QOg5I/P1010721.JPG?imgdl=1'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2702375333459621122.post-3991903788628777431</id><published>2008-05-02T03:05:00.001+01:00</published><updated>2008-05-02T03:07:29.931+01:00</updated><title type='text'>Myrinet and Tau</title><content type='html'>To use Tau with Myrinet Mpich one needs to give:&lt;br /&gt;-mpilibrary="-lmyriexpress -Lpath"&lt;br /&gt;&lt;br /&gt;In my case for helics the full configure is:&lt;br /&gt;&lt;br /&gt;./configure -pdt=/home/thor2/rschulz/software/pdt -prefix=/home/thor2/rschulz/software/tau -c++=g++ -cc=gcc -fortran=gfortran -mpi -mpiinc=/opt/mpich-mx/1.2.7..5/gcc-4.1.2/include/ -mpilib=/opt/mpich-mx/1.2.7..5/gcc-4.1.2/lib/ -PROFILE -mpilibrary="-lmyriexpress  -L/opt/mx/1.2.4/kernel-2.6.22.9/lib64"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2702375333459621122-3991903788628777431?l=www.rschulz.eu' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.rschulz.eu/feeds/3991903788628777431/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2702375333459621122&amp;postID=3991903788628777431' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/3991903788628777431'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/3991903788628777431'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/2008/05/myrinet-and-tau.html' title='Myrinet and Tau'/><author><name>Roland</name><uri>http://www.blogger.com/profile/15007027365887236970</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh6.google.com/image/rolandschulzhd/RRWIgFQkABI/AAAAAAAAATI/Bepsc0QOg5I/P1010721.JPG?imgdl=1'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2702375333459621122.post-8373741876686969956</id><published>2007-05-02T23:58:00.000+01:00</published><updated>2008-12-10T16:04:20.943Z</updated><title type='text'>Royal - Sarkozy ; 20:1 for Royal at ARTE voting</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/__e6MHBmiQTI/RjkX6GkHCGI/AAAAAAAAA1g/jBf1uPGRk0A/s1600-h/klassisch2.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/__e6MHBmiQTI/RjkX6GkHCGI/AAAAAAAAA1g/jBf1uPGRk0A/s400/klassisch2.png" alt="" id="BLOGGER_PHOTO_ID_5060101943289383010" border="0" /&gt;&lt;/a&gt;The voting during the live &lt;a href="http://www.arte.tv/de/1557600.html"&gt;broadcast&lt;/a&gt; (translated to German) of ARTE, resulted in a 20:1 win for Royal! In case Frensh viewers think only a little bit the same, the vote on sunday will be different than most expect.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2702375333459621122-8373741876686969956?l=www.rschulz.eu' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://www.rschulz.eu/feeds/8373741876686969956/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2702375333459621122&amp;postID=8373741876686969956' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/8373741876686969956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2702375333459621122/posts/default/8373741876686969956'/><link rel='alternate' type='text/html' href='http://www.rschulz.eu/2007/05/der-ausgang-ist-bei-arte-mehr-als.html' title='Royal - Sarkozy ; 20:1 for Royal at ARTE voting'/><author><name>Roland</name><uri>http://www.blogger.com/profile/15007027365887236970</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://lh6.google.com/image/rolandschulzhd/RRWIgFQkABI/AAAAAAAAATI/Bepsc0QOg5I/P1010721.JPG?imgdl=1'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/__e6MHBmiQTI/RjkX6GkHCGI/AAAAAAAAA1g/jBf1uPGRk0A/s72-c/klassisch2.png' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
