This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| from __future__ import annotations | |
| import argparse | |
| import concurrent.futures | |
| import contextlib | |
| import json | |
| import os | |
| import re | |
| import shutil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "../include/PacketFuzzer.hpp" | |
| #include "../include/desc.h" | |
| #include "../include/char.h" | |
| #include "../include/log.h" | |
| #include <net/Type.hpp> | |
| #include <base/Serialization.hpp> | |
| #include <corelib/boost_compat.hpp> | |
| #include <xxhash.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // net_soak/main.cpp – Soak test for metin2_net library | |
| #include <net/Acceptor.hpp> | |
| #include <net/ClientSocketAdapter.hpp> | |
| #include <net/Socket.hpp> | |
| #include <net/Type.hpp> | |
| #include <SpdLog.hpp> | |
| #include <asio/io_service.hpp> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import app | |
| import player | |
| import net | |
| import chat | |
| import grp | |
| import dbg | |
| import ui | |
| import localeInfo | |
| import uiToolTip |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import ui | |
| import uiScriptLocale | |
| import net | |
| import app | |
| import chat | |
| import time | |
| import math | |
| import dbg | |
| import constInfo | |
| import grp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <vector> | |
| #include <string> | |
| #include <asio.hpp> | |
| #include <stdexcept> | |
| #include <optional> | |
| #include <xorstr.hpp> | |
| namespace CloudflareChecker | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: build | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| bsd: | |
| runs-on: ubuntu-latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name IPSv4 Cloudflare infinite loop fix | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Fixes Cloudflare's infinite captcha loading loop on IPS Board v4 forums by patching service worker registration | |
| // @match https://metin2.dev/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| volumes: | |
| etc_wireguard: | |
| services: | |
| wg-easy: | |
| environment: | |
| # Change Language: | |
| # (Supports: en, ua, ru, tr, no, pl, fr, de, ca, es, ko, vi, nl, is, pt, chs, cht, it, th, hi, ja, si) | |
| - LANG=en |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #pragma once | |
| #include <any> | |
| #include <functional> | |
| #include <optional> | |
| #include <type_traits> | |
| #include <utility> | |
| #include <thread> | |
| #include <future> | |
| #include <iostream> | |
| #include <array> |
NewerOlder