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).
- 02:17, 2 May 2026 Razzi talk contribs created page Blog: 2026-05-02 (Created page with "<pre> set -U mid_time $last_time set -U last_time $now_time set -U now_time (gdate +%s.%3N) set diff (math $now_time - $last_time) set diff2 (math $last_time - $mid_time) set avg (math "($diff + $diff2) / 2") set bps (math 1 / $avg) set bpm (math "$bps * 60") # echo -n $mid_time $last_time $now_time if test $bpm -gt 55 echo -n "$bpm " end </pre> bpm counter in the terminal. Might end up popping up when I don't want it...")