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
cue_file = 'file.cue' | |
d = open(cue_file).read().splitlines() | |
general = {} | |
tracks = [] | |
current_file = None |
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
[ | |
{ | |
"name": "Custom XD60 with arrow keys for Mac", | |
"author": "gnattu", | |
"switchMount": "cherry", | |
"switchBrand": "cherry", | |
"switchType": "MX1A-G1xx", | |
"plate": false, | |
"pcb": true | |
}, |
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 82436c04ef3f9cacf1d19b2634d6bb50a27607ed Mon Sep 17 00:00:00 2001 | |
From: gnattu <[email protected]> | |
Date: Tue, 12 Apr 2022 16:08:12 +0800 | |
Subject: [PATCH 1/3] Revert "arm64: add ID_AA64ISAR2_EL1 sys register" | |
This reverts commit 9e45365f1469ef2b934f9d035975dbc9ad352116. | |
--- | |
arch/arm64/include/asm/cpu.h | 1 - | |
arch/arm64/include/asm/sysreg.h | 16 ---------------- | |
arch/arm64/kernel/cpufeature.c | 11 ----------- |
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 SwiftUI | |
struct SmashableView: NSViewRepresentable { | |
typealias NSViewType = _SmashableNSView | |
let text: String | |
class _SmashableNSView: NSView { | |
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
-- SME features -- | |
FEAT_SME = true | |
FEAT_SME2 = true | |
SME_F32F32 = true | |
SME_BI32I32 = true | |
SME_B16F32 = true | |
SME_F16F32 = true | |
SME_I8I32 = true | |
SME_I16I32 = true | |
FEAT_SME_F64F64 = true |