Martin Vilcans
Martin Vilcans
MongoDB is nice and all, but it's a bit overkill for a minimalistic CI server. (IIRC, by default a MongoDB installation uses at least 3 GB of disk, which can...
The example uses a mock connection, so when I tried to implement real networking, that took a while. It would be nice to have an example of a simple but...
Thanks for this software! I had been using my own bash script for this until now and was going to implement it in Rust, but now that you did it...
This adds support for the RMB, SMB bit manipulation instructions, and the conditional jump instructions BBR and BBS which use a new addressing mode: (zeropage, relative offset).
I sometimes need to iterate over all pixels of an image and do some operation depending on their coordinates. I typically want to do this mutably, which I can do...