([Gentoo 65200](http://bugs.gentoo.org/65200))
- media-sound/abcmidi
([Gentoo 76017](http://bugs.gentoo.org/76017),
- also in the [Sunrise overlay][])
+ also in the [Sunrise overlay][])
- sci-physics/hooke
(my branch of the [[Hooke]] [[force spectroscopy]] analyzer)
- sci-physics/sawsim
I've condensed to:
$ mpc --format '%time%' playlist | awk -F ':' 'BEGIN{t=0} {t+=$1*60+$2} END{print strftime("%j %H:%M:%S", t, 1)}'
- 001 10:48:35
+ 001 10:48:35
Note that, unfortunately, `%j` returns the day of the year in the
range `[001,366]`, so an empty playlist would return `001 00:00:00`,
... return b
>>> @splittableKwargsFunction(A,B)
>>> def C(**kwargs):
- ... akw,bkw = C._splitargs(C, kwargs)
+ ... akw,bkw = C._splitargs(C, kwargs)
... return A(**bkw)+B(**akw)
>>> C(a=3,b=4)
7