-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit of artifacts from backup taken prior to decommissioning of mcp…
…bot.bspk.rs
- Loading branch information
0 parents
commit 52f0374
Showing
15,790 changed files
with
11,026 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
<html> | ||
<head lang="en"> | ||
<!-- Latest compiled and minified CSS & JS --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="http://mcpbot.bspk.rs/static/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"> | ||
|
||
<link rel="stylesheet" href="http://mcpbot.bspk.rs/static/css/mcpbot.css" media="screen"> | ||
|
||
<meta charset="UTF-8"> | ||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
<title>MCPBot</title> | ||
</head> | ||
<body> | ||
<div class="navbar navbar-default navbar-static-top" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<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> | ||
<a class="navbar-brand active" href="http://mcpbot.bspk.rs/">MCPBot</a> | ||
<a class="navbar-header" href="http://mcpbot.bspk.rs/"><img class="navbar-header" src="http://mcpbot.bspk.rs/static/img/mcp-logo-101x50.png" height="50" width="auto"/></a> | ||
</div> | ||
<div class="navbar-collapse collapse" id="navbar-main"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li><a href="https://github.com/ModCoderPack/mcpbot" target="_blank"><i class="fa fa-github"></i> Source</a></li> | ||
<li><a href="https://github.com/ModCoderPack/MCPBot-Issues" target="_blank"><i class="fa fa-exclamation-triangle"></i> Issues</a></li> | ||
<li><a href="http://mcpbot.bspk.rs/help.html"><i class="fa fa-question-circle"></i> Help</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
|
||
<div class="row"> | ||
<div class="col-sm-12"> | ||
|
||
<h1><i class="glyphicon glyphicon-home"></i> MCPBot</h1> | ||
<p class="lead">Giving modders the power to understand since 2010!!</p> | ||
|
||
</div> | ||
</div> | ||
|
||
|
||
<div class="row"> | ||
<div class="col-sm-12"> | ||
<h2><i class="glyphicon glyphicon-tree-deciduous"></i> What's MCPBot?</h2> | ||
<p>MCPBot is a community-driven project in the form of an IRC bot that allows contributors to provide meaningful names and | ||
descriptions for fields, methods, and method parameters in the Java code produced by the Mod Coder Pack | ||
(MCP). </p> | ||
<p>The source code for MCPBot is publicly available on <a href="https://bitbucket.org/ProfMobius/mcpbot" target="_blank">BitBucket</a>.</p> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-sm-12"> | ||
<h2><i class="fa fa-terminal"></i> How do I use MCPBot?</h2> | ||
<p>MCPBot can be accessed on the <a href="irc://irc.esper.net/" target="_blank">EsperNet</a> IRC network in one of the | ||
<a href="#" data-toggle="modal" data-target="#ircchannels"><i class="fa fa-list-alt"></i> official MCP channels</a>. Once in | ||
a channel with MCPBot_Reborn type !help to see a list of available commands. More info on how to use the bot can be found | ||
<a href="http://mcpbot.bspk.rs/help">here</a>. | ||
</p> | ||
<div class="modal fade" id="ircchannels" tabindex="-1" role="dialog" aria-labelledby="ircchannelsLabel" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
<h4 class="modal-title" id="ircchannelsLabel">Official MCP IRC Channels</h4> | ||
</div> | ||
<div class="modal-body"> | ||
<p><ul><li><a href="irc://irc.esper.net/mcp" target="_blank">#mcp</a></li><li><a href="irc://irc.esper.net/mcp-modding" target="_blank">#mcp-modding</a></li><li><a href="irc://irc.esper.net/mcpbot" target="_blank">#mcpbot</a></li></ul></p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col-sm-12"> | ||
<h2><i class="fa fa-child"></i> Who Created MCPBot?</h2> | ||
<p>MCPBot was originally created by ProfMobius in 2010 using Python 2.6 and a SQLite database backend. That version of the bot allowed | ||
contributors to provide names for fields and methods and was able to query mapping data for the "current" version of Minecraft | ||
(whatever the bot was updated to). | ||
</p> | ||
<p>MCPBot_Reborn (the version running now) was created by ProfMobius and bspkrs in 2014 using Python 2.7 and a PostgreSQL 9.3 database backend. | ||
This version of the bot allows contributors to provide names for fields, methods, and method parameters and is able to query mapping data for | ||
Minecraft 1.5 through the "current" version. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="row"> | ||
<hr/> | ||
<div class="col-sm-12"> | ||
<p align="center"><small>© 2021 MCP Team</small></p> | ||
<p align="center"><small>Designed using <a href="http://bootswatch.com/" target="blank">Bootswatch</a> via <a href="http://www.bootstrapcdn.com/" target="blank">BootstrapCDN</a>. MCP logo by <a href="http://arisux.com/" target="blank">Dustin Christensen</a></small></p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | ||
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> | ||
<!-- Include all compiled plugins (below), or include individual files as needed --> | ||
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | ||
<script src="http://mcpbot.bspk.rs/static/js/bootswatch.js"></script> | ||
</body> | ||
</html> | ||
|
||
|
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a15d6504c80158008b5ff94698c5bee8 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
60f55731ecb5a97f08b979aab4da4f1b791bee52 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ad522b9ca485fd83aa9d6dc75c99b46c |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
36fbc14714443feb0241d298f07ad9f4064402b3 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b6fc05e2296ca76100974d8980034572 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ac8f6e1a58fc102cea3a91021550e89e7797515b |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c32b5c93032eba1b4ae7fa519392c05f |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f3de5e04b0b2c033b10fc495e33fe9db3f1a2125 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e9d2bfc3e4b4b2c3e73234f96b71bab0 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4acf3c19608a040c4a7927e5cddf665dac313174 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
75a754b1e56a43eedeea7d19fe07e90c |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f8113236df8a2cfc9c9a9e7eb2eb5e14a68b9ea0 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
34e48383c4f0e848a98fcfb54e46a08b |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
178a8765a57070bc138c6f4718d7535d453c1df9 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9cf76cef0e848d69a61f6a7271f25989 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1b0feb702ecf889cc42255ea3d4fb2d167519768 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b48f68761a6679402d0ef7f5445cbf43 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
00fc128d9f972b61a3bcc2b9e7478655bee4b74a |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fdcc92f038879bc072dee903c9c5796e |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8384870b080602e195a97de7c9e28993f2e44879 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5c30d431843992962e126160cd18376f |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1dab3055760f4f01b66d1417e3f9e34ab34e3b2b |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bb3634a8f6fb5defb9ec5550c3b545ba |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b59ae3dfcbe6daa8b98165d2544097bf57446015 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b2cc033e7a04d54e891a4ec5f82a423e |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
55c85ff7c299cb9defde2819cfcb40c07c4b027e |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2b4bccd68d9427d74b92a6b49c653dcb |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
10b95bb342f55d681025bf2d698c893d9c4b4201 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a8cc8b3d386b6fb5e00b8f1f3615cb0f |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cd371d2c3ae8f115b1a967ce303c18452c4298e4 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bcb7cdd069015cd71b27420800135fce |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
695c61ce142dbbc6523490b90c2b4b347c2fb207 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
499f7b021a22e65ec47800c2ee19ee9e |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6916e75335a5ffa61cc3145b8cff8fbda16b2745 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f5f8e81cd42f831d8d9979c0ffcb194e |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e1ab078eb2570ee007121d23325954f7b680d01a |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
32ed817e35bf6f4038e0bf4d1fe378c9 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5e5f349f50d9b4705b6574e911b134991f8e8d8a |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
30788cdcc5cefad6ca7fc26d28e4897c |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
62196b54682e001d1d770a4be9603208f9c5fcca |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
54ffb89ea68d0a63f2d593ca2aae2cab |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4b704060fc6922600e2cf239f859ba65f5b44352 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
05a4961b73f1a221a3eb70169d9e4c4c |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
cce13a875638bc039e3d23c0300a94dc7837f98e |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
26f831fc072d65b72670d613fbfd1d43 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
82bbbd0d8b553c663ac160722f4d11b24db6cfb8 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
05eca4d67538dd24300d2e59ffcecc1b |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e11562cb1fcc56c277abf89508ac23f60ef21320 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4ff74d05443f28ee112fe7e436aa3551 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
508ff077c699027b466053a66be2f9a1585c67bd |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3bc8c5388f356306a8eb809cd3c3685e |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fe086465f3cdd0ef7886f31ce2c781f351e77d05 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
IndexOrderDefault Descending Name |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140908-1.7.10/mcp_snapshot-20140908-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3b7d8acc29b6bbb85414ba79fb5023b6 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140908-1.7.10/mcp_snapshot-20140908-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
32841751eb113ef7c612dcf256d809754e124aba |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140909-1.7.10/mcp_snapshot-20140909-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2c7973baf4867c61b2641d1fcae7bc93 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140909-1.7.10/mcp_snapshot-20140909-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
d76e093f5d8246872956ef93803e20217cf4dd19 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140910-1.7.10/mcp_snapshot-20140910-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9d4d8a06e010dde7c648dc422e43c485 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140910-1.7.10/mcp_snapshot-20140910-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
15f6bca9d16fd061a2b417bce5e0fbf2070ecc5d |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140911-1.7.10/mcp_snapshot-20140911-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
49d05b319c52aa759c1967e4bd5da546 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140911-1.7.10/mcp_snapshot-20140911-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8b53c69b32c7ba05eace5baf35d020f79b665198 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140912-1.7.10/mcp_snapshot-20140912-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2c945581ed5c4aa3c11ef720874b5445 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140912-1.7.10/mcp_snapshot-20140912-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
146edd2c90188fbf74f89f6b4e7d5065509c4dfd |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140913-1.7.10/mcp_snapshot-20140913-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0fa0857df832d87785c687147722f9e8 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140913-1.7.10/mcp_snapshot-20140913-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
814e570f79730f40661e4ba02343c10fa1bf8204 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140914-1.7.10/mcp_snapshot-20140914-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
608d3dcb73b18811ef902d6925cea2cd |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140914-1.7.10/mcp_snapshot-20140914-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1d5b01860d8f16c8b7f359a30e8a59b9f5303549 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140915-1.7.10/mcp_snapshot-20140915-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c2a6df9db323e4ece44727d3158dfd31 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140915-1.7.10/mcp_snapshot-20140915-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8c0acaad169427a70ae3ba49a025714e3e7093ef |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140916-1.7.10/mcp_snapshot-20140916-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2598e1402b910c76f30fd0c9fb9aed59 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140916-1.7.10/mcp_snapshot-20140916-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f18b87827bf70791639c0262a7fe0f48f08f8c1b |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140917-1.7.10/mcp_snapshot-20140917-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
80ddeb6109e2bd4cdea59943bb94ec3f |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140917-1.7.10/mcp_snapshot-20140917-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
b64b4bc8164a264958b2748769b4ccdb3ad38ab0 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140918-1.7.10/mcp_snapshot-20140918-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ae92f4fedf48cb23872ba27a7def431e |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140918-1.7.10/mcp_snapshot-20140918-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2fd6fecb5954fa6ef1912ba28888bb3ef6ea9186 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140920-1.7.10/mcp_snapshot-20140920-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e155cd4457afadf9084adccb46ebb8f8 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140920-1.7.10/mcp_snapshot-20140920-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
fd0e1bed69451cd00daada4127d73b4757de82f0 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140921-1.7.10/mcp_snapshot-20140921-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4146a50c03268b7e2eb6b3121cb0c8df |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140921-1.7.10/mcp_snapshot-20140921-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6321c69b84dc47885902567f740834b1497a104c |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140922-1.7.10/mcp_snapshot-20140922-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ac4125adff7a527dceb859a7ab484585 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140922-1.7.10/mcp_snapshot-20140922-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4c336c6b004837f7cc6a6a947defa0e1204e130c |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140923-1.7.10/mcp_snapshot-20140923-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c04f659dea45de9b3759862e6783ddb2 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140923-1.7.10/mcp_snapshot-20140923-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
e2656fe6fd623218ed9183c8e6ffd1bdcacb379e |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140924-1.7.10/mcp_snapshot-20140924-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
59cc00b3e20a28fca5a06cf5ff9a5d1a |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140924-1.7.10/mcp_snapshot-20140924-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7b1ada2ebbead1d5d8ed46f4ad0d76a399e4abf4 |
Binary file not shown.
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140925-1.7.10/mcp_snapshot-20140925-1.7.10.zip.md5
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ab30a4ac3b6b6dbb4eeec91635e6d576 |
1 change: 1 addition & 0 deletions
1
mcp_snapshot/20140925-1.7.10/mcp_snapshot-20140925-1.7.10.zip.sha1
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8bd10acf0282c44e153448a4c0bcc6e56baa7ace |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
22a6895aac5acfd15542ceb2be94bb10 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
00002d03e1e9cf049c059628d9bd61e410be0ca1 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4201d27997d911594a0f2877588c994d |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9aa37d471c226461472d4e83b1ef7b990f1fb3b7 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
6e12555dee2a3dc0f81f095f6d307cb9 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a66f5bad1c6c6c18a49706e541a3cc5c8c3d3c35 |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c6687f6d40622eab0253e2c32b6e9435 |
Oops, something went wrong.