I hereby claim:
- I am purefan on github.
- I am purefan (https://keybase.io/purefan) on keybase.
- I have a public key ASAGHxbvAk3qB4QbuvMRa98GZ1iMh2xdOvmuZnd7vG_54Qo
To claim this, I am signing this object:
| #!/bin/bash | |
| DOCURL=true; | |
| echo $0 | |
| runCurl() { | |
| PING=$(curl --connect-timeout 1 --max-time 1 --head -s ${1}); | |
| ISUP=false; | |
| if [[ $PING == *"200 OK"* ]]; then | |
| ISUP=true; |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| body, | |
| h1, h2, h3, | |
| div > h2, | |
| .post h2, | |
| p, | |
| ol.commentlist, | |
| ol.commentlist li, | |
| ol.commentlist li.even, | |
| li.comment, | |
| #commentform > p > label > small |
| [ | |
| { | |
| "sections": [ | |
| { |
| #include "stdafx.h" | |
| #include <websocketpp/config/asio_no_tls_client.hpp> | |
| #include <websocketpp/client.hpp> | |
| #include <Windows.h> | |
| #include <iostream> | |
| #include <stdio.h> | |
| #include <fstream> | |
| #include <future> | |
| typedef websocketpp::client<websocketpp::config::asio_client> client; |
| FAIL src/EngineChain/test.spec.js | |
| ● Test suite failed to run | |
| Jest encountered an unexpected token | |
| This usually means that you are trying to import a file which Jest cannot parse, e.g. it's not plain JavaScript. | |
| By default, if Jest sees a Babel config, it will use that to transform your files, ignoring "node_modules". | |
| Here's what you can do: |
| { | |
| # configuration.nix | |
| systemd.services.zfs-setup = { | |
| description = "ZFS Setup"; | |
| after = [ "zfs-import.target" ]; | |
| wants = [ "zfs-import.target" ]; | |
| serviceConfig = { | |
| Type = "oneshot"; | |
| ExecStart = "${pkgs.writeShellScriptBin "zfs-setup" '' |