2 results for "ef3dec002ebf98463d4c3af9f752eb4d"
>>106162800
also, I was working on this port from my old Elixir code, but got distracted and it is in an unfinished state
this algorithm allows for the encoding of a sequence of numbers in base X to a sequence of numbers in base Y. it makes generic things like base64 or hexadecimal encoding.
>>106103324
this is me porting some Elixir I wrote a while back to Clojure. it encodes a sequence of numbers in any base to a sequence of numbers in another base. it generalizes things like base64/hexedecimal encoding.
I don't even know calculus, btw. I just got some sheets of paper and start jotting the problem out when I initially solved it in Elixir.