I hereby claim:
- I am sundbry on github.
- I am sundbry (https://keybase.io/sundbry) on keybase.
- I have a public key ASCdBroxNjS1fXNJLmX9qRCmBMkg1LURe6fFAhygqoxuOQo
To claim this, I am signing this object:
| -- Defines a schema for a multi-tenant, multi-currency, double-entry accounting ledger. | |
| -- Trigger design derived from the gist discussion at: | |
| -- https://gist.github.com/NYKevin/9433376 | |
| -- Data model inspired by: | |
| -- https://medium.com/@RobertKhou/double-entry-accounting-in-a-relational-database-2b7838a5d7f8 | |
| -- https://developer.squareup.com/blog/books-an-immutable-double-entry-accounting-database-service/ | |
| BEGIN; |
| #!/bin/sh | |
| # Bare metal Guix bootstrap program from a livecd (SystemRescueCd) shell. | |
| GUIX_TARBALL="https://ftp.gnu.org/gnu/guix/guix-binary-1.2.0.x86_64-linux.tar.xz" | |
| BUSYBOX_BINARY="https://busybox.net/downloads/binaries/1.31.0-i686-uclibc/busybox" | |
| GUIX_MAX_JOBS=4 | |
| BOOT_SIZE="2M" | |
| : ${SWAP_SIZE:="4096M"} | |
| ROOT_AUTHORIZED_KEYS=$(cat <<EOF |
I hereby claim:
To claim this, I am signing this object:
| <iframe frameborder=0 | |
| style="min-width: 200px; width: 60%; height: 460px;" | |
| scrolling="no" | |
| seamless="seamless" | |
| srcdoc='<html><body><style type="text/css">.gist .gist-data { height: 400px; }</style><script src="https://gist.github.com/sundbry/5e0507d93d4c89023b2ba5f39f27f722.js"></script></body></html>' | |
| ></iframe> |
| /** | |
| * Copyright (c) 2015-present, Facebook, Inc. | |
| * Copyright (c) 2018 Arctype Corp. | |
| * | |
| * All rights reserved. | |
| * | |
| * This source code is licensed under the BSD-style license found in the | |
| * LICENSE file in the root directory of the facebook/react source tree. An additional grant | |
| * of patent rights can be found in the PATENTS file in the same directory. | |
| * |