Skip to content

Instantly share code, notes, and snippets.

View Dustin4444's full-sized avatar

Dustin Dustin4444

View GitHub Profile
@Dustin4444
Dustin4444 / output_log.txt
Created July 18, 2025 04:15 — forked from HugsLibRecordKeeper/output_log.txt
Rimworld output log published using HugsLib
Log uploaded on Thursday, July 17, 2025, 9:13:40 PM
Loaded mods:
Harmony(brrainz.harmony)[mv:2.3.4.0]: 0Harmony(2.3.6), HarmonyMod(2.3.4)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
Feeding Work Type(GoGaTio.FWT): (no assemblies)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:12.0.0]: 0Harmony(av:2.3.6,fv:1.2.0.1), HugsLib(av:1.0.0,fv:12.0.0)
// actual representation of snow in Brighton - dirty code, but small :)
// run in your console
a=document.createElement("b");document.body.appendChild(a);with(a.style){position="fixed";left=top=0;height=width="100%";background="#fff"};
@TABASCOatw
TABASCOatw / App.tsx
Created October 10, 2023 22:41
Building a user operation with Particle (+ Biconomy for paymaster) and sending to Pimlico's bundler
import React, { useState, useEffect } from 'react';
import Web3 from 'web3';
import { ParticleNetwork } from '@particle-network/auth';
import { AvalancheTestnet } from "@particle-network/chains";
import { ParticleProvider } from "@particle-network/provider";
import { SmartAccount } from '@particle-network/aa';
import './App.css';
const config = {
projectId: process.env.REACT_APP_PROJECT_ID,
@lightclient
lightclient / checksums.txt
Last active June 15, 2025 01:36
Era1 Checksums
0x407c4c0eecd727ba70368bab3750043b722e00abb62c1bb44d4557d085fe2173
0x682b68a5a475069595d10b7f0350b628fb7f2500f6c16da429bd14318aab95a5
0x4791b876b930fe597810b09ab5d264e6510e7e88699a3cfb44419ba768a8cf39
0x84c0343f0cc617575fd4be216212cc47cda3b59c491d6ac69a09de248dfc53ad
0x7de0294942c5c2ad9a934c121c50b4d04840459134178a39d792fc89bd4e6bbb
0xab8129f9e23721e8aeebd2224cf7107df1bdc91f5892bb2082cfc31f29c1e599
0x8e6fd1531a5a6a42c8b4343ad88c906cd362ef9d509607cb80cbd6f95e5d15d9
0x84b0127f5973d67b7a3ffd444ae32d682208034c584d58898d3949aae17359c4
0x2689bdc1cf3e9827ee574bd543192ff5bf2b00f92569de805e9a1c6ce108e440
0x3c7cc83a771472f1e2720ef74361999b106fd2f4b5659cd689c3323e25a1eaa5
@casperdcl
casperdcl / ghstats-5.svg
Last active August 30, 2025 00:41
lines of code written stats
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rxaviers
rxaviers / gist:7360908
Last active August 31, 2025 11:42
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
// actual representation of snow in Brighton - dirty code, but small :)
// run in your console
a=document.createElement("b");document.body.appendChild(a);with(a.style){position="fixed";left=top=0;height=width="100%";background="#fff"};