I followed a tutorial to make a password generator using python. The link to the video is https://www.youtube.com/watch?v=XCIBOl3FTKo. Just a reminder.. If code has –snip– above it, that means there is code above it, I just didn’t include it so that way it could save up some space. The line of code under the –snip–…
Today I learned JavaScript on Codecademy. I was going to try to make a python project, but decided to do something else while I was getting started, so I was only able to complete the “Introduction to JavaScript” and “Variables” lessons.
First of all, this can only be done on a computer which allows you to download extensions. If you are not able to download an extension, then none of this is going to work For the first step, download the extension “Tampermonkey”. You can either search “Tampermonkey extension”, or you can just go to the…
Today I started coding a program to crack a SHA1 password. I would put the tutorial in this post, but last time it took too long, and I was not able to submit it on time. So instead, here is the link to where the tutorial will be.
First of all, I did NOT make this tutorial. The YouTube video link that I used is: https://www.youtube.com/watch?v=h3OcK27jT-o&list=PL1TBkFFBtagpgD9zy1F6AzDswMzff99Tn&index=6 This website explains how SHA1 passwords work, and why they are used. https://shorturl.at/dfjXY Now, the tutorial. STEP 1: Open a code editor and create a new file (creating a new folder to put the file in is…
Today I followed a tutorial on how to find all of an artists top tracks using web API. I will put a tutorial on how to do it below. The link to the YouTube video that I used for this is: https://www.youtube.com/watch?v=WAmEZBEeNmg Step 1: Go to developer.spotify.com Step 2: Log in. This step is not…
Today I watched the youtube video “Learn HTML in 1 hour 🌎”. I learned about hyperlinks, audio, video, formatting, tables, tags, iframes, buttons, and forms. I learned how to embed an audio clip, or a video clip into my website. I also learned how to make tables correctly and basically what they can do. It…
Padding separates the words from other things on a website. An example of padding in code is: The border brings attention or makes something stand out. It basically outlines something on a web page. This is what a border looks like: An example of border in code is: The margin makes space in between different…
I circled all of the divs on a web page. This picture was of the website “Blooket” which is a learning website but for fun.
I worked on learning js code. I completed the introduction.