Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Monday, July 21, 2025, 8:05:00 AM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.6), HarmonyMod(2.3.4) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Vanilla Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.0) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
HugsLib(UnlimitedHugs.HugsLib)[ov:12.0.1]: 0Harmony(av:2.3.6,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.5) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"q": "The magnetic circuit of a magneto consists of a permanent multi-pole rotating magnet. The core is made of", | |
"a": "soft iron." | |
}, | |
{ | |
"q": "How is the strength of a magneto magnet checked?", | |
"a": "Hold the points open and check the output of the primary coil with an AC ammeter while operating the magneto at a specified speed." | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Preasx24 | Founder of DTECH | South African Student Tech Innovator</title> | |
<meta name="google-site-verification" content="OpMUi8ebuzFZJyDHFw3Tsk303pel-c1OMQ3aacq39dA"> | |
<meta name="description" content="Preasx24 is a Management student at Nelson Mandela University and a self-taught full-stack web developer, UX/UI designer, and tech innovator. As founder of DTECH, he builds marketplaces, ed-tech hubs, CI/CD pipelines, animated brand experiences, and free web sponsorship programs to empower youth."> | |
<meta name="keywords" content="Preasx24, DTECH, student entrepreneur, web developer, UX/UI designer, Nelson Mandela University, Web Workers, LocalForage, GitHub Actions, HTML/CSS/JS, digital innovation, free website sponsorship, second-hand marketplace, past-paper platform, APS calculator"> | |
<meta name="author" content="Preasx24"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// src/components/Counter.jsx | |
import React, { useState } from 'react'; | |
function Counter() { | |
const [count, setCount] = useState(0); | |
return ( | |
<div> | |
<p>You clicked {count} times</p> | |
<button onClick={() => setCount(count + 1)}>Click me</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25-48010-MVA | 7/20/2025 18:59:25 | MOTOR VEHICLE ACCIDENT | NORTHBOUND LANES MM9 | US-3, New Hampshire, USA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mono path[0] = 'D:/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/Managed' | |
Mono config path = 'D:/Steam/steamapps/common/RimWorld/MonoBleedingEdge/etc' | |
[PhysX] Initialized MultithreadedTaskDispatcher with 12 workers. | |
Initialize engine version: 2022.3.35f1 (011206c7a712) | |
[Subsystems] Discovering subsystems at path D:/Steam/steamapps/common/RimWorld/RimWorldWin64_Data/UnitySubsystems | |
GfxDevice: creating device client; threaded=1; jobified=0 | |
Direct3D: | |
Version: Direct3D 11.0 [level 11.1] | |
Renderer: NVIDIA GeForce RTX 3060 (ID=0x2544) | |
Vendor: NVIDIA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
axios.defaults.headers.common['token'] = global_token; | |
toastr.options = { | |
"closeButton": true, // Mostrar botón de cerrar | |
"debug": false, // Desactivar modo debug | |
"progressBar": true, // Mostrar barra de progreso | |
"positionClass": "toast-bottom-center", // Posición de la notificación | |
"showDuration": "300", // Duración de la animación de mostrar (milisegundos) | |
"hideDuration": "1000", // Duración de la animación de ocultar (milisegundos) | |
"timeOut": "4000", // Duración antes de ocultarse (milisegundos) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Sunday, July 20, 2025, 4:58:46 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[v:2.3.4.0][mv:2.3.4.0]: 0Harmony(2.3.6), HarmonyMod(2.3.4) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Lost Factory Mechanoids(GoGaTio.LostFactoryMechanoids): LostFactoryMechanoids(1.0.0) | |
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies) | |
Smarter Construction(dhultgren.smarterconstruction): SmarterConstruction(1.6.1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Monday, July 21, 2025, 1:58:22 AM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.6), HarmonyMod(2.3.4) | |
Visible Error Logs(V1024.VisibleErrorLogs): VisibleErrorLogs(1.1.0) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
XML Extensions(imranfish.xmlextensions): XmlExtensions(av:1.3.0,fv:1.9.1) |
NewerOlder