Kristine1975

Results 22 comments of Kristine1975

Looks like the Italian mirror of the Pizza&Chili website is down. Here's the working Chilean one: http://pizzachili.dcc.uchile.cl/

> Supporting two different resource formats seems like more complexity than is needed, a resource converter tool that can convert the files extracted from the Mac resource forks back to...

[lodepng](https://github.com/lvandeve/lodepng) is a two-file library without any dependencies for reading/writing PNG images (zlib license). It could be added to [phosg](https://github.com/fuzziqersoftware/phosg)? There's also [stb_image_write.h](https://github.com/nothings/stb/blob/master/stb_image_write.h), which supports various image formats (public domain)....

This seems to be a documentation bug, dating back to the BCM2835 documentation: https://elinux.org/BCM2835_datasheet_errata#p12 > Bits 1:0 are swaped. bit 0 is receive interrupt and bit 1 is transmit. You...

Simply download the code, extract the ZIP file and open `index.html`.

Wouldn't it be better to write a separate tool, like `silvercreator_dasm`? SilverCreator looks a bit like HyperCard, which has its own tool (`hypercard_dasm`). Especially since SilverCreator has more types of...

I rebuilt `resource_dasm` with `-O2`, and the size went from 12.3MB to 4.5MB. Intel x64, MacOS 10.14, Apple clang version 11.0.0. `-O2` doesn't make debugging more difficult in my experience....

Github's search found this code: https://github.com/adrianstephens/orbiscrude/blob/fc4e57b2e7a021858eb100491ebaee63fb01e65e/shared/filetypes/container/apple_apfs.cpp#L936 And according to https://wiki.sleuthkit.org/index.php?title=HFS#HFS.2B_File_Compression the `icat` tool, which is part of `sleuthkit`, compresses these files: >[icat](https://wiki.sleuthkit.org/index.php?title=Icat) will automatically decompress the file data by default.

Proposal to rename them to `LICENSE.aux` and `README.PRN.md` (the forbidden names seem to be case-insensitive).

Extensions might be ok (so never mind about `LICENSE.aux`), since LaTeX uses `.aux` files without causing problems on Windows. Or maybe LaTeX doesn't use the same functions for file access...