Advanced Search
Search Results
813 total results found
day 1
Dear Diary, I have finally decided to start writing in you, to record my thoughts and my experiences. It feels good to have a place to pour out my heart and my soul, a place where I can be honest and vulnerable. I hope that you will be a faithful companion, a...
life
I went to a coffee shop w/ S one day there is this mural on the wall with a lot of logos of ig maybe bandsa lot of books on the bar there's a Jenga tower on the coffee table there 4 tables in the main area and an indoor patio overhanging the barista station p...
january 12th raw- no ai
i woke up arround midnight and was in the mood to program, so i setup and got runnign stable diffusion ad started to research how to train models, i used chatgpt3 to aid me with some of my difficulties i refreshed my self on pytrhon code. at about 1 i recived...
Jan 12
Exploring the World of Linux: My Personal Journey (I don't like this title but the ai gave it) It all started on a cold January night. With my weird sleep schedule I ended up waking up at midnight, I found myself in the mood to program and decided to t...
Xkhanku desert
In the desert of Xkhanku, on the land of Taurosia, there resides an ecosystem both cruel and singular. A sand of green hue doth constitute the uppermost layer, with profondeurs that may reach twenty-one to eighty-six fathoms. Below this sable, there exists a t...
Flaming Feathers v2? or v1 idk
The Sandbird (Sandavis desertus), also known as the "Flaming Feathers," is a species of reptile that is found in the deserts of Taurosia. It belongs to the family Sandbirdidae, order Reptilia, and genus Sandavis. The Sandbird is a creature most peculiar, poss...
the dream, a western
I reckon I dozed off for a good two hours and found myself in the wildest dream, somethin' I'd never seen before. It was a world overrun with the undead, every corner crammed with unspeakable horrors. I was aboard a peculiar contraption, part train, part some ...
quadratics notes
Quadratic equation standard form: ax^2 + bx + c = 0 This is the standard form for any quadratic equation, where a, b, and c are constants. It can be used to find the roots or zeros of the equation by using the quadratic formula. Quadratic formul...
Example 1
A) The vertex is (4,3) B) The vertex is (-3,-3)
uber basic check for kelogers.py
import psutil import os import sys def find_suspicious_processes(): suspicious_processes = [] for process in psutil.process_iter(['pid', 'name', 'exe', 'cmdline']): try: if process.info['exe'] and process.info['cmdline']:...
start-win-defender.bat
@echo offecho Starting Windows Defender malware scan..."%ProgramFiles%\Windows Defender\MpCmdRun.exe" -Scan -ScanType 1echo Scan complete.pause
map maker v3.py (functioning?) last ping 1.0.212.120 white
import os import socket import struct from ping3 import ping from PIL import Image print("start running") def ip_to_int(ip): int_ip = struct.unpack("!I", socket.inet_aton(ip))[0] return int_ip def int_to_ip(i): ip = socket.inet_...
check for systemstats.py v1
import psutil import datetime def check_high_memory_usage(threshold=50): high_memory_usage_processes = [] total_memory = psutil.virtual_memory().total for proc in psutil.process_iter(['pid', 'name', 'memory_info']): try: ...
check for pc's pids names and usage stats and send them to a file to search later .py v2
import os import psutil import datetime def check_high_memory_usage(threshold=50): high_memory_usage_processes = [] total_memory = psutil.virtual_memory().total for proc in psutil.process_iter(['pid', 'name', 'memory_info']): try...
pid killer (ranges too)
import psutil while True: pids = input("Type the PID(s) you want to kill, separated by commas, or specify a range with a dash (-): ") if pids.lower() == "exit" or pids.lower() == "stop": confirm = input("Are you sure you want to stop th...
Via Task Manager
press Ctrl+Shift+Esc. or Open the Task Manager by right-clicking on the taskbar and selecting "Task Manager" Click on the "Startup" tab to see a list of programs that start automatically with Windows. Disable the o...
Via Settings
in the search bar or the settings app search for startup apps Some apps may have an option in their settings to disable the automatic startup. you "may" find something there i literally never have stg this is useless but hay its "an ...
Via System Configuration:
Windows key + R to open "Run" type the fallowing program name then click Enter. msconfig Click on the "Startup" tab to see a list of programs that start automatically with Windows. Disable the ones you don't need by unchecki...
Via Registry Editor
"DISCLAIMER" This method should only be used if you have experience with editing the Windows registry. Open the Registry Editor by pressing the Windows key + R and typing "regedit" in the Run dialog box. paste these into the URL bar ...
How to admin people Via Run
key + R to open the Run dialog box. Type "control userpasswords2" in the Run dialog box and press Enter. control userpasswords2 click on user click properies click group membership click administrator...