I hereby claim:
- I am fjahr on github.
- I am fjahr (https://keybase.io/fjahr) on keybase.
- I have a public key whose fingerprint is CC3E 7047 449F B0CF AF2E E759 445A AC9B B405 55D1
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// layout file | |
<body> | |
<div class="container"> | |
<%= flash_messages %> | |
<%= yield %> | |
</div><!-- /container --> | |
</body> |
let blacklists = ["https://mail.google.com/*", "*://mail.google.com/*", "@https://mail.google.com/mail/*"] |
Verifying my Blockstack ID is secured with the address 1DMWKLoHuFQU5QHAa2KyQwEqsyLP5sxXLN https://explorer.blockstack.org/address/1DMWKLoHuFQU5QHAa2KyQwEqsyLP5sxXLN |
""" | |
Suppose you are given a list of possible Bitcoin that you control (inputs). You | |
need to pay someone exactly 0.71 BTC. How would you select exactly 2 inputs in | |
such a way as to minimize the change output if you could ignore fees? Write a | |
python function that selects the two inputs. | |
""" | |
from itertools import permutations | |
TEST_INPUTS = [0.21, 0.59, 1.34, 3.45, 0.3, 0.84, 0.53, 0.62, 0.70, 0.21, 0.44, | |
0.28, 0.39, 200.9, 4.34] |
defmodule MyApp.Plugs.Debug do | |
@behaviour Plug | |
require Logger | |
def init(default), do: default | |
def call(conn, _) do | |
case conn.request_path do | |
"/path/to/error" -> |
List of all Lightning Network Message Types for easy & quick overview.
Messages with strikethrough style exist in the original RFCs but are currently removed in Lightning MW.
Messages related to connection setup, control, supported features, and error reporting.