Advanced Search
Search Results
984 total results found
Haiku
From youth till now I have grown. My only wish is to touch hearts and lead those who are in a dark place. For I have been there. From youth now, I'm grown/
module 2
purple means draft page
module 3
Free Verse
module 4 (36% of the course lmfao)
New Page
Cyber Defence Frameworks
Discover frameworks and policies that help establish a good security posture. Learn how organisations use these in defensive strategies.
New Page
Restless nights grow Feeling my unclenched jaw snap close upon my tongue severing me from the world of speaking-lacking the truth only spitting lies A weary knight Who licks his wounds deepened by the despair of fallen comrades, no tears of mourning will ...
picoCTF toolkit
dev log, NZK's GNZ day 2
Sooo, that unity basic guide.yeah, that was day 1/2 making a main menu n stuff.I used one of my custom-trained models to make a bg for the main menu and a bg for the starting menu.then made custom assets for the tabs and the profile button. I'm basically try...
htb academy stuff
unity basic c# script and how to use
this is technically day 1.5, it shoudlve worked day one but I only got it to work on day 2 the system collections but is probs useless but the tutorial i followed didn't remove it so idk.suuper basic script but its got the important things, like using UnityEng...
recharjme
devlog day3
uhhh i slept 20 hrs didnt get much done in the idk hour or 2 that i tried getting thigns to work but i forgot to mention that yesterday this is what happens when u put the script in to the onclick event. i tried making a camera fallow my model ingame and g...
part 1/day 1
welcome is a video saying that the course exists watch, then do is a video saying watch t hen do what the guy does for the tutuoralslol apparently the content will no longer be available as of July 31, 2023soooooo that's my deadline :D insta...
sort imgs.py
edit the code for the folder from PIL import Image import os unique_images = {} # edit this directory = r'J:\New folder' for filename in os.listdir(directory): if filename.endswith('.png'): img = Image.open(os.path.join(...
day 2 unity jr programercourse
Man the guy talks slowly, unit 1.1important info your home view if you will. it centers your camera on the object that you have selected.god I love how smooooooooooooooothe these Phoenix switches are on my keyboard and wish I could just put them on my k3 but ...
New Page
public float speed = 5.0f; the word public can be changed to private, this denotes the accessability of the variable/class/other private float speed = 5.0f; also this is done to initialize the default value of the variable in the script's component tab they...
temp
using System.Diagnostics; using System.Collections; using UnityEngine; [DebuggerDisplay("{" + nameof(GetDebuggerDisplay) + "(),nq}")] public class PlayerController : MonoBehaviour { public float speed = 5.0f; // Start is called before the fi...