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
/* | |
Copyright 2017 Bryan Keller (https://github.com/widget-) | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software |
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
Verifying my Blockstack ID is secured with the address 1MXeEmZ9oV6aPG9bkoumg9XthxJRxhgfC9 https://explorer.blockstack.org/address/1MXeEmZ9oV6aPG9bkoumg9XthxJRxhgfC9 |
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
function N(n) { | |
function Hack(R, e, a, c, t, o, r) { | |
for (t = ~ (R | e | a) & c; t > 0;) | |
t ^= o = t & -t, r += Hack(R | o, (e | o) >> 1, (a | o) << 1, c, 0, 0, 0); | |
return R == c && r++, r | |
} | |
return Hack(0, 0, 0, (1 << n) - 1, 0, 0, 0) | |
}; |
NewerOlder