Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created March 29, 2025 16:00
Rimworld output log published using HugsLib
Log uploaded on Saturday, March 29, 2025, 12:58:38 PM
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)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
@SergioRodrigues1
SergioRodrigues1 / TesteSQL_QUESTAO_2.sql
Created March 29, 2025 15:59
TESTE SQL - QUESTÃO 2 - LIA
SELECT
d.nome_departamento,
COUNT(e.id_empregado) AS quantidade_empregados,
ROUND(AVG(COALESCE(e.salario, 0)), 2) AS media_salarial,
MAX(e.salario) AS maior_salario,
MIN(e.salario) AS menor_salario
FROM
departamento d
LEFT JOIN
empregado e ON d.id_departamento = e.id_departamento
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created March 29, 2025 15:59
Rimworld output log published using HugsLib Standalone Log Publisher
Log uploaded on Saturday, March 29, 2025, 3:59:39 PM
Loaded mods:
Harmony(brrainz.harmony)[v:2.3.1.0][mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Core(Ludeon.RimWorld): (no assemblies)
Log Publisher from HugsLib(m00nl1ght.UnofficialUpdates.HugsLogPublisher): LunarLoader(1.1.12), LunarFramework(1.1.12), HugsLogPublisher(2.1.6)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Progression: Scenarios(ferny.ProgressionScenarios): ProgressionScenarios(1.0.0)
@Digitgen
Digitgen / bypass-ru.yaml
Created March 29, 2025 15:58
bypass-ru.yaml
rules:
- GEOSITE,ru,DIRECT
- GEOIP,ru,DIRECT
- MATCH,PROXY
@zachreizner
zachreizner / AsciiString.cpp
Created March 29, 2025 15:58
CnC Generals AsciiString
void AsciiString::ensureUniqueBufferOfSize(int numCharsNeeded, Bool preserveData, const char* strToCopy, const char* strToCat)
{
validate();
if (m_data &&
m_data->m_refCount == 1 &&
m_data->m_numCharsAllocated >= numCharsNeeded)
{
// no buffer manhandling is needed (it's already large enough, and unique to us)
if (strToCopy)
@Digitgen
Digitgen / yaml
Created March 29, 2025 15:58
bypass-ru.yaml
rules:
- GEOSITE,ru,DIRECT
- GEOIP,ru,DIRECT
- MATCH,PROXY
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created March 29, 2025 15:56
linqpad7.install v7.8.10 - 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-3284422887-2497575750-3942252712-1000</user>
<keys>
<key installerType="InnoSetup" displayName="LINQPad 7 version 7.8.10" displayVersion="7.8.10">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{758485A7-8E93-4864-A3A8-D628C093B777}_is1</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files\LINQPad7\]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files\LINQPad7\unins000.exe" /SILENT]]></UninstallString>
@lukewilson2002
lukewilson2002 / readme.md
Created March 29, 2025 15:56
How to setup TailwindCSS and DaisyUI with an ASP.NET Core 9 Razor Pages project

How to setup TailwindCSS and DaisyUI with an ASP.NET Core 9 Razor Pages project

First, create your ASP.NET Core Razor Pages / MVC / Blazor project if you haven't already.

Initialize an NPM Package

Open a terminal in your project folder (not the solution folder!) and run the following to initialize an NPM package, which in our case only serves to download tailwindcss and daisyui:

@nuttxpr
nuttxpr / ci-risc-v-04.log
Created March 29, 2025 15:56
[risc-v-04] CI Log for nuttx @ 48af14becaee919ef35754784971c5bc13a028b9 / nuttx-apps @ 1193a82fcab5c8322f21fd09d8a54f653bb0902e
fpu.c:57:8: warning: #warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
Script started on 2025-03-29 23:33:19+08:00 [COMMAND="/home/luppy/nuttx-release/run-job.sh risc-v-04 1" TERM="tmux-256color" TTY="/dev/pts/6" COLUMNS="100" LINES="9"]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh risc-v-04 1
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=risc-v-04
+ [[ risc-v-04 == '' ]]
+ instance=1
+ set
+ grep TMUX
+ true
using BasicBSpline
using BasicBSpline: _vec
using StaticArrays
function parenthesize(v::AbstractVector)
"("*join([string(e) for e in v], ",")*")"
end
function parenthesize(m::AbstractMatrix)
parenthesize([parenthesize(m[i,:]) for i in axes(m, 1)])
end