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": [ | |
{ | |
"code": "/***************************************************************\n Stack Overflow Dark v2.9.47 (2017-05-29)\n https://github.com/StylishThemes/StackOverflow-Dark\n http://userstyles.org/styles/35345\n\n ** Will apply to almost all Stack Exchange Sites **\n Except:\n * Area 51 (area51.stackexchange.com)\n * Gaming (gaming.stackexchange.com)\n\n ** Please open an issue to report sites where the style breaks **\n https://github.com/StylishThemes/StackOverflow-Dark/issues\n\n previous version information contained at the userstyles site\n ****************************************************************/\n\n * {\n border-color: #444 !important;\n text-shadow: none !important;\n box-shadow: none !important;\n }\n\n body {\n background: #191919 !important; \n }\n\n /* custom code font */\n pre.prettyprint {\n font-family: \"Menlo\", Monaco, Consolas, \"Liberation Mono\", Menlo, Courier, monospace !important;\n }\n\n /* === custom color === * |
#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" '' |