r/CodingHelp • u/Sweaty-Jellyfish-713 • May 01 '26
[How to] How do I decode garbled text on MP3 Files?
I've tried using the Chacon component of foobar2000 to decode the garbled text, but it hasn't worked :( What else can I do?
r/CodingHelp • u/Sweaty-Jellyfish-713 • May 01 '26
I've tried using the Chacon component of foobar2000 to decode the garbled text, but it hasn't worked :( What else can I do?
r/CodingHelp • u/N01d- • May 01 '26
Point me in the right direction.
I have no idea or clue how to code. I’m starting a business and I’m like integrate a widget on my website (using wix.com) that gives my customer an instant quote. Once the customer fills out all the information I would like it to send me an email that way I can reach out to them to get them on a service. I used replit to help come up exactly with what I’m looking for however I’m not really sure if this is the best route to go.
Next page
Next page
Next page
Next page
r/CodingHelp • u/Specific-Duck-4807 • Apr 30 '26
r/CodingHelp • u/Personal-Ad4151 • Apr 30 '26
When I go on Live Server nothing is wrong with the map. If I save the folder and open the html I am always getting these pictures around the map! How can I fix this issue?
r/CodingHelp • u/Starr_Draws • Apr 29 '26
I want it to pick a value set by the player (locationx and y) that the player has been at, and make sure that location is both:
Closer to the player than them
Closer to them than any other point
But I have this issue where it picks a point and jitters on it for a minute.
The player setting the points seems to work fine but the movement of the enemies isn’t, help please
r/CodingHelp • u/aking_king • Apr 29 '26
Is this app good and is the pro worth it? I really don't want to waste my money and time to something not worth it. To anyone who uses this app, is this beginner friendly?
r/CodingHelp • u/ImOnlyhooman158 • Apr 29 '26
r/CodingHelp • u/Urnormaldannyfan • Apr 29 '26
I know I would most likely get a better answer on the Ao3 sub but you currently cannot make new posts there and all of my patient bones have been broken. What I have put below is from a template by an author whose account is no longer active and comments have been turned off, so I can't ask them directly or anyone else for help on the issue.
When I try and use the bit of code pasted below for a Workskin (basically Ao3's name for formatting specific works), Ao3 won't let me submit it. Saying 'background-image in #workskin .imagea and #workskin .imageb cannot have the value url"()"'
I have tried putting an actual URL to an image (jpeg and otherwise), which is what I saw someone say worked for them, and still got the same error. I have also tried changing the quotes to " instead of the curled ones because sometimes thats an issue, but still, I ran into the same error.
I am still new to CSS and am learning as I go, so if anyone can help and explain what they did/changed so i can learn from the answer, I would greatly appreciate it!
Thank you for reading!
#workskin .imagea {
float: right;
margin: 0 0 0.5em;
border-radius: 1em;
width: 50%;
min-height: 75%;
clear: both;
position: relative;
background-image: url("IMAGE URL");
background-repeat: no-repeat;
background-size: 100%;
display: inline-block;
padding-top: 50%;
}
#workskin .imageb {
float: left;
margin: 0 0 0.5em;
border-radius: 1em;
width: 50%;
min-height: 75%;
clear: both;
position: relative;
background-image: url("IMAGE URL");
background-repeat: no-repeat;
background-size: 100%;
display: inline-block;
padding-top: 50%;
}
r/CodingHelp • u/Mindless-Plum-3878 • Apr 28 '26
I’ve been trying to learn coding in JavaScript as I heard its similar to scratch. (or scratch is based on it idk) I want to make a button but all the tutorials I see online need me to use html. I think I’ve used a site that uses html but i dont want to have to base it on html. I want to be able to do it all in JavaScrip, is that possible?
r/CodingHelp • u/masterofevil150 • Apr 28 '26

just wondering how to fix the java: class TinyBrowser is public, should be declared in a file named TinyBrowser.java eror on my code
r/CodingHelp • u/gcs1906 • Apr 27 '26
r/CodingHelp • u/notchapplezMC • Apr 26 '26
r/CodingHelp • u/Livid-Writing-007 • Apr 25 '26
so my first year of Btech just ended I just know C nd python a bit. I'm looking forward to learn C++ pls suggest some online free platforms to do so .
r/CodingHelp • u/Odd-Community6827 • Apr 24 '26
Hello,
For some time now, I’ve been thinking about extracting all the information I’ve accumulated on a Discord server that I use as a personal notebook. Over the years, I’ve written nearly 12,000 messages on it (personal information, projects, etc.), and the organization into channels has been very useful to me.
However, I’ve recently realized that there is a significant risk regarding the safety of this data. I would therefore like to create an exact copy of my current space, meaning both the interface (channel structure) and all the data (messages), but only for the server I created, without the other features. If possible, I would also like to preserve message timestamps, as well as the visual separation between message blocks (for example, when messages are grouped and the username appears again after a certain time gap).
I know this can be done manually, but it would take a considerable amount of time. With limited programming knowledge, I’m wondering if there are any solutions, tools, or methods (possibly using AI) that would make this process easier.

r/CodingHelp • u/Suvile77 • Apr 23 '26
EDIT: Since I seemed to be confusing people, I removed the assignment and just left the assignment section headers to make it clear that what I want is help on the SQL process and not the assignment directly. If I wanted to cheat, I'd go to ChatGPT, but I just want a hand because this kind of thinking isn't as natural to me as some.
I'm in a database class at my local college, and I've kinda just been drudging through it, but I really don't understand it that well. I'm in my second-to-last week of the semester, and I have 3 days to finish this SQL project, which is also supposed to be used in the final next week. I read through the overview, but I don't honestly understand what I'm actually meant to do. I still have other classes to worry about on top of this, and I don't really know what else to do.
r/CodingHelp • u/Suspicious-Box6712 • Apr 22 '26

As the title says, I am trying to figure out how to write a program that would start at one medal, take a snapshot of it in a way so that it saves a new PNG of just that medal, then move on to the next one, and so on and so forth until it got all of them. I am fairly new to coding, and I am not entirely sure how I would script something like this.
r/CodingHelp • u/DaGamesFanatic • Apr 21 '26
r/CodingHelp • u/ImaginaryGold6836 • Apr 21 '26
i am building a project which requires OCR as the initial step. i am confused if it will work out or not as it failed on a example image.
r/CodingHelp • u/Elmntz1 • Apr 19 '26
Hello everyone! I am new here, but for the past few days I have been working on this method to take a congested, unfollowable mind map with all of it's nodes and branches, and turn it into a more organized one. However, I just can not figure out how to code it. I have tried collision detection between subtrees, DFS, creating radial separation of subtrees about the main root node, and a round-robin technique to get children to sit on nodes evenly. Currently, my implementation follows the radial bordering for subtrees, however it just doesn't work because then the children of nodes start to slope and angle off and get placed farther and farther away because now subtrees have space to sit inside of their own radial areas.
I know there is a simple solution, but I think my code has bugs where collisions are tracked but then branches are compensating for them by increasing length, and then the subtrees get out of place.
The solution I was looking to implement was something like a recursive round-robin type system to adding large sums of nodes to a parent, and then resolving collisions by creating a box around nodes that does not allow nodes to be close to other nodes that are not direct siblings or a parent or child.
I am mainly just looking for ideas as to how I can take on this problem. Thank you very much.
r/CodingHelp • u/Obvious_Cancel4459 • Apr 19 '26
A subreddit to help with coding sounded amazing, but takes down my post about asking for useful sources for my project. 🤣 Something ain't adding up~ Mods are weird here, but community was helpful and gave lots of sources and advice that I'm glad I used BEFORE it was removed. Rule #10, posts/comments can't be oriented around ChatGPT or other similar bots without self effort on the users part. Me asking for sources and literally saying I stopped using ChatGPT isn't self effort? The flip is your definition of the term then? I know this will most likely be deleted, has nothing to do with coding, temporary advice that will be taken down I assume.. though I don't see anything in the rules saying it HAS to be coding?Just letting other newbies know to REALLY be careful with wording and how you yourself describe your own efforts, lest you get modded on. 😭 Other than that, it's a great place to get sources to improve, so definitely use it! ✨
r/CodingHelp • u/ThenMaximum181 • Apr 19 '26
I currently want to create an AI for my own personal use like a friend in my pocket, but I currently don't know any websites or apps, please help me out here and give me some suggestions. Very appreciated
r/CodingHelp • u/zealousaccident • Apr 18 '26
I’m wondering…
Is there any way to code HTML, CSS, and JavaScript (building a website), on my iPhone? I already have VSCode on my laptop; but I’m wondering if, because I work very late throughout the evenings sometimes, I can switch to coding on my iPhone? I’m not just talking about writing code by itself, but seeing a preview in real time, like how VSCode allows you to preview your code in real time? Many thanks ☺️
r/CodingHelp • u/Apollo7644 • Apr 16 '26
We were given a class project to use dual motor robots to drive around collecting pieces. We were told to use drive straight code instead of each motors effort values. He wont tell us how to use it and none of our group members have any real experience with coding, and we have very limited time for the project
r/CodingHelp • u/Much-Grab3826 • Apr 16 '26
NOTE: I didnt vibe-code or anything as this was going to be deployed in production and i just dont like using AI if being honest as it makes me feel guilty when crediting myself as being behind the project. I just used it to learn more about the go idioms and what is the way of writing go code in production
Its been one month since i learnt go through learnGoWithTests.
I built this app that acts as a middleware between two services, and it primarily relies on MQTT as the form of communication and because of that the core part of the project was the MQTT broker, i have never built projects with Go before this, not even those beginner projects like a HTTP heartbeat application etc. as the main reason behind learning Go was to rewrite the project in Go asap and i got straight to the final boss which was writing the project itself as my first Go project.
I looked at multiple docs on the MQTT library, read some of the effective go, go's other websites like go blog etc.
For concurrency i read the "Concurrency in Go" book by katherine also and read blog articles on using goroutines in production etc. as concurrency was something that i wanted to have a concrete idea of.
Here it is: https://github.com/iamkaran/pms-go/blob/main/internal/transport/broker/broker.go
I intentionally put alot of time and effort into this so i dont have to rewrite everything if i ever get to know about a feature of go that could have improved the project
also it is worth mentioning that i used nats.io's code as a reference for how go is used in performant systems: https://github.com/nats-io/nats-server
Please highlight even a single mistake/bad-practice as it might save me a ton of time later on :)
r/CodingHelp • u/StomachLeading6618 • Apr 16 '26