tw-0.7+udp://127.0.0.1:8303
dd
oflag=direct
should skipgrep Dirty:
kill -SIGUSR1
to get a progress updateprogress
to get progress reports for arbitrary tools operating on a single file. it also works for stuff like teehistorian2demoVec<(Duration, String)>
old: bool Stationary = Player.m_VelX <= 1 && Player.m_VelX >= -1;
new: bool Stationary = absolute(Player.m_VelX) <= 1;
ravie's reccomendation: bool Stationary = in_range(Player.m_VelX, -1, 1);
(edited)