All public logs
Jump to navigation
Jump to search
Combined display of all available logs of razwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:57, 16 May 2026 Razzi talk contribs created page Blog: 2026-05-16 (Created page with "<pre> function display_bpm set -U beats (gdate +%s.%3N) $beats[1..3] if test (count $beats) -lt 4 return end set diffs \ (math $beats[1] - $beats[2]) \ (math $beats[2] - $beats[3]) \ (math $beats[3] - $beats[4]) set avg (math "($diffs[1] + $diffs[2] + $diffs[3]) / 3") set bps (math 1 / $avg) set bpm (math "$bps * 60") if test $bpm -gt 55 printf "%.0f " $bpm end end </pre>")