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
| $ git grep -P "['\"]mods/(?!noita.fairmod)" -- "*.xml" "*.lua" ":(exclude)files/lib/DialogSystem" | |
| files/content/backrooms/particles/fog_of_war_hole.xml:3: filename="mods/evaisa.spook/files/particles/fog_of_war_hole.png" | |
| files/content/backrooms/particles/fog_of_war_hole_100px.xml:3: filename="mods/evaisa.spook/files/particles/fog_of_war_hole_100px.png" | |
| files/content/chemical_horror/materials.xml:379: texture_file="mods/Hydroxide/files/chemical_curiosities/materials/agitine/agitine.png" | |
| files/content/chemical_horror/materials.xml:466: load_this_entity="mods/Hydroxide/files/chemical_curiosities/materials/grease/grease_fire.xml" | |
| files/content/chemical_horror/materials.xml:491: texture_file="mods/Hydroxide/files/chemical_curiosities/materials/grease/grease.png" | |
| files/content/chemical_horror/materials.xml:532: load_this_entity="mods/Hydroxide/files/chemical_curiosities/materials/volatile_crystal/crystal_explode.xml" | |
| files/conten |
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
| Apple has 153 certificates. | |
| Mozilla has 143 certificates. | |
| Microsoft has 273 certificates. | |
| Chrome has 118 certificates. | |
| Certificates in Apple that are not in Chrome: | |
| - D7A7A0FB5D7E2731D771E9484EBCDEF71D5F0C3E0A2948782BC83EE0EA699EF4 AAA Certificate Services | |
| - C2B9B042DD57830E7D117DAC55AC8AE19407D38E41D88F3215BC3A890444A050 Apple Root CA - G2 | |
| - 63343ABFB89A6A03EBB57E9B3F5FA7BE7C4F5C756F3017B3A8C488C3653E9179 Apple Root CA - G3 | |
| - B0B1730ECBC7FF4505142C49F1295E6EDA6BCAED7E2C68C5BE91B5A11001F024 Apple Root CA |
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
| #!/usr/bin/env python3 | |
| import os | |
| import re | |
| import sys | |
| from shlex import quote | |
| service_path = os.environ.get("SERVICE_PATH") or "/etc/systemd/system/{{ ht_service }}.service" | |
| exec_args = ["systemd-run"] |
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
| ---@class ImGui.Viewport | |
| ImGui.Viewport = {} | |
| ---@class ImGui.DrawList | |
| ImGui.DrawList = {} | |
| ---@enum DrawFlags | |
| ImGui.DrawFlags = { |
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
| dofile_once("data/scripts/lib/coroutines.lua") | |
| local ffi = require("ffi") | |
| local SDL = dofile("mods/PressRestart/sdl2_ffi.lua") | |
| local imgui = load_imgui({mod="PressRestart", version="1.0.0"}) | |
| function send_inputs(inputs, delay) | |
| SDL.SDL_EventState(SDL.SDL_MOUSEMOTION, SDL.SDL_IGNORE) |
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
| 2026-05-29 20:30:06,759:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/061764283611e8cfc510fdd340300a517f03 HTTP/1.1" 200 5661 | |
| 2026-05-29 20:30:06,759:DEBUG:acme.client:Received response: | |
| HTTP 200 | |
| Server: nginx | |
| Date: Fri, 29 May 2026 18:30:06 GMT | |
| Content-Type: application/pem-certificate-chain | |
| Content-Length: 5661 | |
| Connection: keep-alive | |
| Cache-Control: public, max-age=0, no-cache | |
| Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/061764283611e8cfc510fdd340300a517f03/1>;rel="alternate" |
OlderNewer