I hereby claim:
- I am jake-walker on github.
- I am jakew (https://keybase.io/jakew) on keybase.
- I have a public key ASCdLDPXpEiKV7i7xfprT_lJKXXT-Vb01-fqTjq7N4oimQo
To claim this, I am signing this object:
| jake@jake-t430:~/Projects/cheat-snap$ SNAPCRAFT_CONTAINER_BUILDS=1 snapcraft prime | |
| Creating snapcraft-cheat | |
| error: Failed to run: /usr/bin/lxd forkstart snapcraft-cheat /var/lib/lxd/containers /var/log/lxd/snapcraft-cheat/lxc.conf: | |
| Try `lxc info --show-log local:snapcraft-cheat` for more info | |
| Stopping local:snapcraft-cheat | |
| error: The container is already stopped | |
| Try `lxc info --show-log local:snapcraft-cheat` for more info | |
| Traceback (most recent call last): | |
| File "/usr/lib/python3/dist-packages/snapcraft/internal/lxd.py", line 129, in _ensure_started | |
| self._ensure_container() |
| Verifying my Blockstack ID is secured with the address 1JWD8CWWEs3sA2yTAPC2EYMV7tbjbtGyQz https://explorer.blockstack.org/address/1JWD8CWWEs3sA2yTAPC2EYMV7tbjbtGyQz |
I hereby claim:
To claim this, I am signing this object:
| FROM node:6 | |
| ENV NODE_ENV production | |
| ENV THELOUNGE_HOME "/home/lounge/data" | |
| VOLUME "${THELOUNGE_HOME}" | |
| # Expose HTTP. | |
| ENV PORT 9000 | |
| EXPOSE ${PORT} |
| FROM node:8-alpine | |
| RUN apk update && apk upgrade && apk add --no-cache git python alpine-sdk | |
| WORKDIR /opt/ | |
| RUN git clone https://github.com/janoside/btc-rpc-explorer | |
| WORKDIR /opt/btc-rpc-explorer | |
| VOLUME ["/opt/btc-rpc-explorer"] | |
| RUN npm install | |
| EXPOSE 3002 | |
| ENTRYPOINT ["npm", "start"] |
| // Import stuff | |
| namespace Dice_Gambling | |
| { | |
| /// <summary> | |
| /// Interaction logic for MainWindow.xaml | |
| /// </summary> | |
| public partial class MainWindow : Window | |
| { | |
| private Host GameHost; |
| 3Box is a social profiles network for web3. This post links my 3Box profile to my Github account! | |
| ✅ did:muport:QmTwAG9czY6cqvUZiabbstoiQSAuUNQEACAGX3rA6e85uf ✅ | |
| Create your profile today to start building social connection and trust online. https://3box.io/ |
| curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - | |
| echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster stable' > /etc/apt/sources.list.d/docker.list | |
| apt-get update | |
| apt-get install docker-ce -y | |
| systemctl start docker | |
| systemctl enable docker |
| <!-- | |
| Secret Santa Card Generator by Jake Walker. | |
| This is a quick and dirty web app for generating cards to be used for the | |
| 'Fool-Proof Secret Santa' video by Numberphile - https://www.youtube.com/watch?v=GhnCj7Fvqt0. | |
| Save this HTML file to your computer and open in your favourite browser, then | |
| follow the instructions on the page. This is designed to be printer friendly | |
| so they do look a bit bland. | |
| --> |
| # | |
| # diff all | |
| ###WARNING: NO CUSTOM DEFAULTS FOUND### | |
| # version | |
| # Betaflight / STM32F411 (S411) 4.1.0 Oct 16 2019 / 11:57:34 (c37a7c91a) MSP API: 1.42 | |
| # manufacturer_id: MTKS board_name: MATEKF411RX custom defaults: NO | |
| # start the command batch |