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 Sunday, July 20, 2025, 12:01:44 PM | |
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) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
HugsLib(UnlimitedHugs.HugsLib)[ov:12.0.0]: 0Harmony(av:2.3.6,fv:1.2.0.1), HugsLib(av:1.0.0,fv:12.0.0) | |
AFU女士发型_Women's hairstyles(JintuziLamian.Hairstyle.AFUWomenshairstyles): (no assemblies) |
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
import glfw | |
from OpenGL.GL import * | |
import time | |
# Configuration | |
INITIAL_WINDOW_WIDTH = 800 | |
INITIAL_WINDOW_HEIGHT = 600 | |
CROSSHAIR_COLOR = (0.2, 1.0, 0.2, 1.0) # Syphon Filter green RGBA | |
# Ghost settings |
This file has been truncated, but you can view the full file.
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 Saturday, July 19, 2025, 11:00:21 PM | |
Loaded mods: | |
Auto Mod Config(Garethp.ModlistConfigurator)[mv:1.0.0]: ModlistConfigurator(0.0.0) | |
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) | |
Adaptive Storage Framework(adaptive.storage.framework): 0MultiplayerAPI(av:0.5.0,fv:0.5.0), 1ITransformable(1.0.0), AdaptiveStorageFramework(1.2.4), CopyOperation(1.0.0), DefNameLink(1.0.0), GeneratorOperation(1.0.0), GeneratorOperationV2(1.0.0), PatchOperationSet(1.0.0), PatchOperationTryAdd(1.0.0), PostInheritanceOperation(1.0.0), SaveGameCompatibility(1.0.0) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Vanilla Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.0) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) |
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
Script started on 2025-07-20 03:35:59+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh sim-02" <not executed on terminal>] | |
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh | |
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh | |
+ job=sim-02 | |
+ neofetch | |
.-/+oossssoo+/-. | |
`:+ssssssssssssssssss+:` | |
-+ssssssssssssssssssyyssss+- | |
.ossssssssssssssssssdMMMNysssso. | |
/ssssssssssshdmmNNmmyNMMMMhssssss/ |
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
import numpy as np | |
# Constants | |
G = 6.67430e-11 # Gravitational constant (m^3 kg^-1 s^-2) | |
c = 2.99792458e8 # Speed of light (m/s) | |
M_sun = 1.989e30 # Solar mass (kg) | |
l_P = 1.616e-35 # Planck length (m) | |
hbar = 1.0545718e-34 # Reduced Planck constant (J s) | |
E_gamma = 1e6 * 1.60218e-19 # Gamma-ray energy ~1 MeV (J) | |
E_nu = 1e6 * 1.60218e-19 # Neutrino energy ~1 MeV (J) |
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
// | |
// TaskGroup+addTasks.swift | |
// Anchor | |
// | |
// Copyright (C) 2025 Khan Winter | |
// | |
extension TaskGroup { | |
/// Add tasks to a task group using an array of data, and set a maximum number of parallel tasks to enqueue. | |
/// |
This file has been truncated, but you can view the full file.
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 Saturday, July 19, 2025, 10:58:43 PM | |
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) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies) |
This file has been truncated, but you can view the full file.
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, 11:57:22 AM | |
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) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) | |
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies) |
This file has been truncated, but you can view the full file.
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, 3:57:00 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.6), HarmonyMod(2.3.4) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
HugsLib(UnlimitedHugs.HugsLib)[ov:12.0.0]: 0Harmony(av:2.3.6,fv:1.2.0.1), HugsLib(av:1.0.0,fv:12.0.0) | |
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0Harmony(2.3.6), 0ModSettingsFramework(1.0.0), 0PrepatcherAPI(1.2.0), KCSG(av:1.1.2,fv:25.7.12), MVCF(2.0.0.1), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), VEF(av:1.1.7,fv:1.1.9) | |
Humanoid Alien Races(erdelf.HumanoidAlienRaces): 0Harmony(2.3.6), AlienRace(1.0.0) | |
Mousekin Race(sumghai.MousekinRace): MousekinRace(1.0.0), PostInheritanceOperation(1.0.0) |
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
import glfw | |
from OpenGL.GL import * | |
import time | |
# Configuration | |
INITIAL_WINDOW_WIDTH = 800 | |
INITIAL_WINDOW_HEIGHT = 600 | |
CROSSHAIR_COLOR = (0.2, 1.0, 0.2, 1.0) # Syphon Filter green RGBA | |
# Ghost settings |