Skip to content

Instantly share code, notes, and snippets.

// 219309
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAX_TYPES 10
#define MAX_JAR_SIZE 600
typedef struct {
@GiuseppeChillemi
GiuseppeChillemi / context-reusing-simulations.red
Created February 8, 2025 00:40
Context reuse speed test
Red [
Title: "Speed comparison with context keeping"
Description: {
This test compares the same function with and without the
initialization phase
The purpose of this the is to test context reusing:
A function has ofen an check and init phase. In stict loops
many of these checks and inits could be bypassed after the first
one if part of the function context could be passed again
at each run.
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 8, 2025 00:40
Rimworld output log published using HugsLib
Log uploaded on Saturday, February 8, 2025, 8:40:17 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
简单实用(SiMeng.EzGame): (no assemblies)
Won hair_women (won2.hair): (no assemblies)
Won hair_men(won.hair): (no assemblies)
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 8, 2025 00:39
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: 6575b749-d567-476e-9c86-0a53ea920f6d
-- Server started: February 08, 2025 12:39 AM UTC | Server uptime: 3 seconds
------------------ LOADB LOGS ------------------
{
}
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 8, 2025 00:39
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: b9317f0c-41e4-40e3-8852-0f80a0065fd5
-- Server started: February 08, 2025 12:39 AM UTC | Server uptime: 12 seconds
------------------ LOADB LOGS ------------------
{
}
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 8, 2025 00:39
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: 7786a502-7f11-4e0e-b16e-0757f219204f
-- Server started: February 08, 2025 12:39 AM UTC | Server uptime: 8 seconds
------------------ LOADB LOGS ------------------
{
}
<?xml version="1.0" encoding="utf-8"?>
<html>
<!--Created by Arma 3 Launcher: https://arma3.com-->
<head>
<meta name="arma:Type" content="list" />
<meta name="generator" content="Arma 3 Launcher - https://arma3.com" />
<title>Arma 3</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css" />
<style>
body {
import queue
class MyQueue(queue.Queue):
def front(self): # Queue の先頭の値を返す。
return self.queue[0]
Q = int(input())
que = MyQueue()
#!/bin/bash
# In retrospect I'd have preferred a python script, but hey this works.
#
# https://claude.ai/chat/baf4d2fd-ddbe-4852-9361-91c0a091f40c
#
# https://claude.site/artifacts/9b588d36-cf7e-4bf9-aed1-187adc0b8ef7
#
# > How can I automatically delete my local git branches if the
# > associated github PR has been merged (the remote branch is on the
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created February 8, 2025 00:35
royalserver v5.3.50107 - Passed - Package Tests Results
<?xml version="1.0" encoding="utf-8"?>
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user>S-1-5-21-534374257-315500514-3039820050-1000</user>
<keys>
<key installerType="Msi" displayName="Royal Server 5.03.50107.0" displayVersion="5.3.50107.0">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C95E7CD1-70B2-401B-93E2-3DCE386BE04D}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files\Royal Server V5\]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{C95E7CD1-70B2-401B-93E2-3DCE386BE04D}]]></UninstallString>