I hereby claim:
- I am sapikachu on github.
- I am sapikachu (https://keybase.io/sapikachu) on keybase.
- I have a public key ASCDs5kwFA8KZaR-ExqujHIKUUlxW1-IptukK3hxoOIM9Ao
To claim this, I am signing this object:
#!/usr/bin/env python3 | |
import os | |
import time | |
import math | |
from queue import Queue, Empty | |
from threading import Thread | |
import logging | |
from influxdb import InfluxDBClient |
diff --git a/include/netfilter.mk b/include/netfilter.mk | |
index 5d532ce..474a48b 100644 | |
--- a/include/netfilter.mk | |
+++ b/include/netfilter.mk | |
@@ -262,6 +262,9 @@ $(eval $(call nf_add,IPT_TPROXY,CONFIG_NETFILTER_XT_TARGET_TPROXY, $(P_XT)xt_TPR | |
# led | |
$(eval $(call nf_add,IPT_LED,CONFIG_NETFILTER_XT_TARGET_LED, $(P_XT)xt_LED)) | |
+# tcpoptstrip | |
+$(eval $(call nf_add,IPT_TCPOPTSTRIP,CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP, $(P_XT)xt_TCPOPTSTRIP)) |
"use strict"; | |
(function() { | |
Error.stackTraceLimit = Infinity; | |
var $global, $module; | |
if (typeof window !== "undefined") { /* web page */ | |
$global = window; | |
} else if (typeof self !== "undefined") { /* web worker */ | |
$global = self; |
I hereby claim:
To claim this, I am signing this object:
PS
(regenerated after each full match) for each player. PS
should be visible on game UI.GS
(changed every X minutes). Current and next GS
should be visible on game UI.T1
.T2
, and generate a random bytestring R
. Then, generate random seed for this round by calculating SHA512 hash of concatenation of following elements (||
denotes concatenation):// SPDX-License-Identifier: MIT | |
pragma solidity 0.8.25; | |
import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
contract GXToken is ERC20 { | |
constructor() ERC20("Grindery X", "GX") { | |
_mint(msg.sender, 1_000_000_000 ether); | |
} |