View gist:2cdcbfda12f97cdfdfb6ad653e34ec2d
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
0x4871a20288978AC20b0914191710d3be750C6dBe |
View placepaintbot4.js
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
// ==UserScript== | |
// @name PlacePaintBot | |
// @namespace http://tampermonkey.net/ | |
// @version 0.4 | |
// @description Domination of Place! | |
// @author mbarkhau | |
// @match https://www.reddit.com/place?webview=true | |
// @grant none | |
// ==/UserScript== |
View debug.log
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
2015-06-16 14:59:17 GUI: "registerShutdownBlockReason: Successfully registered: Bitcoin Core didn't yet exit safely..." | |
2015-06-16 14:59:17 | |
View gist:af4ea1981bb51d01be2d
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
control.me is a service where people can volunteer to be controlled by others. | |
You get to make decisions about people on the website. | |
Some example decisions: | |
1. what should I eat today, Salmona or Pasta? | |
2. Should I go on vacation in India or Thailand this year? | |
3. She I leave my boyfriend, or try to work on it? | |
It's a "Twitter for decisions". |
View gist:c28d2ebe2588cd838837
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
Erik Voorhees | |
Adam Draper | |
Joe Robinson | |
Pete Rizzo | |
Michael Terpin | |
Brock Pierce | |
Michael Flaxman | |
Joseph Hsieh | |
Brayton Williams | |
Matt Schlicht |
View scriptedCrowdsale.java
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
/** | |
This method is called by Master Protocol parser when parsing an incoming transaction into a crowdsale address. It is called once per incoming tx. | |
*/ | |
handlePayment(); | |
The method handlePayment() can call on auxilery methods to access some parameters: | |
/** | |
0 for BTC, 1 for MSC, etc... as per [the spec](https://github.com/mastercoin-MSC/spec#transaction-field-definitions) | |
*/ |
View mousespeed-sparkline.js
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
function drawMouseSpeedDemo() { | |
var mrefreshinterval = 500; // update display every 500ms | |
var lastmousex=-1; | |
var lastmousey=-1; | |
var lastmousetime; | |
var mousetravel = 0; | |
var mpoints = []; | |
var mpoints_max = 30; | |
$('html').mousemove(function(e) { | |
var mousex = e.pageX; |
View Lifeboat Wikipedia Export
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
This XML file does not appear to have any style information associated with it. The document tree is shown below. | |
<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.8/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.8/ http://www.mediawiki.org/xml/export-0.8.xsd" version="0.8" xml:lang="en"> | |
<siteinfo> | |
<sitename>Wikipedia</sitename> | |
<base>http://en.wikipedia.org/wiki/Main_Page</base> | |
<generator>MediaWiki 1.22wmf2</generator> | |
<case>first-letter</case> | |
<namespaces> | |
<namespace key="-2" case="first-letter">Media</namespace> | |
<namespace key="-1" case="first-letter">Special</namespace> |
View gist:5478428
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
<!-- Please do not remove or change this AfD message until the issue is settled --> | |
{{AfDM|page=Lifeboat Foundation (2nd nomination)|year=2013|month=April|day=26|substed=yes|origtag=afdx}} | |
<!-- End of AfD message, feel free to edit beyond this point -->{{notability|date=April 2013}} | |
{{refimprove|date=April 2013}} | |
{{Infobox organization | |
| name = Lifeboat Foundation | |
| former name = | |
| image = | |
| image_border = |
NewerOlder