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() | |
}); |
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
[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
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
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
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
<?php | |
header('Content-type: text/html; charset=utf-8'); | |
mb_internal_encoding("UTF-8"); | |
ini_set('memory_limit', '1024M'); | |
ini_set('max_execution_time', 500); | |
?> | |
<style> | |
table, td, th { | |
border: 1px solid black; | |
} |
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
define(function(require, exports, module) { | |
"use strict"; | |
var oop = require("../lib/oop"); | |
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; | |
var MyNewHighlightRules = function() { | |
this.$rules = { | |
"start" : [ |
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
0 4 * * * find /temp/folder -type f -ctime +7d -exec rm -f {} \; |
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
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!--> | |
<Colours> | |
<Color0>16053492</Color0> | |
<Color1>5056494</Color1> | |
<Color2>7264994</Color2> | |
<Color3>6123892</Color3> | |
<Color4>2070011</Color4> | |
<Color5>2070011</Color5> | |
<Color6>15716693</Color6> | |
<Color7>3006629</Color7> |
OlderNewer