stasoid

Results 5 comments of stasoid

I studied COM port detection in Windows 2000 SP4 on v86 and did not find any anomalies. Both seabios and [ntdetect.com] correctly find COM1 port. I changed uart.js to log...

Additional info: [Released versions](https://github.com/kevina/zl/releases) 0.01, 0.02 and 0.03 fail with the same error. [zl-gcc](https://github.com/kevina/zl-gcc) was built successfully, `gcc -v` prints ``` Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../configure --enable-languages=zls...

Obvious candidate to replace gumbo is HTML parser from lexbor project https://github.com/lexbor/lexbor (former https://github.com/lexborisov/myhtml), it has some goodies that gumbo doesn't have, like support for encodings and parsing by chunks,...

I believe this is the reduction of [broken_deident_email](https://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=2478): ```html Please bring your valid driver's license when you pick up the vehicle. If your driver's license is not issued in the...

This is purely recreational activity. The need for `exit` arose when I tried to add Kamby to [this polyglot](https://codegolf.stackexchange.com/questions/102370/add-a-language-to-a-polyglot/257184#257184). It has a rule that `... the program must exit normally...