Skip to content

Instantly share code, notes, and snippets.

25-15166-MVA | 12/6/2025 0:06:02 | MOTOR VEHICLE ACCIDENT - VEHICLE IN THE WATER | | 1129 NH-118, Dorchester, NH 03266, USA
@BenchiBench
BenchiBench / auto-add-ssl-workers.js
Created December 6, 2025 05:07 — forked from eooce/auto-add-ssl-workers.js
auto-add-ssl-workers
export default {
async fetch(request, env, ctx) {
const url = new URL(request.url);
// 处理 API 请求:支持 POST (/api/add-ssl) 和 GET (/?...)
if (
(url.pathname === '/api/add-ssl' && request.method === 'POST') ||
(url.pathname === '/' && request.method === 'GET' && url.searchParams.has('zoneId'))
) {
return handleApiRequest(request, url.searchParams);
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created December 6, 2025 05:06
Rimworld output log published using HugsLib
Log uploaded on Saturday, December 6, 2025, 1:06:39 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
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.4.1,fv:1.2.0.1), HugsLib(av:1.0.0,fv:12.0.0)
AFU男士发型_Men's hairstyles(JintuziLamian.Hairstyle.AFUMenshairstyles): (no assemblies)
@choco-bot
choco-bot / Install.txt
Created December 6, 2025 05:06
cryptool1 v1.4.41 - Failed - Package Tests Results
2025-12-06 04:22:08,382 3000 [DEBUG] - XmlConfiguration is now operational
2025-12-06 04:22:13,285 3000 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-06 04:22:13,381 3000 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-12-06 04:22:13,415 3000 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-06 04:22:13,463 3000 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-12-06 04:22:13,559 3000 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-12-06 04:22:13,695 3000 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-12-06 04:22:13,770 3000 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-06 04:22:13,839 3000 [DEBUG] - Adding new typ
@choco-bot
choco-bot / FilesSnapshot.xml
Created December 6, 2025 05:05
googlechromecanary v145.0.7564-canary - Failed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<files>
<file path="C:\ProgramData\chocolatey\lib\googlechromecanary\googlechromecanary.nupkg" checksum="2B6FB45FCE41C15D5438A60853901EF0" />
<file path="C:\ProgramData\chocolatey\lib\googlechromecanary\googlechromecanary.nuspec" checksum="3892C6A22B3AB6A491492A18042FF57C" />
<file path="C:\ProgramData\chocolatey\lib\googlechromecanary\tools\chocolateyInstall.ps1" checksum="E850967BCCF01D6852B0FE7DAED9C1BC" />
<file path="C:\ProgramData\chocolatey\lib\googlechromecanary\tools\chocolateyuninstall.ps1" checksum="B74F0547FF3C0417FD61CA1F81F29D16" />
<file path="C:\ProgramData\chocolatey\lib\googlechromecanary\tools\helpers.ps1" checksum="D4DE2647DAEE3B74ECFB1E9F9457C3EB" />
</files>
</fileSnapshot>
@thiagomadeira0
thiagomadeira0 / file.txt
Created December 6, 2025 05:05
arquivo gerado pelo n8n
1
00:00:00,000 --> 00:00:01,680
Era uma vez, em uma
2
00:00:01,680 --> 00:00:03,360
floresta mágica, um grupo de
3
00:00:03,360 --> 00:00:05,040
@duke13137
duke13137 / python_debug_cheatsheet.md
Created December 6, 2025 05:04
Python Debug Cheatsheet

Python Debug Cheatsheet

Print Object Representations

# Basic print (calls __str__)
print(obj)
print(f"result: {obj}")

# Debug representation (calls __repr__)
@Sherwin-Graphite
Sherwin-Graphite / agent.py
Created December 6, 2025 05:02
Agent code
63299
@mifyow
mifyow / fakestory.js
Created December 6, 2025 05:01
gada deskripsi ygy
import fetch from 'node-fetch';
import FormData from 'form-data';
async function uploadUguu(buffer) {
const form = new FormData();
form.append('files[]', buffer, `${Date.now()}.jpg`);
const res = await fetch("https://uguu.se/upload.php", { method: "POST", body: form });
const json = await res.json();
if (!json.success) throw new Error("Upload gagal");
return json.files[0].url;
data:text/html,%3C!DOCTYPE%20html%3E%3Chtml%3E%3Chead%3E%3Cmeta%20name%3D%22viewport%22%20content%3D%22width%3Ddevice-width%2C%20initial-scale%3D1%22%3E%3Ctitle%3EMickey%20Mouse%20Bed%20Randomizer%3C%2Ftitle%3E%3Cstyle%3Ebody%7Bfont-family%3A'Comic%20Sans%20MS'%2Ccursive%2Csans-serif%3Btext-align%3Acenter%3Bbackground%3Aradial-gradient(circl