I hereby claim:
-
I am sr229 on github.
-
I am chinodesuuu (https://keybase.io/chinodesuuu) on keybase.
-
I have a public key ASBsFKd9CKLGQZsJafjiAqtMAOb3RDkrFxgVwcfnVQRFCwo
char_to_hex = function(c) | |
return string.format("%%%02X", string.byte(c)) | |
end | |
function urlencode(url) | |
if url == nil then | |
return | |
end | |
url = url:gsub("\n", "\r\n") | |
url = url:gsub("([^%w ])", char_to_hex) |
[1] = { | |
["children"] = { | |
[1] = { | |
["children"] = { | |
[1] = { | |
["children"] = { | |
[1] = { | |
["children"] = { | |
[1] = { | |
["children"] = { |
[1] = { | |
["children"] = { | |
[1] = { | |
["children"] = { | |
[1] = { | |
["children"] = { | |
[1] = { | |
["children"] = { | |
[1] = { | |
["children"] = { |
#!/bin/bash | |
set -o pipefail | |
KERNEL_WORKING_DIRECTORY="/usr/src" | |
KERNEL_VERSION=$(uname -r) | |
REQUIRED_DEPENDENCIES="git bison flex elfutils-libelf-devel openssl-devel" | |
KERNEL_SRC_DIR="$KERNEL_WORKING_DIRECTORY/WSL2-Linux-Kernel-$(uname -r)" | |
echo "Warning: This script has to be run on sudo permissions. If you encounter issues please report it immediately." |
--- | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: mysterium-dvpn-node | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: | |
app: mysterium-dvpn-node |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: fabric-suzuhara-deployment | |
labels: | |
app: fabric-suzuhara | |
namespace: sr229 | |
spec: | |
replicas: 1 | |
selector: |
I hereby claim:
I am sr229 on github.
I am chinodesuuu (https://keybase.io/chinodesuuu) on keybase.
I have a public key ASBsFKd9CKLGQZsJafjiAqtMAOb3RDkrFxgVwcfnVQRFCwo
;---------------------------------------------------------------------------------------------------------------------------------- | |
;Recovered from: https://www.4004.com/2009/Busicom-141PF-Calculator_asm_rel-1-0-1.txt | |
;Please read legal notice below for the software terms. | |
;---------------------------------------------------------------------------------------------------------------------------------- | |
;LEGAL NOTICE, DO NOT REMOVE | |
; | |
;Annotated Busicom 141-PF software based on binaries recovered by Tim McNerney and Fred Huettig in collaboration with the Computer | |
;History Museum (November 2005). Original disassembly, reverse-engineering, initial analysis and documentation by Barry Silverman, | |
;Brian Silverman, and Tim McNerney (November 2006). Detailed analysis, commenting, documentation by Lajos Kintli (July 2007). | |
; |
sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh)" |