Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

984 total results found

Haiku

Mr. Deli's work Poetry Is Drawing With Words

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

[Completed] Professional Google Cyberse...

purple means draft page

Mr. Deli's work Fight

module 3

[Completed] Professional Google Cyberse...

Free Verse

Mr. Deli's work Poetry Is Drawing With Words

module 4 (36% of the course lmfao)

[Completed] Professional Google Cyberse...

New Page

Mr. Deli's work

Cyber Defence Frameworks

[undusted] tryhackme SOC Level 1

Discover frameworks and policies that help establish a good security posture. Learn how organisations use these in defensive strategies.

New Page

Mr. Deli's work Fight

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

ctf toolkit

dev log, NZK's GNZ day 2

[zzzz dead] Unity-Devlog: code name gnz...

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

cyber sec notes

unity basic c# script and how to use

[zzzz dead] Unity-Devlog: code name gnz...

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

nzk-scripts

devlog day3

[zzzz dead] Unity-Devlog: code name gnz...

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

[zzz dead] unity devlog: jr programmer ... unit 1.1 game 1 dev log

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

Code projects (python & simple)

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

[zzz dead] unity devlog: jr programmer ... unit 1.1 game 1 dev log

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

[zzz dead] unity devlog: jr programmer ... unit 1.1 game 1 dev log

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

[zzz dead] unity devlog: jr programmer ... unit 1.1 game 1 dev log

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...