Skip to content

Instantly share code, notes, and snippets.

@forkyau
forkyau / hourly_rainfall_data-2026-08-25|13-00.csv
Created August 25, 2026 05:21
GIST created by python code
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2026-08-25T13:00:00+08:00 2026-08-25
1 湿地公园 RF002 0 mm 2026-08-25T13:00:00+08:00 2026-08-25
2 水边围 N12 0 mm 2026-08-25T13:00:00+08:00 2026-08-25
3 石岗 RF003 0 mm 2026-08-25T13:00:00+08:00 2026-08-25
4 大美督 RF004 8 mm 2026-08-25T13:00:00+08:00 2026-08-25
5 大埔墟 RF005 5 mm 2026-08-25T13:00:00+08:00 2026-08-25
6 北潭涌 RF006 1 mm 2026-08-25T13:00:00+08:00 2026-08-25
7 滘西洲 RF007 1 mm 2026-08-25T13:00:00+08:00 2026-08-25
8 西贡 N15 2 mm 2026-08-25T13:00:00+08:00 2026-08-25
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created August 25, 2026 05:19
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Tuesday, August 25, 2026, 1:19:47 PM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.4.2), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(av:2.4.2,fv:2.4.1), HarmonyMod(2.4.2)
Better Mod Sort(And Error Inspector)(com.bettermodsort.rimworld)[mv:1.0.1]: BetterModSort(1.0.0), Newtonsoft.Json(av:13.0.0,fv:13.0.4.30916)
PurePatcher(Vortex.PurePatcher): PurePatcher.Annotations(1.8.0), PurePatcher(1.0.0)
Visual Exceptions(brrainz.visualexceptions)[mv:1.4.0.0]: CrossPromotion(1.1.2), VisualExceptions(1.4.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
@pekermen
pekermen / aliases.sh
Created August 25, 2026 05:19
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'
@jilfigueroac4
jilfigueroac4 / aliases.sh
Created August 25, 2026 05:19
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'
@vertofilo7
vertofilo7 / aliases.sh
Created August 25, 2026 05:19
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'
82a9b51ac69445371cd1cbde6abd36e6752e91d918cbf565f3b20a2d741cd10a @ 1787635152.6826224
82a9b51ac69445371cd1cbde6abd36e6752e91d918cbf565f3b20a2d741cd10a @ 1787635151.6025255
@sandipghosh256-sys
sandipghosh256-sys / README.md
Created August 25, 2026 05:16
Pure Python 2D Ising Model - Monte Carlo Simulation

2D Ising Model: Ferromagnetic Phase Transition Simulator

A lightweight, high-performance simulation of the 2D Ising Model built in pure Python.

This script models a ferromagnetic phase transition using the Metropolis-Hastings Monte Carlo algorithm. It visualizes the system cooling from a state of thermal chaos (high entropy) into a magnetically ordered ground state, demonstrating spontaneous symmetry breaking and magnetic domain formation near the critical temperature (Tc ≈ 2.27).

Key Features

  • Vectorized Monte Carlo Sweeps: Bypasses slow Python for loops by using a checkerboard masking technique (updating alternating lattice sites simultaneously via NumPy).
  • Real-Time Visualization: Dynamically plots the spin lattice, current temperature, and absolute magnetization per spin.
  • High-Quality Export: Automatically compiles the simulation into an MP4 video using Matplotlib's FFmpeg writer.
@fjmparker20
fjmparker20 / aliases.sh
Created August 25, 2026 05:16
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'
@fn2516-z
fn2516-z / aliases.sh
Created August 25, 2026 05:16
Useful bash aliases
alias ll='ls -alh'
alias gs='git status'
alias gp='git pull --rebase'