I hereby claim:
- I am mkg20001 on github.
- I am mkg20001 (https://keybase.io/mkg20001) on keybase.
- I have a public key ASDBXtXcFyPoCjSwHreHnZ03aKCQQNo5TV4ds29_TBKAHAo
To claim this, I am signing this object:
const fs = require("fs") | |
module.exports = AppManifestParser | |
function isNumeric(n) { | |
return !isNaN(parseFloat(n)) && isFinite(n); | |
} | |
function recInt(obj) { //replace numeric strings with integers | |
for (var p in obj) | |
if (typeof obj[p] == "object") obj[p] = recInt(obj[p]); |
I hereby claim:
To claim this, I am signing this object:
Verifying my Blockstack ID is secured with the address 1Mk8eYoycx1RwDVdVCBfjGuxa3zxH8BZkc https://explorer.blockstack.org/address/1Mk8eYoycx1RwDVdVCBfjGuxa3zxH8BZkc |
Spec: https://github.com/libp2p/js-libp2p-websocket-star/blob/master/PROTOCOL.md
#!/bin/bash | |
# A script useful for cleaning up an old certificate archive. Removes orphan keys, ca certs and expired certs. | |
dir="$(readlink -f $1)" | |
CLEANUP=false # Enable this AFTER YOU CHECKED IT WORKS! (make backups) | |
[ -z "$dir" ] && exit 2 | |
cd "$dir" |
'use strict' | |
// load modules | |
const TCP = require('libp2p-tcp') | |
const Protocols = require('teletunnel-protocols') | |
const {sortingHat} = require('teletunnel-core') | |
const fwAddr = require('forward-addr') | |
const pull = require('pull-stream') | |
const multiaddr = require('multiaddr') |
# [Self Modifying Brainfuck](https://soulsphere.org/hacks/smbf/) Quine | |
<[<]>[.>] |
#!/bin/bash | |
set -e | |
cf_ips() { | |
echo "# https://www.cloudflare.com/ips" | |
for type in v4 v6; do | |
echo "# IP$type" | |
curl -sL "https://www.cloudflare.com/ips-$type/" | sed "s|^|allow |g" | sed "s|\$|;|g" |
<?php | |
header('HTTP/1.1 503 SaveTheInternet Blackout', true, 503); | |
?> | |
<html> | |
<head> | |
<title>#Blackout21</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> |