python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How would you implement collision detection of circles using only vanilla JavaScript and HTML canvas?
I am new to programming, so i might mess something up, but I would think you would make a class to draw circles and/or squares and just keep calling new instances of that class. But I can't figure out...
DJEveridge
Votes: 0
Answers: 1
How to detect a curve in a B&W image with a background grid?
I am struggling to extract the curve from this image:
It represents scientific data which I don't want to touch, to avoid introducing errors, so I cannot just manually redraw the line in a plot digit...
jumpjack
Votes: 0
Answers: 1
How to use ffmpeg to detect sections with significant volume changes
I'd like to use ffconcat to remove some very loud segments from mp3 files.
Here's a typical section as shown in Audacity:
I should be able to use the astats filter to identify sections where the volu...
Nemo XXX
Votes: 0
Answers: 0