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
# ruff: noqa: N802, N803, A002 | |
import re | |
from collections.abc import Callable | |
from enum import IntEnum, IntFlag | |
from typing import ClassVar, Literal, overload | |
from _typeshed import SupportsWrite | |
type _SearchCallback = Callable[[NppReMatch], None] | |
type _ReplaceCallback = Callable[[NppReMatch], _Text] | _Text |
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
<?php | |
declare(strict_types=1); | |
abstract readonly class BtcConverterBenchmark | |
{ | |
abstract protected function sat2Btc(int $num): string; | |
abstract protected function btc2Sat(string $num): int; |
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 MarriageBooster | |
* @author tooru | |
* @description Gain marriage XP in Holo bot. | |
* @version 2.3 | |
*/ | |
let timeoutId | |
const configurables = { | |
token: "Token", | |
sessionId: "Session ID", |
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
{"lastUpload":"2020-08-13T17:42:07.907Z","extensionVersion":"v3.4.3"} |