repo for programing projects based on: http://liquidthink.net/wp-content/uploads/2014/12/a6fN92L-1024x812.jpg?d08aa7
- Name Generator
- Higher or lower
- Temperature converter
- Simple encryption
- FizzBuzz
- Rock Paper Scissors
- Hangman
- Love Calculator
- Pseudorandom quote generator
- Password Generator
- Atomically correct time from an internet clock
- Haiku Generator
- Magic eight ball
- collatz conjecture
- Reverse a string
- count the vowels in a string
- count the worrds in a string
- minesweeper
- connect four
- BMI calculator
- 4chan thread downloader (image)
- Sudoku generator / solver
- Maze game and solution algorithm
- Decimal to binary
- picross solver
- eulerian path
- fibonacii sequence algorithm
- calculate and print the factorial of 100
- encryption collection
- blackjack
- text adventure game
- generate an ASCII image of a christmas tree to a user given height
- area calculator
- benfords law
- hunt the wumpus
- static website generator
- crossword game
- NTP server
- stronger password generator
- find the largest number in an array, and print its position
- ASCII Analogue Clock
- Dijkstra's algorithm
- Text to morse translator (bonus for sound or light)
- tic tac toe
- snake game
- FTP Client (TCP or UDP with ACK)
- Telnet Server
- IMP interpreter
- Tetris
- Conway's Game of life
- Web crawler
- Text editor
- RSS Feed Creator
- Evaluate Binomial Coefficients
- Reverse Polish notatnion (RPN) calculator
- Output mandelbrot set in ASCII
- Sorting Algorithm
- Convert Markup to HTML
- The N queens problem
- Details Validattor using regex (phone numbers; emails; names)
- Linked list
- Mastermind
- Random Image Generator
- LAST.FM scrobbler
- Klingon translator
- prime number generator using a sieve
- markov chain
- Graphical Digital Clock (GUI)
- Oil Spill Game
- Algorithm to calculate triangle numbers
- calculate a user typing speed
- name art in ascii
- towers of hanoi
- quine
- IRC bot
- Brainfuck interpreter
- Sorting algorithm audibilization and/or visualisation
- CHIP-8 Emulator
- Geekcode generator
- Defina, translate and rotate a shape with an arbitrary amount of vertices
- Pong with variable vectors
- Battleships with an AI opponent. Make sure they're beatable :P
- Simple rougelike mega chapeu for multiplayer over LAN
- TCP chat program with XOR encrytpion
- Incremental Economy Simulator
- Encryption / Decryption hiding text in an image
- Calculate pascals triangle
- sine wave generator from pseudorandom numbers
- Pacman clone with ghost AI
- Flappy birds clone
- Fast fourier transform
- Griaphical Digital Clock (GUI) that allows the user to set alarms and change colors
- Binary Search
- Nintendo Oil Panic
- Generate Sierpiniski Triangle
- Calculate the dot and cross of two vectors
- Little man computer simulator
- Basic LISP interpreter
- Hailstone sequence