Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created April 3, 2025 06:54
Rimworld output log published using HugsLib Standalone Log Publisher
This file has been truncated, but you can view the full file.
Log uploaded on Thursday, April 3, 2025, 5:53:59 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)[v:2.3.1.0][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)
@A-ZCode
A-ZCode / index.html
Created April 3, 2025 06:54
Simple tip calculator that lets users calculate a tip based on their bill amount.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tip Calculator</title>
<style>
/* Style inputs with type="text", select elements, and textareas */
import asyncio
import base64
import dotenv
import pymupdf
from langchain_core.messages import HumanMessage, SystemMessage
from langchain_core.messages.base import BaseMessage
from langchain_google_vertexai import ChatVertexAI
dotenv.load_dotenv(override=True)
@nickdelgrosso
nickdelgrosso / gist:73c95d037856f1b2972723d1cc97fdff
Created April 3, 2025 06:53
Demo for a few ways to Save DataFrames to HDF5
{
"cells": [
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"import numpy as np\n",
@nuttxpr
nuttxpr / ci-arm-10.log
Created April 3, 2025 06:53
[arm-10] CI Log for nuttx @ 95ba78e1bd281f98b3c97c64351f2507a690299e / nuttx-apps @ cf1d5bb08b5b2a4f86621d52336c6ad7a3f482b7
chip/stm32_gpio.c:44:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py [-W#pragma-messages]
Script started on 2025-04-03 14:20:15+08:00 [COMMAND="/home/luppy/nuttx-release/run-job.sh arm-10 3" TERM="tmux-256color" TTY="/dev/pts/16" COLUMNS="100" LINES="19"]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh arm-10 3
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=arm-10
+ [[ arm-10 == '' ]]
+ instance=3
+ set
+ grep TMUX
+ true
https://docs.google.com/forms/d/e/1FAIpQLSf9IkdaKoGhW39ZRlL7acn7zcL-Z3ZiaVaH7MXlUkUPBUEOxQ/viewform?usp=pp_url&entry.91642381=Fourth%20year%20(N%C4%83m%20cu%E1%BB%91i)&entry.113651159=Female%20(N%E1%BB%AF)&entry.1987775337=Intermediate%20(B1-B2)%20(Trung%20c%E1%BA%A5p)&entry.330258976=Rarely%20(R%E1%BA%A5t%20%C3%ADt%20khi)&entry.1322591125=More%20than%202%20hours%20(Tr%C3%AAn%202%20gi%E1%BB%9D)&entry.1443070594=Other&entry.1194859950=Watching%20YouTube%20tutorials&entry.1098505903=Academic%20requirements%20(Y%C3%AAu%20c%E1%BA%A7u%20h%E1%BB%8Dc%20t%E1%BA%ADp)&entry.304432422=5%3A%20Strong%20impact&entry.1316630204=5%3A%20Strong%20impact&entry.1279117033=3%3A%20Neutral&entry.2073115634=2%3A%20Little%20impact&entry.1093981932=4%3A%20Impactful&entry.733216545=1%3A%20No%20impact%20at%20all&entry.894893503=2%3A%20Little%20impact&entry.1548731524=3%3A%20Neutral&entry.1626905403=Disagree%20(Kh%C3%B4ng%20%C4%91%E1%BB%93ng%20%C3%BD)&entry.622111907=Strongly%20disagree%20(Ho%C3%A0n%20to%C3%A0n%20kh%C3%B4ng%20%C4%91%E1%B
/*
* Get Installed Packages via Salesforce CLI
*
* Please ensure you have first authenticated against your Salesforce sandbox and have defined an Alias
* No Warranty is provided for this script.
*
* This script if a Proof of Concept to create Application Components based on Installed Packages in a SF sandbox
*
* Running this script will then:
* * Create new Managed Packages folder
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created April 3, 2025 06:52
geth v1.14.12 - 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-3081960238-564923377-210137053-1000</user>
<keys>
<key installerType="Custom" displayName="Ethereum - Geth - Official Go implementation of the Ethereum protocol" displayVersion="1.14.12-293a300d">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ethereum Geth</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files\Geth]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files\Geth\uninstall.exe" /S]]></UninstallString>
@lvanasse
lvanasse / ci-other.log
Created April 3, 2025 06:52
[other] CI Log for nuttx @ 95ba78e1bd281f98b3c97c64351f2507a690299e / nuttx-apps @ cf1d5bb08b5b2a4f86621d52336c6ad7a3f482b7
Script started on 2025-04-03 06:37:44+00:00 [COMMAND="/home/ludovic/nuttx-release/run-job.sh other" <not executed on terminal>]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=other
+ neofetch
.-/+oossssoo+/-.
`:+ssssssssssssssssss+:`
-+ssssssssssssssssssyyssss+-
.ossssssssssssssssssdMMMNysssso.
/ssssssssssshdmmNNmmyNMMMMhssssss/
@nuttxpr
nuttxpr / ci-x86_64-01.log
Created April 3, 2025 06:51
[x86_64-01] CI Log for nuttx @ 95ba78e1bd281f98b3c97c64351f2507a690299e / nuttx-apps @ cf1d5bb08b5b2a4f86621d52336c6ad7a3f482b7
Script started on 2025-04-03 14:43:04+08:00 [COMMAND="/home/luppy/nuttx-release/run-job.sh x86_64-01 1" TERM="tmux-256color" TTY="/dev/pts/8" COLUMNS="100" LINES="19"]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh x86_64-01 1
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=x86_64-01
+ [[ x86_64-01 == '' ]]
+ instance=1
+ set
+ grep TMUX
+ true
+ neofetch