This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Drawing; | |
using System.Text.RegularExpressions; | |
using System.Collections.Generic; | |
using System.Xml; | |
using System.IO; | |
using System; | |
namespace FastColoredTextBoxNS | |
{ | |
public class SyntaxHighlighter: IDisposable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sh -c 'ls -hal /root/ > /root/test.out' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here's the school yard where we'd play | |
When we were younger years before today | |
Laughing without a care to chase away | |
We met and vowed our love would never stray | |
I knew someday he would be | |
The one to come home to me | |
Here's the chapel where we wed | |
I won't forget the loving words we said | |
Though time were tough and many tears were shed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Ansager:] | |
Ständig bekommen wir neue Ansagen für Kompositionen von Michael Giacchino, der, wie wir gerade erfahren haben, vor kurzem zu den Alliierten übergelaufen ist! Die Platte spielen wir jetzt für alle Liebenden, die zur Zeit voneinander getrennt sind. | |
... | |
Auf diesem Schulhof spielten wir | |
als wir sehr jung waren, er war fünf, ich vier. | |
Lachten und sangen händehaltend hier, | |
Ewige Liebe, die versprach er mir. | |
Es sollte nicht anders sein: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public virtual void BuildGroups() { | |
if (this.Columns.Count > 0) { | |
this.BuildGroups(this.PrimarySortColumn, this.PrimarySortOrder == SortOrder.None ? SortOrder.Ascending : this.PrimarySortOrder); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.click(function(e){ | |
e.stopPropagation() | |
}); |
NewerOlder