Feeds
提问
Decryption of an 8-bit code
I'm trying to crack a code that's concatenated ascii codes, encrypted by xor'ing each ascii code with an 8 bit key. Decoding it ...
13 years 前 | 1 个回答 | 0
1
个回答提问
User defined functions for standard deviation
Hi. I'm trying to come up with a function that calculates the standard deviation of an array. I understand there's a built in fu...
13 years 前 | 1 个回答 | 1
1
个回答提问
How would I translate my hand example into code?
I'm trying to come up with a while loop for hangman, I have a random word selected and then I used ~isspace to change the letter...
13 years 前 | 1 个回答 | 0