Monday, June 27, 2011

Icon Render WPF

RenderOptions.BitmapScalingMode="NearestNeighbor"                            RenderOptions.EdgeMode="Aliased"

Sunday, June 26, 2011

Text Trimming and ToolTip bind to itself

TextTrimming="CharacterEllipsis" TextWrapping="Wrap" ToolTip="{Binding Text, RelativeSource={RelativeSource Mode=Self}}

Monday, June 13, 2011

VIM increase number, increase alpha

Press Ctrl+A increase the number under cursor.

:set nrformats=alpha

can help you increase character.

Monday, June 6, 2011

CRLF

The origin of the older computer term "CRLF" - which redirects to this Newline article - or "Carriage Return [and] Line Feed", derives from standard manual typewriter design, whereby at the end of a line of text the typist pushes a lever at the left end of the carriage to return it to position for beginning the next line.