I'm looking for a bunch of projects I can make with only lists and variables.
I will NOT do:
-Programming languages
Offline
Firedrake969 wrote:
I'm looking for a bunch of projects I can make with only lists and variables.
I will NOT do:
-Programming languages
Guess the number
Hello world
Quadratic equation solver
ROT13 encoder
Caesar cipher
Or a general version of the above 2?
Morse code generator and maybe a decoder
Rule 110 - HEY GET OUT OF ME MR. HIDE PROGRAMMING lANGUAGES IN EVERYTHING
Prime factorizer
Word processor like yours
Happy? I'm going to try not to make anyone mad this time.
Offline
Molybdenum wrote:
Firedrake969 wrote:
I'm looking for a bunch of projects I can make with only lists and variables.
I will NOT do:
-Programming languagesGuess the number [done]
Hello world [what?]
Quadratic equation solver [done]
ROT13 encoder [what?]
Caesar cipher [help]
Or a general version of the above 2?
Morse code generator and maybe a decoder [maybe]
Rule 110 - HEY GET OUT OF ME MR. HIDE PROGRAMMING lANGUAGES IN EVERYTHING [lolwut]
Prime factorizer [maybe...]
Word processor like yours [done]
Happy? I'm going to try not to make anyone mad this time.
Love the suggestions this time. Any ideas on how to make the Ceasar?
Offline
Firedrake969 wrote:
Molybdenum wrote:
Firedrake969 wrote:
I'm looking for a bunch of projects I can make with only lists and variables.
I will NOT do:
-Programming languagesGuess the number [done]
Hello world [what?]
Quadratic equation solver [done]
ROT13 encoder [what?]
Caesar cipher [help]
Or a general version of the above 2?
Morse code generator and maybe a decoder [maybe]
Rule 110 - HEY GET OUT OF ME MR. HIDE PROGRAMMING lANGUAGES IN EVERYTHING [lolwut]
Prime factorizer [maybe...]
Word processor like yours [done]
Happy? I'm going to try not to make anyone mad this time.
Love the suggestions this time. Any ideas on how to make the Ceasar?
Some useful links:
en.wikipedia.org/wiki/Hello_world_program
en.wikipedia.org/wiki/ROT13
http://en.wikipedia.org/wiki/Caesar_cipher
I guess CC can be made by looping through all letters, and rotating them with mods or lists.
Offline
Bump.
Offline