Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 7, 2025 23:29
Rimworld output log published using HugsLib
Log uploaded on Saturday, February 8, 2025, 12:29:27 AM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Core(Ludeon.RimWorld): (no assemblies)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
Vanilla Backgrounds Expanded(vanillaexpanded.backgrounds): VBE(1.0.0)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
@choco-bot
choco-bot / FilesSnapshot.xml
Created February 7, 2025 23:28
boost-msvc-14.2 v1.87.0 - Passed - 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\boost-msvc-14.2\boost-msvc-14.2.nupkg" checksum="DA6D838111E5889C4FF89719B300E50E" />
<file path="C:\ProgramData\chocolatey\lib\boost-msvc-14.2\boost-msvc-14.2.nuspec" checksum="0FC4D2FBA7CA6287F7E0F888DCD9DC55" />
<file path="C:\ProgramData\chocolatey\lib\boost-msvc-14.2\tools\chocolateyInstall.ps1" checksum="0BE62C7A9A1A485B4487726B1FB58644" />
<file path="C:\ProgramData\chocolatey\lib\boost-msvc-14.2\tools\chocolateyuninstall.ps1" checksum="7F429D6D0DBDC12C7161D29E856A33A8" />
</files>
</fileSnapshot>
## convert the fsc.star file output from M to .xml file with the format accepted by EMDB
## usage: python star2fscxml.py STARFILE_PATH
## Autohr: Atty Changs
import pandas as pd
import numpy as np
import starfile
from sys import argv
namespace TheClockworkveil.Scripts.cs
{
using Godot;
using System.Collections.Generic;
using System.Linq;
using System.IO;
using Newtonsoft.Json;
using System;
public partial class CombatFunctions : Node
{
// An example of how to use the FFmpeg HLS muxer without ever touching the disk.
//
// To compile:
// cc main.c -lavcodec -lavformat -lavutil
//
// To run:
// ffmpeg -hide_banner -loglevel error -f lavfi -i testsrc -pix_fmt yuv420p -f mpegts - | ./a.out
#include <unistd.h>
@Hiweus
Hiweus / README.md
Created February 7, 2025 23:24
Hosting a docker register

Docker register

This command will host a docker register

docker run -d -p 5000:5000 -v ./register/images:/var/lib/registry -v ./certs:/certs -e REGISTRY_HTTP_TLS_CERTIFICATE=/certs/fullchain.pem -e REGISTRY_HTTP_TLS_KEY=/certs/privkey.pem --restart on-failure --name myregistry registry

Build and push

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 7, 2025 23:23
Rimworld output log published using HugsLib
Log uploaded on Saturday, February 8, 2025, 2:21:30 AM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Core(Ludeon.RimWorld): (no assemblies)
Better Log - Fix your errors(bs.betterlog): 0PrepatcherAPI(1.2.0), 1Fishery(av:0.6.1,fv:0.5.1.2), BetterLog(1.1.0), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
@sjh26
sjh26 / test.py
Created February 7, 2025 23:21
Jacobian debugging
import ants
import numpy as np
import pandas as pd
import random
import statsmodels
import os
mouse_CT_atlas = "D:/mouse_CT_atlas"
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 7, 2025 23:21
Text file created by Roblox
-- AH POST-SERVER LOGS --
-- ServerID: 78f2e8ff-dacd-43a9-9020-b1f94b823deb
-- Server started: February 07, 2025 11:02 PM UTC | Server uptime: 1016 seconds
------------------ LOADB LOGS ------------------
{
}
@drush
drush / .cursorrules-groovestack
Created February 7, 2025 23:21
Cursor Rules File for Groovestack
You are an AI assistant specializing in Groovestack development, a full-stack framework built with PostgreSQL 17, Ruby on Rails 8, GraphQL (graphql-ruby 2.4), React-admin 5.5, MUI 6, and TypeScript 5.7. Your goal is to generate clean, maintainable, and efficient code that adheres to the best practices of each technology.
## General Guidelines:
- Always use TypeScript with strict types.
- Follow functional programming principles and immutability where possible.
- Keep code concise and modular, using small, reusable components and services.
- Prefer composition over inheritance.
- Ensure accessibility (ARIA attributes, keyboard navigation).
- Write self-documenting code with meaningful names.