- Screen Magnifier (In Accesibility)
- Narrator
- Action Center
- Backup and Restore
- Ease of Access Themes
- Microsoft Edge (Browser & Update Service)
- Device Lockdown and Embedded Mode
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
module main | |
import time | |
import net.http | |
const webhook_url = "https://discord.com/api/webhooks/channelid/webhookid" | |
const target_url = "https://www.website.com/index.html" | |
fn main() { | |
mut last_modified_header := "" |
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
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | |
From: pog5 <pixelnightly@proton.me> | |
Date: Thu, 14 Mar 2024 20:23:00 +0200 | |
Subject: [PATCH] HOLY COW I'M TOTALLY GOING SO FAST OH F*** | |
diff --git a/src/main/java/io/papermc/paper/chunk/system/io/RegionFileIOThread.java b/src/main/java/io/papermc/paper/chunk/system/io/RegionFileIOThread.java | |
index be10a534a8e58e0f96c3b28dc74513e4cfff2464..c4b6092651d2abcfcc99cb9d8c47e90187330da6 100644 | |
--- a/src/main/java/io/papermc/paper/chunk/system/io/RegionFileIOThread.java | |
+++ b/src/main/java/io/papermc/paper/chunk/system/io/RegionFileIOThread.java |
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
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | |
From: pog5 <pixelnightly@proton.me> | |
Date: Fri, 15 Mar 2024 10:34:14 +0200 | |
Subject: [PATCH] who needs these anyways | |
diff --git a/src/main/java/net/minecraft/server/Eula.java b/src/main/java/net/minecraft/server/Eula.java | |
index b9403a3eafc1b30b33ac654f253d0849cacadd03..42e89dea5f53d5e5d3f333644f5ad0b26b859b5a 100644 | |
--- a/src/main/java/net/minecraft/server/Eula.java | |
+++ b/src/main/java/net/minecraft/server/Eula.java |
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
import java.util.*; | |
public class Quiz { | |
private static Map<String, String> getQuestions() { | |
Map<String, String> questions = new HashMap<>(); // create questions map | |
// questions.put("Question", "Answer"); | |
questions.put("What is the main benefit of using IOPSX?\n A. Increased performance \n B. Reduced latency \n C. Improved scalability \n D. All of the above", "b"); | |
questions.put("What is the full name of IOPSX?\n A. Input/Output Parallel Storage Accelerator\n B. Input/Output Parallel Storage Extension\n C. Input/Output Parallel Storage Exchange\n D. Input/Output Parallel Storage Extractor\n", "a"); | |
return questions; |
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
// FLOW FILE FORMAT (file.toml) | |
// version = "24.09" | |
//name = "Example Flow" | |
//info = "An example description that will appear!" | |
//author = "Pixel" | |
//steps = ["1", "2"] | |
// | |
//[1] | |
//status = "Messaging hi" |
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
package main | |
import ( | |
"crypto/md5" | |
"encoding/hex" | |
"io" | |
"net/http" | |
"os" | |
"strings" | |
) |
Refs:
- http://os.archlinuxarm.org/os/ArchLinuxARM-aarch64-latest.tar.gz
- https://dl-cdn.alpinelinux.org/alpine/v3.13/releases/aarch64/alpine-virt-3.13.5-aarch64.iso
- https://wiki.alpinelinux.org/wiki/Replacing_non-Alpine_Linux_with_Alpine_remotely
- https://wiki.archlinux.org/index.php/installation_guide#Configure_the_system
- https://archlinuxarm.org/platforms/armv8/generic
Requirement: Console access.