Mingye Wang
Mingye Wang
Yeah, that's a bashism. `printf %s "somestuff" | tt` can be used to go around it though. It might be available in some version of ksh, but I am not...
One of the things for magic-less even in bash is usability in an interactive shell. That's #20.
Same, wanted to do something to sync my existing reports here.
Right now it is pretty alnum: https://github.com/timburks/openradar/blob/4645c4b513c5133ddb3a0f506c8ee3ccf563df74/python/openradar/web.py#L55 The db has a column called `number_intvalue` that we can use to sort by value: https://github.com/timburks/openradar/blob/4645c4b513c5133ddb3a0f506c8ee3ccf563df74/python/openradar/models.py#L43 There is one big "INVALID" entry out...
Ah yikes, the `number` (actually a string) sorting thing is forced by #43/#44, just changing it back won't work. I *guess* we can add an additional property (column) so we...
http://wiki.gnustep.org/index.php/ObjC2_FAQ
etch's Contents-i386.gz says: ``` usr/bin/rsbep admin/dvbackup usr/bin/rsbepC admin/dvbackup ``` But dvbackup's sourceforge download has no rsbep. Hmm.
Good, I've got it! * http://mirrors.accretive-networks.net/debian-archive/debian/pool/main/d/dvbackup/dvbackup_0.0.4rj1.orig.tar.gz has the rsbep thing, including the manpage. * http://mirrors.accretive-networks.net/debian-archive/debian/pool/main/d/dvbackup/dvbackup_0.0.4-9.debian.tar.xz has one change, a makefile with some hardened compile flags. Let's hope these don't get...
Likely -- that's what a Stack is, right?
The compression method of the `lzma` library is identical to `xz` defaults (preset 6), according to the documentation. Knowing that, I decompressed `cef_binary_113.1.4+g327635f+chromium-113.0.5672.63_windows64.tar.bz2` into the tar, then recompressed it with...