C#: Enums als Bitfelder
Tuesday, April 3, 2012 2:42:46 PM
Schöner Post, der die Verwendung von Enums als Bitfelder beschreibt
http://blog.schelian.de/2008/01/enum-flags-bitfelder-c/
Quicky: Using MyOpera API for retrieving album-information
Wednesday, October 26, 2011 3:08:32 PM
http://my.opera.com/service/oembed/?format=xml&url=http%3A%2F%2Fmy.opera.com%2F<USER>%2Falbums%2Fshow.dml?id%3D<ALBUMID> http://my.opera.com/service/oembed?url=http%3A%2F%2Fmy.opera.com%2F<USER>%2Falbums%2Fshowpic.dml%3Falbum%3D<ALBUMID>%26picture%3D<PICTUREID>
Selective colorization with gimp
Tuesday, October 25, 2011 10:01:36 PM
Here is a simple tutorial which explains how to create a black&white picture with color restored selective areas. http://www.gimp.org/tutorials/Selective_Color/
Quicky: Changing Formular-Values with JavaScript
Friday, June 10, 2011 11:33:20 AM
javascript:document.forms[0].elements[name].value = 'value'
MVVM: A useful ViewModel base class
Tuesday, May 24, 2011 1:29:01 PM

Kent Boogaart's useful base class for view models

http://kentb.blogspot.com/2009/04/mvvm-infrastructure-viewmodel.html
Quicky: Converting a HTML-Colorcode to System.Windows.Media.Brush
Tuesday, May 24, 2011 12:25:49 PM
/// <summary> /// Converts a HTML-Color-Code to a Brush /// </summary> /// <param name="colorcode">The colorcode. For example #318D38</param> /// <returns> /// The Color as brush /// </returns> /// <exception cref="NotSupportedException"> /// In case of an error /// </exception> static System.Windows.Media.Brush ConvertColorCode(string colorcode) { BrushConverter bc = new BrushConverter(); return (Brush)bc.ConvertFrom(colorcode); }
http://blog.klimczyk.pl/?p=148
Climm - All Contacts are offline
Monday, May 9, 2011 11:34:13 AM
Climm is a very useful ICQ-Client for the commandline.
Unfortunately all contacts seems to be offline after logging on. Set the following options to solve the problem:
Climm ist ein sehr praktischer ICQ-Client für die Kommandozeile.
Leider werden nach der ersten Anmeldung alle Kontakte als offline angezeigt und auch man selbst erscheint bei seinen Kontakten als offline. Abhilfe schafft folgende Vorgehensweise:
climm> optconnection obeysbl on wantsbl on climm> contact upload climm> save climm> quithttp://forum.ubuntuusers.de/topic/climm-kontaktlistenprobleme/#post-1546975
Operation faceoff
Tuesday, December 14, 2010 1:18:31 PM
“Operation Black Face” is an event scheduled on 18th December 2010. People around the internet would display a black profile pic across the major social networking websites to protest against the state’s hostility against whistle blowers (Wikileaks and Julian Assange). It would also see a number of people around the globe wearing black clothes or tying black badges on arms. The very same day supporters of life, liberty, freedom and transparency would write a common e-mail to UK Supreme Court (enquiries@supremecourt.gsi.gov.uk ) as a symbolic message from the well meaning citizens across the globe, pleading what the highest court could do to set a precedent for the generations to come that would protect whistle-blowers and free media. This message would demonstrate the strength of the silent majority which today, is in favor of Julian & friends and against the governments in front of governments across the globe. This message would also suggest the governments that the citizens have digested and accepted the bitter truth as it came to them, now it is turn of state to have a face-off with the truth and respect those who helped bringing it out or else the majority would overrule them someday.
http://opfaceoff.blogspot.com/
WikiLeaks
Monday, December 13, 2010 5:18:41 PM
Supporting WikiLeaks: This link will always point to the best WikiLeaks mirror available.
http://www.taz.de/support-WikiLeaks
Friends (4)
Shoutbox
Latest comments
-

anonymous
Creative Designer writes: Amazing Design…All are excellent. ... -

anonymous
Photo editor writes: Nice shearing... Hope you will share m ... -

anonymous
Anonym writes: Vielen Dank, funktioniert wunderbar! wie ka ... -
Hallo Heiner, ich habe den geposteten Link auch eher zuf ... -

anonymous
-

anonymous
Froz writes: still can't ff/rw/skip on mkvs. mkvs that can ...
hashlib++
-
hashlib++
a simple and very easy to use library to create a cryptographic checksum
VIM
-
Vi IMproved
Best editor ever











