Advanced Search
Search Results
949 total results found
Explore security information and event management (SIEM) tools
Phases of incident response playbooks
Explore incident response
getting started & introduction to networks
Network Communication
Introduction to network protocols
Firewalls and network security measures
Introduction to intrusion tactics
Security hardning
network hardening
All things Operating System
Linux Basics
stories
linux basics part 2; electric boogalooo
SQL and Databases
1-50
splines plugin
nnzekeh
first page was chatgpt, stuff god its terrable but i can do somethign with it if i try
read
module 1
how to do boolean operations?
Here are the steps you can follow to perform boolean operations in Unreal Engine: Select the objects you want to perform a boolean operation on. For example, you may want to subtract a cube from a sphere to create a dome-like shape. Right-click on the sele...
some importable 3d modeling files
Unreal Engine supports a variety of file formats for importing 3D objects into the engine. Some of the most commonly used file formats include: FBX: This is a popular file format for 3D models and animations, and it is widely supported by many 3...
dynamic relationship system DRS
A dynamic relationship system for NPCs and players could be broken down into several modules or components that work together to create a cohesive system. Here are a few potential modules that could be included: NPC behavior module: This module would def...
Bρ^{2}X_{1}X_{2}T^{-2/3}exp[-33.8(10^{6}/T)^{1/3}]
this expression represents the thermonuclear reaction rate (R) between two nuclei in a plasma, under the assumption of the so-called "energy range approximation" for the cross section of the reaction. The variables in the expression have the following meanings...
download file to sshed windows server
Open your SSH client and log in to the Windows server. Navigate to the directory where you want to download the file. Use the "curl" command followed by the URL of the file you want to download. curl -LJO example location:[ curl -LJO https://github.c...
Example 6: Graph y = 2x^2 - 8x
• Find the vertex and the axis of symmetry. Sketch these in.• Find the x-intercept by plugging in 0 for y.• Find the y-intercept by plugging in 0 for x.• Reflect your points across the axis of symmetry and connect your dots with a smoothU-shaped (not V-shaped)...
Example 7: h = 16t^2 + 72t + 520
Suppose a particular “star” is projected from a firework at a starting height of 520 feet with an initial upward velocity of 72 ft/sec. The equation: h = 16t^2 + 72t + 520 gives the star’s height h in feet at time t in seconds. a) How long will it take for...
Page 1
-Embarrassment means that someone has seen or heard something about you that you didn't want them to, and that will spread into people's opinions in the future. but if you are dead, you don't have a future. Unknown. Spend time with people that you lo...
unity make a menu, the basics
dev log, NZK's GNZ day 1 make a game scene and a menu scene IDK how to make an empty one so I copied and pasted the default one in the assets folder and renamed it then I dragged into the hierarchy area I renamed them then reloaded/refreshed ...
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/
purple means draft page
Free Verse
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 ...
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...
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...
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...