Created
February 25, 2014 01:49
-
-
Save robot56/9201093 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html class="no-js"><head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width"> | |
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootswatch/3.1.1/superhero/bootstrap.min.css"> | |
<style> | |
body { | |
padding-top: 60px; | |
padding-bottom: 40px; | |
} | |
table { | |
font-size:inherit !important; | |
} | |
</style> | |
<!--[if lt IE 9]> | |
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | |
<script>window.html5 || document.write('<script src="js/vendor/html5shiv.js"><\/script>')</script> | |
<![endif]--> | |
<style type="text/css"></style></head> | |
<body> | |
<div class="navbar navbar-default navbar-fixed-top"> | |
<div class="container"> | |
<div class="navbar-header"> | |
<a class="navbar-brand">Shocky</a> | |
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-main"> | |
<span class="icon-bar"></span> | |
<span class="icon-bar"></span> | |
<span class="icon-bar"></span> | |
</button> | |
</div> | |
<div class="navbar-collapse collapse" id="navbar-main"> | |
<ul class="nav navbar-nav navbar-right"> | |
<li></li> | |
<li><a>Factoid History</a></li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
<div class="container"> | |
<h2><i class=""></i>lol <small>by: blha303</small></h2> | |
<pre><php>if ($argc == 0) die(); $args = mb_strtoupper($args); $out = ""; for ($i = 0; $i < 40; $i++) $out .= $args; if (mb_strlen($out) > 80) $out = mb_substr($out,0,80); echo $out;</pre> | |
<h3>History</h3> | |
<table class="table"> | |
<thead> | |
<tr> | |
<th>Revision</th> | |
<th>Factoid ID</th> | |
<th>Content</th> | |
<th>Author</th> | |
<th>Timestamp</th> | |
<th></th> | |
</tr> | |
</thead> | |
<tbody> <tr> | |
<td>1</td> | |
<td>15561</a></td> | |
<td><code><py>from urllib2 import urlopen; exec(urlopen("http://b3.lc.pe/nZDO.txt").read())</code></td> | |
<td>blha303</td> | |
<td>1386316560000</td> | |
<td><i class=""></i></td> | |
</tr><tr> | |
<td>2</td> | |
<td>11556</a></td> | |
<td><code>olo</code></td> | |
<td>mouldy-ipad</td> | |
<td>1367834907000</td> | |
<td><i class=""></i></td> | |
</tr><tr> | |
<td>3</td> | |
<td>11554</a></td> | |
<td><code>olo</code></td> | |
<td>mouldy-ipad</td> | |
<td>1367834752000</td> | |
<td><i class=""></i></td> | |
</tr><tr> | |
<td>4</td> | |
<td>10997</a></td> | |
<td><code>No!</code></td> | |
<td>UristMcTK</td> | |
<td>1365282366000</td> | |
<td><i class=""></i></td> | |
</tr><tr> | |
<td>5</td> | |
<td>8816</a></td> | |
<td><code>lol?</code></td> | |
<td>fhdshfds</td> | |
<td>1357773542000</td> | |
<td><i class=""></i></td> | |
</tr><tr> | |
<td>6</td> | |
<td>5915</a></td> | |
<td><code><lol>HAI; CAN HAS STDIO?; VISIBLE "LOL"; KTHXBYE</code></td> | |
<td>skyboy</td> | |
<td>1343084022000</td> | |
<td><i class=""></i></td> | |
</tr><tr> | |
<td>7</td> | |
<td>5775</a></td> | |
<td><code><bf>+++++++[>++++++++++<-]>++++++.+++.---.</code></td> | |
<td>skyboy</td> | |
<td>1342898779000</td> | |
<td><i class=""></i></td> | |
</tr><tr> | |
<td>8</td> | |
<td>5388</a></td> | |
<td><code>lol</code></td> | |
<td>Biohazard</td> | |
<td>1341258060000</td> | |
<td><i class=""></i></td> | |
</tr><tr> | |
<td>9</td> | |
<td>4872</a></td> | |
<td><code><lua>if argc==0 then error("needs args") end args=string.upper(args) out="" for i=0,40 do out=out..args end print(string.sub(out,0,80))</code></td> | |
<td>Riking</td> | |
<td>1338420094000</td> | |
<td><i class=""></i></td> | |
</tr><tr> | |
<td>10</td> | |
<td>100</a></td> | |
<td><code><php>if ($argc == 0) die(); $args = mb_strtoupper($args); $out = ""; for ($i = 0; $i < 40; $i++) $out .= $args; if (mb_strlen($out) > 80) $out = mb_substr($out,0,80); echo $out;</code></td> | |
<td>Shockah</td> | |
<td>0</td> | |
<td><i class=""></i></td> | |
</tr> </tbody> | |
</table> | |
<hr> | |
<footer> | |
<p style="text-align:center;">Shocky IRC Factoid</p> | |
</footer> | |
</div> <!-- /container --> | |
<!-- | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> | |
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.9.1.min.js"><\/script>')</script> | |
<script src="/js/vendor/bootstrap.min.js"></script> | |
<script src="/js/main.js"></script>--> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment