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
| #Requires AutoHotkey v2.0 | |
| #SingleInstance | |
| ; Remap CapsLock to Right Alt | |
| CapsLock::RAlt | |
| ; ----------------------------------------------------------------/ | |
| ; Toggle Caps Lock by pressing both Shift keys simultaneously | |
| ; ----------------------------------------------------------------/ |
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
| #!/bin/bash | |
| # Place this file at /usr/lib/cups/hp-virtual, chown root:root and chmod 0744. | |
| if [[ $# -eq 0 ]]; then | |
| echo 'file hp-virtual:/ "HP Virtual Printer" "HP Virtual Printer"' | |
| exit 0 | |
| fi | |
| JOBID="$1" | |
| USER="$2" |
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
| // | |
| // airtag-decryptor.swift | |
| // | |
| // | |
| // Created by Matus on 28/01/2024. | |
| // | |
| import Foundation | |
| import CryptoKit | |
| // Function to decrypt using AES-GCM |
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
| # | |
| # A fatal error has been detected by the Java Runtime Environment: | |
| # | |
| # SIGSEGV (0xb) at pc=0x00007ff1e619a7b2, pid=23, tid=0x00007ff1c47d4700 | |
| # | |
| # JRE version: OpenJDK Runtime Environment (8.0_212-b01) (build 1.8.0_212-8u212-b01-1~deb9u1-b01) | |
| # Java VM: OpenJDK 64-Bit Server VM (25.212-b01 mixed mode linux-amd64 compressed oops) | |
| # Problematic frame: | |
| # J 12441 C2 ckt.a(JIZ)V (88 bytes) @ 0x00007ff1e619a7b2 [0x00007ff1e619a420+0x392] | |
| # |
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
| # | |
| # A fatal error has been detected by the Java Runtime Environment: | |
| # | |
| # SIGSEGV (0xb) at pc=0x00007fae8e4c0d1e, pid=28, tid=0x00007fae845b4700 | |
| # | |
| # JRE version: OpenJDK Runtime Environment (8.0_212-b01) (build 1.8.0_212-8u212-b01-1~deb9u1-b01) | |
| # Java VM: OpenJDK 64-Bit Server VM (25.212-b01 mixed mode linux-amd64 compressed oops) | |
| # Problematic frame: | |
| # J 13427 C2 net.minecraft.server.v1_14_R1.Chunk.a(Lnet/minecraft/server/v1_14_R1/Entity;Lnet/minecraft/server/v1_14_R1/AxisAlignedBB;Ljava/util/List;Ljava/util/function/Predicate;)V (281 bytes) @ 0x00007fae8e4c0d1e [0x00007fae8e4c0800+0x51e] | |
| # |