BlogHide Resteemslinuxer4fun (38)in dail • 8 years agoDaily programming challenge #15 PAPER, PLEASE!Difficulty: If you can't do it, you probably can't program at all ;') In this challenge, we are gonna take a closer look at programming on paper. It sometimes help just to draw a little graphic…linuxer4fun (38)in programming • 8 years agoDaily programming challenges: Why I do themHello, This is just a rant about my programming challenges. First of all: I'm a 13-yo boy programming about the half of the day, my project in the moment is building a compiler (I will post…linuxer4fun (38)in daily • 8 years agoDaily programming challenge #15 Basic challenge extendedDifficulty: easy Programm a programm, wich takes two number, and calculates them INPUT 1, 2 OUTPUT 3 Extensions: E1: Make the user input as many number he wants, until he enters…linuxer4fun (38)in daily • 8 years agoDaily programming challenge #14 Let's get easy for the momentDifficulty: easy Program a program, wich loads up a wordlist and then prints out the words with reversed characters. WORDLIST.TXT Hello Iam cool OUTPUT: olleH maI looc…linuxer4fun (38)in daily • 8 years agoDaily programming challenge #13 3DDifficulty: Needs atleast one or two weeks Programs like Blender or Kinema4D let you model your own 3D characters. You guessed it! Programm a basic program, capable of the same. NEEDED…linuxer4fun (38)in maths • 8 years agoMy thougts on 1 == 2; Math theoryAs an informatician, I have to deal with maths a lot. But recently, I got to an interesting problem: If 0.999... == 1, then why can't we extend this to 0.999...8, and then go down, until 1 ==…linuxer4fun (38)in daily • 8 years agoDaily programming challenge #12 AssemblerDifficulty: HARD! Assembler is the programming language next to binary. Even though, you might never use it, it is always a good thing to learn it. So: find good tutorials for it and complete…linuxer4fun (38)in daily • 8 years agoDaily programming challenge #5 The lost challengeDifficulty: Hard! In challenge #1, we created a programm, which parsed a string and gave out the string, that was to write. NOW: Let's imagine, we want to create Variables in our Interpreter.…linuxer4fun (38)in daily • 8 years agosteemCreated with Sketch.Daily programming challenge #11 Neural NetworksDifficulty: Not doable without maths. Learn about Neural Networks and set up one, wich learns to find out, whether a human wrote a post or Cleverbot. GOOD Luck ;-)linuxer4fun (38)in programming • 8 years agosteemCreated with Sketch.Daily programming challenge #10 DataDifficulty: Hard! Write... A Fileexplorer. JUST DO IT! Needed features: -Browsing the FS -Zip/unzip -Create new Folders -Delete Folders -Delete Files -Create Files…linuxer4fun (38)in programming • 8 years agosteemCreated with Sketch.Daily programming challenge #9 HACKERDifficulty: easy! Programm a programm, wich asks for a password. NOW: Add a brute-force function, so password can be broken by the programm itself. EXTENSIONS: Ex1: Ask the user what…linuxer4fun (38)in programming • 8 years agosteemCreated with Sketch.Daily programming challenge #8 NETWORKS and stuffDifficulty: depends on Language (Java: easy, C++: medium, Assembler: DON'T EVEN TRY IT!) Programm a chat programm. Use the P2P-Technology. Thats all to say. Today: NO EXTENSIONS xDlinuxer4fun (38)in programming • 8 years agosteemCreated with Sketch.daily programming challenge #7 Your first own LibraryDifficulty: easy-medium It's always a good way to have your own library for your programming. Therefor, programm a library, with a funktion, which Looks up a String for a Text-Sequence, and…linuxer4fun (38)in programming • 8 years agosteemCreated with Sketch.daily programming challenge #6 CHEAT-EngineDifficulty: hard Programm a programm, which iterates through every RAM-Adress and outputs the result. EXTENSION: Ex1: Make the Adresses editable by the user Ex2: Add a "search"-Funktion…linuxer4fun (38)in programming • 8 years agoDaily programming challenge #4 ASCII-ARTDifficulty: easy Code a programm, which generates a Christmas tree as ASCII-Art. EXAMPLE: xlinuxer4fun (38)in programming • 8 years agoDaily programming challenge #3Difficulty: easy-medium Write a programm, which scrambles up a word and asks the other user to input the correct word. Example: INPUT: Hello OUTPUT: leHol INPUT: Holle OUTPUT: Wrong…linuxer4fun (38)in programming • 8 years agodaily programming challenge #2Level: easy! Programm a programm, which gets two numbers and calculates the Fibonacci-loop from it. Example: Input 2, 5 Output 2 + 5 = 7 5 + 7 = ??? Extensions: E1:(If you don't…linuxer4fun (38)in programming • 8 years agoDaily programming challengeDifficulty: Hard CHALLENGE: Programm a programm, which parses a command-String and outputs the result. EXAMPLE: write ("Hello, World") RESULT: Hello, World VOILA: you have the first step…linuxer4fun (38)in devrant • 8 years agodevRant - Programmers lifesaverHello, Basically, I'm a crazy, stubborn, 10/24 Dev. Obviously, this can't last for long: the Motivation can't stay up this long. But then, I found the devRant Forum. The community is…