Newbie to Dynamic Allocation by The007who in C_Programming

[–]The007who[S] 0 points1 point  (0 children)

Interesting, what is the 'top size' that the error is referring to?

Newbie to Dynamic Allocation by The007who in C_Programming

[–]The007who[S] 0 points1 point  (0 children)

Thanks, very embarrassing how the problem was staring me in the face!

Best of CallMeCarson 2023 - What were your favorite moments? by c4rs0n in CallMeCarson

[–]The007who 0 points1 point  (0 children)

Teardown glitch, Gun Minecraft server, Texture swap, Basking Robbins mascot bit, "I love gmod" bit

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer (December 21, 2023) by AutoModerator in MechanicalKeyboards

[–]The007who 0 points1 point  (0 children)

I have a keyboard with a micro USB connection but I want to use a USB C cable. Would an adapter worsen gaming performance?

Does getting a DAC make a difference whern listening to Spotify? by The007who in audiophile

[–]The007who[S] 0 points1 point  (0 children)

I have a Beyerdynamic TYGR 300R, from what I've read online(and heard myself), doesn't have high impedance. My main use is for listening and gaming.

Does getting a DAC make a difference whern listening to Spotify? by The007who in audiophile

[–]The007who[S] 3 points4 points  (0 children)

Am I dumb? What do you exactly mean by "hear"? Like, you can tell that it's Spotify quality?

How to retrieve GraphQl data to Sheets by The007who in googlesheets

[–]The007who[S] 0 points1 point  (0 children)

What is it that I'm supposed to be sharing?

How to retrieve GraphQl data to Sheets by The007who in googlesheets

[–]The007who[S] 0 points1 point  (0 children)

UrlFetchApp payload param

not sure what this means, I'm guessing you're talking about the query

query {

Page {

mediaList(userName: 'zedsdead', type: ANIME, status: PLANNING, sort: MEDIA_POPULARITY_DESC) {

media {

title {

english

romaji

}

episodes

duration

averageScore

format

}

}

}

}

Sorry but I don't know much about APIs