Skip to content

Instantly share code, notes, and snippets.

View CptPie's full-sized avatar

CptPie

  • 14:44 (UTC +01:00)
View GitHub Profile
@CptPie
CptPie / gist:a2c49a921b2827226aa360523e9e67a4
Created October 12, 2024 00:42
Proof of concept peak detect shit
prevSample: int
currentPeak: int
currentPeakID: int
lastPeakID: int
detectedWidths: []int
for i,sample in samples {
if sample => 0 && prevSample <= 0 ||
sample =< 0 && prevSample >= 0 {
// noise reduction shit by checkign the difference
@CptPie
CptPie / AC7BingoTasks.json
Last active March 4, 2022 15:28
Ace Combat 7 Bingo Tasklist
[
{"name":"Stealth Hog"},
{"name": "Sniper"},
{"name": "Tool for the Job"},
{"name": "Don't Make 'Em Like They Used To"},
{"name": "Pops' Apprentice"},
{"name": "Pugachev Would Be Proud"},
{"name": "Hoisted"},
{"name": "Half Court"},
{"name": "Baby Steps"},
@CptPie
CptPie / quotes.txt
Last active June 4, 2022 00:40
Zorch Quotes
#1: I play better drunk
#2: I've had quotes on since day one
#3: I purposely misspelled that.
#4: The only downside is well ... death
#5: It's not as broken as i thought it would be
#6: I broke things, things are broken now.
#7: Let's see how it breaks!
#8: This will just break this one thing.
#9: It's not as broken as it ought to be
#10: I hate math, that's why i have computers do it for me!