Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created February 11, 2025 17:50
Rimworld output log published using HugsLib
Log uploaded on Tuesday, February 11, 2025, 6:50:42 PM
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)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4)
10x Carrying Capacity (Continued)(Mlie.10xCarryingCapacity)[mv:1.5.0]: (no assemblies)
package main
import (
"fmt"
"log"
"net/url"
"os"
"strings"
"github.com/spf13/cobra"
{
"id": "AwAAAZS1eLS24jxjbQAAABhBWlMxZUxpcEFBRDZxelFVTFNyejNBQUEAAAAkMDE5NGI1NzktMTkzZi00YmQwLWIzZTEtN2RjNDQ1NGE0MDFhAAAQtg",
"content": {
"timestamp": "2025-01-30T04:29:34.262Z",
"tags": [
"task_family:prd-uswest2-core0-canary-django",
"aws_account_id:802678336166",
"task_arn:prd-uswest2-core0-canary/654f0d2a563245aba6e1f1cebc5a982f",
"project:fluentbit",
"source:django",
@choco-bot
choco-bot / FilesSnapshot.xml
Created February 11, 2025 17:50
TelerikControlPanel v2014.3.1017 - 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\TelerikControlPanel\TelerikControlPanel.nupkg" checksum="E348FEF2E56C327D7A78E4AC52395FAD" />
<file path="C:\ProgramData\chocolatey\lib\TelerikControlPanel\telerikcontrolpanel.nuspec" checksum="61488177777EECCED9E2B0EF9019CE06" />
<file path="C:\ProgramData\chocolatey\lib\TelerikControlPanel\tools\chocolateyInstall.ps1" checksum="049FD32739A0F1165E90A07FD8A9C756" />
</files>
</fileSnapshot>
@petermorrowdev
petermorrowdev / repo-md
Last active February 11, 2025 18:00
Format code files for sharing with LLMs - converts glob patterns into line-numbered markdown
#!/usr/local/bin/python3
"""Covert a glob of code files to a single markdown file for LLM context.
This script processes one or more glob patterns to create a formatted markdown output
of source code files, designed for sharing with Large Language Models (LLMs). For each
matching file, it outputs:
- A markdown header with the file path
- Line-numbered source code content enclosed in markdown separators
Perfect for sharing context about Rails components, models, controllers, or entire
#check prompt
J784S4-EVM@QNX:/ti_fs/test# #check prompt
J784S4-EVM@QNX:/ti_fs/test# #check prompt
J784S4-EVM@QNX:/ti_fs/test# #check prompt
J784S4-EVM@QNX:/ti_fs/test#
U-Boot SPL 2025.04-rc2-00001-gc1fe80cb9b44 (Feb 11 2025 - 23:08:31 +0530)
using System;
class DZ
{
static void Main()
{
string text = "C# это объектно-ориентированный язык программирования общего назначения";
string[] words = text.Split(' ');
{
"id": "AwAAAZS1ghFh8TMUfQAAABhBWlMxZ2hPLUFBQS1GTFloQnlNVElRQUEAAAAkMDE5NGI1ODUtZDdhMi00YzhiLWI0MGItZGQ3NTMxOGZlYzZjAACBJw",
"content": {
"timestamp": "2025-01-30T04:39:47.809Z",
"tags": [
"task_family:prd-uswest2-core0-canary-django",
"aws_account_id:802678336166",
"project:fluentbit",
"source:django",
"task_version:3863",
@cemalley
cemalley / dropna.py
Created February 11, 2025 17:49
remove rows with missing values
# remove rows with missing values, from missing BMI or edu
data = data.dropna()
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created February 11, 2025 17:48
pibakery v0.3.4 - 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-2270195762-3335344054-2709297393-1000</user>
<keys>
<key installerType="InnoSetup" displayName="PiBakery 0.3.4" displayVersion="0.3.4">
<RegistryView>Registry32</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8CBF5F92-AFCA-42A7-A7FD-7A47356571DE}_is1</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files (x86)\PiBakery\]]></InstallLocation>
<UninstallString><![CDATA["C:\Program Files (x86)\PiBakery\unins000.exe" /SILENT]]></UninstallString>