Category: Uncategorized
-
Cyber Patriot test round testing
Today I’ve gotten to work on a test virtual machine to get a better grasp of the upcoming round of cyber patriot i am attending 11/15/2024 I haven’t gotten much done but i have used things such as base64(encoding and decoding site) and others sorts such as the terminal to find media and other useful…
-
Dj4e app progress for school assignment
Today i haven’t done much, mostly working on fixing my app work for school and getting caught up on in progression in making the app(lication) work properly.
-
Website rehaul
Today, I’ve rehauled all parts of my website for updated ideas and changes I just felt would be needed or fun additions. I’ve rehauled all parts including:
-
Cyber Patriot notation
Today we had a red hacker come in for preparation and presentation for the up coming high school Cyber Patriot competition. We learned bare basics for the competition such as:
-
Rainbow lights for door bell
This code is used to make an idle function that i will be using to make a door bell for my class room. It will make the classroom much more efficient. To go from color to color, it looks to see what the R,G,B value is and changes the value depending on the change in…
-
razzberry pi setup
Today i am learning to set up and use a razzberry pi to help make a door bell for our class room. The stuff i used for the basic set up I’ll be using: These are some of the things I’ll be using for this project.
-
Learning more beginner/basic unity
In this blog I want to go over beginner/basic information using unity. Some basic things you can do is control the scene: These are used to move and look around the scene that your working with. you can also use W, A, S, and D to move your camera around too. (Doesn’t work for 2D…
-
Learning Unity!
Today i went to learn how to use the basics of unity like the dashboard and basic commands on unity. Here’s me messing with the tutorial on using the editor and other basics. I learned a vary interesting few things: It was really fun getting to learn the basics of unity. I plan to learn…
-
“joke” Discord bot
I decided to make a discord bot to have for me and my friends to play around with. This is the code used to make the discord bot. I’ve leaned a few things, such as: the “await” command, which waits for other commands to go and meet certain requirements before being used. I’ve learned more…
-
JS Pokรฉmon fetch api
Today I made a script that takes from an api to gather data on Pokรฉmon! Here is a showing of Pikachu being taken up of the list and displayed in form of the sprite: I learned a bit from making this, such as basic JS code, new information of api’s, and other things surrounding functions.…