Skip to content

Instantly share code, notes, and snippets.

@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created January 25, 2026 11:26
Rimworld output log published using HugsLib
Log uploaded on Sunday, January 25, 2026, 7:26:38 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2)
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)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:12.0.1]: 0Harmony(av:2.4.1,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.5)
@ahmedalig745
ahmedalig745 / PixelmatorProMac.md
Created January 25, 2026 11:26
How to Blur a Layout in Pixelmator Pro Mac (Guide 2026)

How to Blur a Layout in Pixelmator Pro for Mac (Step-by-Step Guide)?

Pixelmator Pro for Mac is one of the most powerful and user-friendly photo editing applications available today. Many designers and content creators use it to create modern layouts with background blur effects. In this tutorial, you will learn how to make a layout blur in Pixelmator Pro on macOS using simple and professional methods.

What Is Layout Blur in Pixelmator Pro?

Layout blur is a design technique where the background or specific parts of an image are blurred to highlight text, buttons, or main content. This effect is widely used in:

@suzusirod
suzusirod / index.html
Created January 25, 2026 11:26
コピペツール
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Excel to HTML Converter</title>
<style>
body { font-family: sans-serif; padding: 20px; line-height: 1.6; background: #f4f4f4; }
.container { max-width: 900px; margin: 0 auto; background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
textarea { width: 100%; height: 150px; margin: 10px 0; font-family: monospace; border: 1px solid #ccc; padding: 10px; box-sizing: border-box; }
.btn { background: #4a90e2; color: white; border: none; padding: 10px 20px; cursor: pointer; border-radius: 4px; font-weight: bold; }
@MudraR
MudraR / k3s-win10.sh
Created January 25, 2026 11:26
Install K3s on WSL (Windows 10)
# on WSL, run the following sh.
# https://github.com/k3s-io/k3s?tab=readme-ov-file#quick-start---install-script
curl -sfL https://get.k3s.io | sh -
# https://devops.stackexchange.com/questions/16043/error-error-loading-config-file-etc-rancher-k3s-k3s-yaml-open-etc-rancher
mkdir ~/.kube 2> /dev/null
sudo k3s kubectl config view --raw > "$KUBECONFIG"
chmod 600 "$KUBECONFIG"
@shraey96
shraey96 / Scrape_Trustpilot_Reviews_to_Google_Sheets.json
Created January 25, 2026 11:25
Scrape Trustpilot Reviews to Google Sheets - This workflow scrapes Trustpilot reviews for a given profile and saves them into Google Sheets. How
{
"id": "DqvkhR9nzoPQKxGh",
"meta": {
"instanceId": "e634e668fe1fc93a75c4f2a7fc0dad807ca318b79654157eadb9578496acbc76"
},
"name": "Scrape Trustpilot Reviews to Google Sheets",
"tags": [],
"nodes": [
{
"id": "6680358c-de48-4459-aac7-dd7b903e542d",
@shraey96
shraey96 / Email_form.json
Created January 25, 2026 11:25
Email form - Case Study 📧Want to collect email subscribers without paying expensive monthly fees? 💰 This workflow
{
"id": "1blBTEfOEjamDB0N",
"meta": {
"instanceId": "558d88703fb65b2d0e44613bc35916258b0f0bf983c5d4730c00c424b77ca36a",
"templateCredsSetupCompleted": true
},
"name": "Email form",
"tags": [],
"nodes": [
{
@daveapex
daveapex / BMS_JIRA_STORIES.md
Created January 25, 2026 11:25
BMS Integration Stories for Epic L7E-342 - 25 stories across 5 phases

BMS Integration Stories for Epic L7E-342

Phase 1: Database & Backend Module Foundation

Story 1.1: Create Laravel migrations for BMS tables

Component: Loop Backend Labels: bms, backend, database, phase-1 Description: Create Laravel migrations for 5 BMS tables: bms_connections, bms_equipment_mappings, bms_activity_logs, bms_unmapped_points, bms_message_queue.

@DasSkelett
DasSkelett / Corresponding Code.c
Created January 25, 2026 11:25
Unbounded memory access when cross-compiling for ppc clang-18 vs clang-20
case ICMPV6_PARAMPROB:
if (icmp6.icmp6_code == 1) {
icmp.type = ICMPV6_DEST_UNREACH;
icmp.code = ICMP_PROT_UNREACH;
break;
} else if (icmp6.icmp6_code != 0) {
return TC_ACT_SHOT;
}
icmp.type = ICMP_PARAMETERPROB;
icmp.code = 0;
@shraey96
shraey96 / Scrape_Trustpilot_Reviews_with_DeepSeek_Analyze_Sentiment_with_OpenAI.json
Created January 25, 2026 11:24
Scrape Trustpilot Reviews with DeepSeek, Analyze Sentiment with OpenAI - Workflow Overview This workflow automates the process of scraping Trustpilot reviews, extracting key
{
"id": "w434EiZ2z7klQAyp",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "Scrape Trustpilot Reviews with DeepSeek, Analyze Sentiment with OpenAI",
"tags": [
{
"id": "2VG6RbmUdJ2VZbrj",
@shraey96
shraey96 / template_8.json
Created January 25, 2026 11:24
template_8 - workflow-screenshot When set as "Error Workflow" on other workflow which does fail will it send an E
{
"nodes": [
{
"name": "Error Trigger",
"type": "n8n-nodes-base.errorTrigger",
"position": [
250,
500
],
"parameters": {},