5785 shaares
145 results
tagged
code
Finding Maximum in an Array
https://phanderson.com/C/arraymax.html
make everything a link
<a href="pages/lists/listTransitional.html" class="entrance">Enter the kiosk</a>
.entrance {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
text-indent: -9999px; / we don't need to see the text, but some users and robots such as Google do /
}
with some noise control filtering
strip one audio stream without recompression:
ffmpeg -i INPUT -map 0:v -map 0:a:2 -c copy OUTPUT