Timestamp | Message |
---|---|
2017-06-06 13:36:45 +0000 | <10024MFCAB_PLC100IPR11011010100100000000000000000034321120000000000000000000099900> |
2017-06-06 13:37:13 +0000 | <10030MFCAB_PLC100TTQ11011000200100000000011000000000003432112000000> |
2017-06-06 13:37:13 +0000 | <10006PLC100MFCAB_TTA110110002001444805300000000000343211201000000000000000000000000000000111011000300100> |
2017-06-06 13:37:13 +0000 | <10031MFCAB_PLC100TTC1101100030014448053000000000003432112000000> |
2017-06-06 13:37:32 +0000 | <10039MFCAB_PLC100TTQ11011000300100000000011000000000003432112000000> |
2017-06-06 13:37:32 +0000 | <10010PLC100MFCAB_TTA110110003001445005500000000000343211201000000000000000000000000000000111011000400100> |
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
<?xml version="1.0" encoding="utf-8"?> | |
<opml version="1.0"> | |
<head> | |
<dateCreated>Thu, 01 Jun 2017 22:00:08 +0000</dateCreated> | |
<title>Tiny Tiny RSS Feed Export</title> | |
</head> | |
<body> | |
<outline text="channel 9"> | |
<outline type="rss" text="Channel 9 - Entries tagged with C++ and Beyond 2012" xmlUrl="http://channel9.msdn.com/Tags/cppbeyond+2012/RSS" htmlUrl="https://channel9.msdn.com/Tags/cppbeyond+2012"/> | |
</outline> |
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
def filter_line(line) | |
line.gsub!(/\x0f/, '') | |
line.gsub!(/\x03\d?\d?/, '') | |
line.gsub!(/\x02/, '') | |
line | |
end | |
def filter_file(name) | |
File.read(name).each_line.map{ |line| filter_line line } |
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
<? | |
class EyeFucker | |
{ | |
public $version = '0.4.0.27 b'; | |
public $Settings = array('bold', 'italic', 'strike', 'underline', 'fonttype', 'fontsize', 'coloring','style'); | |
public $Text; | |
function Charmeleon($input,$nr) |
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
import std.datetime; | |
import std.string; | |
class Author | |
{ | |
string name; | |
string email; | |
string hashedPassword; | |
} |
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
<h1 id="test"> test</h1> | |
<h2 id="bleh"> bleh</h2> | |
<pre class="prettyprint"><code>foo | |
foo bar baz | |
class huj {}; | |
</code></pre> | |
<p>inline code: <code class="prettyprint">inline code</code> | |
</p> | |
[Finished in 0.3s] |
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
#include <cassert> | |
#include <climits> | |
#include <csetjmp> | |
#include <cstdlib> | |
#include <cstring> | |
#include <cctype> | |
#include <algorithm> | |
#include <array> | |
#include <atomic> |
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
#include <cassert> | |
#include <climits> | |
#include <cstdlib> | |
#include <cstring> | |
#include <cctype> | |
#include <algorithm> | |
#include <array> | |
#include <atomic> | |
#include <chrono> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<opml version="1.0"> | |
<head> | |
<title>KrzaQ subscriptions in feedly Cloud</title> | |
</head> | |
<body> | |
<outline text="all" title="all"> | |
<outline type="rss" text="Growing up" title="Growing up" xmlUrl="http://marcoarena.wordpress.com/feed/" htmlUrl="https://marcoarena.wordpress.com"/> | |
<outline type="rss" text="xorl %eax, %eax" title="xorl %eax, %eax" xmlUrl="https://xorl.wordpress.com/feed/" htmlUrl="https://xorl.wordpress.com"/> |