"Implement a feature XXXX, otherwise I'll use another project."
-
No.
-
Feel free to.
"Without that functionality this project is useless."
It's your personal opinion.
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| use 5.010; | |
| use JSON qw( decode_json ); # isn't default module, must be installed via CPAN or your system package manager | |
| use Time::HiRes qw ( usleep ); # for simple delays | |
| my $outputfile = shift || die "use $0 outputfile.png"; # getting output filename from command-line params |
"Implement a feature XXXX, otherwise I'll use another project."
No.
Feel free to.
"Without that functionality this project is useless."
It's your personal opinion.
| /* | |
| * SceKermit (MIPS side): | |
| * - https://gist.github.com/TheOfficialFloW/4fdec09e53a7c93a0d07d9e3e982dff4#file-kermit-c-L145 | |
| * - https://github.com/Total-Noob/kermit_reverse/blob/master/main.c | |
| */ | |
| /* | |
| * Initial state: | |
| * MIPS ARM | |
| * Consumer ready = true Producer ready = true |