Skip to content

Instantly share code, notes, and snippets.

View hUwUtao's full-sized avatar
:dependabot:
so lazy man

stdpi hUwUtao

:dependabot:
so lazy man
View GitHub Profile
@hUwUtao
hUwUtao / ControllrCustom.css
Created September 25, 2021 09:52
Ya customizing controller theme at GamepadViewer
html{
width: 100%;
}
@hUwUtao
hUwUtao / request
Last active November 8, 2021 05:57
{
"status": 100,
"message": "Success",
"charka" : [
{
"status": 1,
"seri": "123456",
"code": "789123",
"at": 1636348379
}
@hUwUtao
hUwUtao / 1.README.md
Last active December 6, 2022 06:39
napthe.sukiengenshin.com flooder

Specific scam site database flooder

Terrorism Level - 8/10

Quite expired! The web stop validate the data

  • Browser script

Howto use

@hUwUtao
hUwUtao / counter.traffic1s.com.user.js
Last active February 8, 2023 06:36
Traffic1s.com search bypasser.
// ==UserScript==
// @name Traffic1s.com skipper
// @name:vi Chống rút gọn Traffic1s.com
// @namespace SignedBy.hUwUtao
// @license MIT
// @version 0.1
// @description time is golden, not for ya
// @description:vi Không cần tìm code trên google
// @author hUwUtao
// @match https://traffic1s.com/*
@hUwUtao
hUwUtao / prototype.txt
Last active June 14, 2023 17:30
A Turing's machine compatible language in mind
// base language
// value
// if start with 0-9 then will be parse to number
// if start with [ then the very next line will be the value
// if line start with | then try to pipe the next value until EOL (apply to text have space)
// else will find until a valid value (charCode >= 64), end with space
// then it will try to find comparision keyword l(eq, gr, ge, lr, le)
@hUwUtao
hUwUtao / .template.cpp
Last active April 10, 2023 18:13
hUwUtao's cpcpp template
#include <cmath>
#include <iostream>
using namespace std;
using ll = long long;
using ull = unsigned long long;
#define echo cout <<
#define en << endl
#define sp << ' ' <<
#define B(v) ((v) ? "YES" : "NO")
@hUwUtao
hUwUtao / Caddyfile
Last active March 29, 2024 03:46
Caddy basic securityheader.com policy
(seele) {
encode gzip
header Strict-Transport-Security "max-age=31536000; includeSubDomains"
header X-Frame-Options "SAMEORIGIN"
header X-Content-Type-Options "nosniff"
header Content-Security-Policy "default-src https: 'unsafe-inline' 'unsafe-eval';media-src blob: https:;worker-src blob: https:"
header Permissions-Policy "geolocation=(self), microphone=()"
header Referrer-Policy "no-referrer"
}
@hUwUtao
hUwUtao / Caddyfile
Created June 16, 2023 12:19
Experimental Bluemap configuration for caddy
root * /var/www/bluemap/web
@gzip {
header_regexp Accept-Encoding (x-)?gzip
file {
try_files {path}.gz
}
}
route @gzip {
header Content-Encoding gzip
rewrite {path}.gz
@hUwUtao
hUwUtao / nerdtector.js
Last active June 20, 2023 14:00
NERD-TECTOR 2000. Nanolibrary to check if your client is a developer or not. DO NOT TRACK INDIVIDUAL
window["__NERD_TECTOR_2000__"] = (() => {
const check = (me, type) => typeof me === (type || "object"),
cfs = {
__REACT_DEVTOOLS_GLOBAL_HOOK__: "f/f/react",
__REDUX_DEVTOOLS_EXTENSION__: "f/f/react/redux",
__VUE_DEVTOOLS_GLOBAL_HOOK__: "f/f/vue",
__APOLLO_DEVTOOLS_GLOBAL_HOOK__: "b/d/apollo",
__HOPP_EXTENSION_STATUS_PROXY__: "u/hpscotch",
__qc: "u/wapp",
webpackChunkclarity_live_chrome_extension: "d/clarity",
@hUwUtao
hUwUtao / spec.md
Created July 1, 2023 15:38
pseudocode language with custom runtime machine (prototype) version 2

no scalar, no flow control (abstract thing), only pseudo code

welcome to hell. there is no recursive

memory management

the memory is a table with fixed size

# 0 1 2 3 4 5 6 7 f