| № | Encrypted | ROT | Decrypted |
|---|---|---|---|
| 0 | xlis | 21 | theo |
| 1 | gteqj | 20 | boyle |
| 2 | rqh | 22 | one |
| 3 | yct | 20 | two |
| 4 | xlvii | 21 | three |
| 5 | ktzw | 20 | four |
| 6 | ilyh | 22 | five |
| 7 | wmc | 21 | six |
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 ralt.by: get back USD | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2026-07-21 | |
| // @description Return USD price for realt.by. Fixed echange rate. | |
| // @author You | |
| // @match https://realt.by/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=realt.by | |
| // @grant none | |
| // @run-at document-end |
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
| romimage: file=BIOS-bochs-latest, options=fastboot | |
| vgaromimage: file=VGABIOS-lgpl-latest | |
| cpu: count=1, ips=10000000, model=corei5_arrandale_m520 | |
| megs: 256 | |
| display_library: sdl2 |
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
| #define DEBUG_BITBANG_LOGGING 1 | |
| #if defined(DEBUG_BITBANG_LOGGING) && DEBUG_BITBANG_LOGGING | |
| #define TIME_DELAY_SLOT 0x100 | |
| #define DBGPIN_INIT() {\ | |
| \ | |
| } | |
| #define DBGPIN_LOW() | |
| #define DBGPIN_HIGH() |
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 author A.Sakharov | |
| #pragma description ESP32 firmware file | |
| #pragma endian little | |
| struct FileHeader { | |
| u8 magick;// 0xe9 | |
| u8 SegmentsCount; | |
| u8 FlashMode; | |
| u8 Flash; | |
| u32 EntryPoint; |
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 python3 | |
| # Plants vs Zombies main.pak unpacker | |
| import os | |
| from calendar import timegm | |
| from datetime import datetime, timezone | |
| INPUT_FILE="main.pak" | |
| OUTPUT_DIR="main_unpacked" |
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 <windows.h> | |
| #include <subauth.h> | |
| #include <stdio.h> | |
| #include <stdint.h> | |
| #include <assert.h> | |
| #include <process.h> | |
| #define BGCOLOR RGB(0xff, 0xff, 0xff) | |
| #define CLASSNAME TEXT("FUNNYCLASS") | |
| //#define assert(x) if(!(x)) {DebugBreak(); exit(-1); } |
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 struct | |
| rom = dict() | |
| rom["Cache_Read_Disable"] = 0x400047f0 | |
| rom["Cache_Read_Enable"] = 0x40004678 | |
| rom["FilePacketSendReqMsgProc"] = 0x400035a0 | |
| rom["FlashDwnLdParamCfgMsgProc"] = 0x4000368c | |
| rom["FlashDwnLdStartMsgProc"] = 0x40003538 | |
| rom["FlashDwnLdStopReqMsgProc"] = 0x40003658 |
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
| # -*- coding: utf-8 -*- | |
| import asyncio | |
| import datetime | |
| import sys | |
| from pyrogram import Client | |
| import random | |
| from num2words import * | |
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
| ID | Resource | Block | |
|---|---|---|---|
| 0 | air | Air | |
| 1 | stone | Stone S B | |
| 2 | grass | Grass Block | |
| 3 | dirt | Dirt S B | |
| 4 | cobblestone | Cobblestone | |
| 5 | planks | Wood Planks S B | |
| 6 | sapling | Sapling S B | |
| 7 | bedrock | Bedrock | |
| 8 | flowing_water | Water S |
NewerOlder