Discover gists
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
| ### WARNING: READ CAREFULLY BEFORE ATTEMPTING ### | |
| # | |
| # Officially, this is not recommended. YMMV | |
| # https://www.raspberrypi.com/news/bookworm-the-new-version-of-raspberry-pi-os/ | |
| # | |
| # This mostly works if you are on 64bit. You are on your own if you are on 32bit or mixed 64/32bit | |
| # | |
| # Credit to anfractuosity and fgimenezm for figuring out additional details for kernels | |
| # |
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
- Accept a quest under Discover -> Quests
- Press Ctrl+Shift+I to open DevTools
- Go to the
Consoletab - Paste the following code and hit enter:
- 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)
- The page to download Windows 11 cannot be found from Bing, only Google, and doesn't seem to show up anywhere on the website
- The Media Creation Tool still uses icons from Windows 8
- The Media Creation Tool still has an edition selector even though it doesn't do anything
- The Media Creation Tool still flickers
- All of the Media Creation Tool languages are in lower case
- Upgrade prompt in the Windows Update preference pane is buggy
- Installer still uses Windows 7 themes and Windows 98 buttons
- Installer still uses the Windows 8 color palette
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
| package sample; | |
| import javafx.event.ActionEvent; | |
| import javafx.fxml.FXML; | |
| import javafx.fxml.Initializable; | |
| import javafx.scene.layout.AnchorPane; | |
| import javafx.stage.Stage; | |
| import java.net.URL; | |
| import java.util.ResourceBundle; |
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
| // clang-format off | |
| /* | |
| * SPDX-License-Identifier: MIT | |
| * Copyright (c) 2025 Tetsuo AI | |
| * | |
| * tetsuo_curl.c - A minimal curl-like HTTP client using the Simple API | |
| * | |
| * Demonstrates how little code is needed for a functional HTTP client. | |
| * Redirects are followed automatically (up to 10 hops). | |
| * |
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 <I2C.h> | |
| /* | |
| MMA8452Q Basic Example Code | |
| Nathan Seidle | |
| SparkFun Electronics | |
| November 5, 2012 | |
| License: This code is public domain but you buy me a beer if you use this and we meet someday (Beerware license). | |
NewerOlder