- Oct 09, 2020
-
-
Brandon Rodriguez authored
-
- Sep 20, 2016
-
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
Remove all debugging lines from output. Remove all unecessary/many old commented lines. Generally clean up output of program. NOTE: All output alg's handle as intended (barring possible bugs). However, input is only handled by DivAlg and 256Alg. MaskShift does not handle input as intended yet.
-
Brandon Rodriguez authored
Thus, all starting bases (other than 256) are passed to DivAlg. However, final convert-to bases pass to MaskShift, if appropriate.
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
Shift to divide (shift by dividing number). Mask to remainder (mask by dividing number - 1).
-
Brandon Rodriguez authored
Currently broken
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
- Sep 19, 2016
-
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
...at least I think.
-
Brandon Rodriguez authored
DivAlg works fine if you only use one of the two halves at a time. However, if you use both at once, then output is wrong. It SEEMS like both buffers end up pointing to the same memory space, thus the second half of DivAlg overrides the first. Committing here incase I blow everything up while attempting to fix.
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
DivAlg will now convert most bases both to and from base10, as needed.
-
Brandon Rodriguez authored
NOTE: For some reason, buffer seems to return blank unless it's printed prior to being returned. Makes absolutely no sense, but seems to be the case. No idea why.
-
- Sep 18, 2016
-
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
Also add a bunch of other jumbled code as I struggle to figure out how C works
-
- Sep 16, 2016
-
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
-
- Sep 15, 2016
-
-
Brandon Rodriguez authored
-
Brandon Rodriguez authored
Aquiring user input is now 100 times easier. Woah.
-
Brandon Rodriguez authored
-
trenary2 authored
-