bbaovanc
bbaovanc pushed to master at bbaovanc/muttcfg 2020-11-24 04:37:00 -06:00
4715e3db31 Add catch-all to mailcap
ed2bf7a5ab Move sidebar configuration to separate file
Compare 2 commits »
bbaovanc pushed to master at bbaovanc/muttcfg 2020-11-24 04:18:41 -06:00
6be0d2ee64 Add requirements and installation to README.md
bbaovanc pushed to master at bbaovanc/muttcfg 2020-11-24 02:35:56 -06:00
8d282f06fa Add files
bbaovanc created repository bbaovanc/muttcfg 2020-11-24 02:31:21 -06:00
bbaovanc pushed to master at bbaovanc/Simple_1.8.9 2020-11-22 16:45:25 -06:00
1fa3bf72e7 Remove duplicate mods (because of Patcher)
bbaovanc pushed to master at bbaovanc/imgupload-legacy 2020-11-20 11:43:39 -06:00
fb416d1c0d Fix installation instructions
bbaovanc pushed to master at bbaovanc/imgupload-legacy 2020-11-20 11:38:30 -06:00
b20b78fd17 Fix syntax error at imgupload.py:109
bbaovanc pushed to master at bbaovanc/c-practice 2020-11-20 11:32:17 -06:00
64840bf4fd coinflip.c: Change flips to be unsigned (becuase I don't care)
bbaovanc pushed to master at bbaovanc/c-practice 2020-11-19 11:16:14 -06:00
1a600f3a13 Add coinflip.c
bbaovanc pushed to master at bbaovanc/c-practice 2020-11-19 10:30:39 -06:00
054cd6be0e Add askyn.c
bbaovanc pushed to master at bbaovanc/Simple_1.8.9 2020-11-13 19:51:51 -06:00
bb35b1cbd6 Move status hud down and enable OptiFine "show fps"
bbaovanc pushed to master at bbaovanc/Simple_1.8.9 2020-11-13 19:44:13 -06:00
73e5ebccd0 Remove canalexkeystrokes
bbaovanc pushed to master at bbaovanc/Simple_1.8.9 2020-11-13 10:02:50 -06:00
444a4e865c Add to .gitignore
bbaovanc pushed to master at bbaovanc/Simple_1.8.9 2020-11-12 19:54:14 -06:00
15001f51ac Update Patcher to 1.4.1
bbaovanc pushed to master at bbaovanc/Simple_1.8.9 2020-11-04 17:04:39 -06:00
362d6ae161 First commit
bbaovanc created repository bbaovanc/Simple_1.8.9 2020-11-04 12:55:28 -06:00
bbaovanc pushed to master at bbaovanc/c-practice 2020-10-22 23:00:00 -05:00
0a4002e05f letter-grade.c: Change printf to %li instead of %i and move return 0; inside if statement
bbaovanc pushed to master at bbaovanc/c-practice 2020-10-21 20:20:54 -05:00
1bd69ff2e4 letter-grade.c: Change scanf usage to fgets
bbaovanc pushed to master at bbaovanc/c-practice 2020-10-20 20:54:29 -05:00
b45e3670cc letter-grade.c: Change if-else chain to switch statement
bbaovanc pushed to master at bbaovanc/c-practice 2020-10-20 19:56:23 -05:00
2beb50bb25 letter-grade.c: Check if input is between 0 and 100 (inclusive)