dragon
dragon
Explore posts from servers
CDCloudflare Developers
Created by dragon on 10/21/2024 in #general-help
How do i work with an API(r2 Bucket)
i realise the question sounds really dumb but like whats the url and stuff im meant to use to let my code access my bucket 😭 , im kinda new to coding and stuff in general so i realise im skipping steps but ireally wanna learn how to do this, any and all help is appreciated, ive looked at documentation and stuff and even went so far as to ask chat gpt to tell 💀, but idk what to do, or how to work w one at all and i literally have no clue how to do anything
84 replies
CC#
Created by dragon on 10/4/2024 in #help
✅ Trying to make an undo function on my paint program thingie
so i started making a paint program in vs console bc i was bored and i need to rack up experience in coding, but im unsure of how to utilise stacks/ why my code doesnt work https://paste.mod.gg/rokqfntmjjcd/0 my entire code is in there and ill add snippets i dont understand in replies
8 replies
CC#
Created by dragon on 10/1/2024 in #help
✅ Is it possible to ask check for a keypress without pausing the whole console?
Kinda new to c# so i dont rlly know alot, but i started a project and i literally have no clue how to ask for a keypress w out pausing and waiting for one, ive seen examples on stack like
Task.Factory.StartNew(() => Console.ReadKey(true)).Wait(TimeSpan.FromSeconds(0.2)); but i cant assign that to var key to use as controls etc, if anyone wants to check through my code more i can send screenshtos or try open a git
94 replies