- Download & Install Sublime Text 3.2.2 Build 3211
- Visit https://hexed.it/
- Open file select sublime_text.exe
- Offset
0x8545
: Original84
->85
- Offset
0x08FF19
: Original75
->EB
- Offset
0x1932C7
: Original75
->74
(remove UNREGISTERED in title bar, so no need to use a license)
This file contains 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
//! A DoH client for the sync crate | |
//! | |
//! To be used in ClientBuilder.dns_resolver | |
use once_cell::sync::Lazy; | |
use std::{ | |
cell::RefCell, | |
collections::HashMap, | |
net::SocketAddr, | |
time::{Duration, Instant}, |
This file contains 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
; ---------------------------------------------------------------------------------------------------------- | |
; _____ _____ _____ _____ _____ _____ _____ _ _ | |
; | __ || __|| _ || _ || __|| __ | | | ___ ___ | |_ ___ ___ | | | |
; | -|| __|| || __|| __|| -| | --|| . || || _|| _|| . || | | |
; |__|__||_____||__|__||__| |_____||__|__| |_____||___||_|_||_| |_| |___||_| | |
; | |
; ---------------------------------------------------------------------------------------------------------- | |
; REAPER Control | |
; panni | |
; 2018 |
Warning: this document has to be updated by pointing to https://github.com/SpenceKonde/ATTinyCore
This note describes the configuration of an ATtiny85 based microcontroller development board named Digispark and similar to the Arduino line. It is available in many online marketplaces for roughly 1 dollar (e.g., Ebay, Amazon, AliExpress) and is shipped fully assembled, including a V-USB interface (a software-only implementation of a low-speed USB device for Atmel's AVR microcontrollers). Coding is similar to Arduino: it uses the familiar Arduino IDE and is already provided with a ready-to-use bootloader (