ethan thomas
@ETHANTHOMAS9
literally terrible at everything but ok. Go, Ruby, Python, JavaScript, node.js, html, css, and C#. Everything
this is a program that will show you the ten newest posts in the 'ask' section.
It will give you info like who posted it, when it was posted, the tit
Python
ETHANTHOMAS9 ANNOUNCEMENT: from now on, I'm gonna be posting and coding on a new account, @CodingDoge. So unless for some reason I'm on this one, all my stuff in the future will be on that account!3 years ago
when I was a beginner, I wanted to know how to filter input to only letters, not numbers.
Today, I will show you how!
A tutorial is in the comments i
Python
This was a fun Challenge because the striftime() function gives a time that is 5 hours ahead of my local time.
We can fix this by thinking about two i
Python
This is a Website that plays a random meme when you click the button. There are currently only 11 memes in the list but I am planning on adding more.
HTML, CSS, JS
This is a rock paper scissors game using the 'chance' library for javascript.
this is only the first version! I'm planning on adding more features li
HTML, CSS, JS
this is a password guesser that will make a random string of characters and check if the random password is the same as the password that you input
Python
awesome10 This isn't brute force. Brute force is when you iterate through every possible combination until you find the correct one. This program does random passwords to see if it is right. BTW, still a good program though :D3 years ago
this is a very simple program that will update the html on the website in real-time as you type it. you could use it as a template for an effect on a
HTML, CSS, JS
ChristianMMacy This is a great demo! Using setInterval to check the value every millisecond is very inefficient, so you might consider changing what you're listening for. You can actually listen for "keyup" instead so that the check only triggers when a keyboard key has been pressed and released. It will result in the same effect, but without a looping event executing every millisecond :-)3 years ago
this is a simple timer using html and css, but mostly javascript.
Upvote if you like it!
HTML, CSS, JS
This is a login system using html, and javascript (and a little bit of css)
I was going to have the login and the create account on separate pages but
HTML, CSS, JS
This is the best thing I have ever made easily. In fact, this is the best thing humanity has ever created.
HTML, CSS, JS
Hi! this was a project that was originally not my idea. All credit for this project goes to @OrangeJooce123. Even though none of the code is theirs, t
Python
So the rules are simple!
I used the random.randint function to pick a random number from 1 to 99999999999999999999999999999999999999999999999999999999
Python
so basically it prints a string a line at a time. I don't even know why I made this but maybe you could use it for something
Python
DynamicSquid this is unrelated... but in c++ we have to specify whether or not we want a new line. do you find that print() could be annoying sometimes?3 years ago
here is a calculator that is a little more advanced
function list:
addition
subtraction
multiplication
division
squaring numbers
cubing numbers
multi
Python
Simple Pygame game that I worked on yesterday. took me 4 to 5 hours to make, so Upvote if you like it!
controls: arrow keys and WASD to move
Pygame
Here's a simple Login system I made a couple of days ago(this was my first real project in python)
As I've been learning things I have been editing th
Python
Hi! This is a Randomized Password Generator I made over the course of a couple days. I have only been learning python for a couple of days, so please
Python