Skip to content

Instantly share code, notes, and snippets.

@FlowerYT6
FlowerYT6 / index.html
Created June 12, 2025 08:12
JS Audio Visualizer
<div id="content">
<input type="file" id="thefile" accept="audio/*" />
<canvas id="canvas"></canvas>
<audio id="audio" controls></audio>
</div>
@FlowerYT6
FlowerYT6 / index.html
Created February 11, 2025 09:05
stackoverflow_solve_1
<h3>Dynamic Progress Bar</h3>
<p>Running progress bar from 0% to 100% in 10 seconds</p>
<a href="#"><button id="testButton" class="testButton">Submit</button></a> <!--new-->
<div class="progress">
<div id="dynamic" class="progress-bar progress-bar-success progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%">
</div>
</div>