Skip to content

Instantly share code, notes, and snippets.

area_data = {
'臺北市': [
'中正區', '大同區', '中山區', '萬華區', '信義區', '松山區', '大安區', '南港區', '北投區', '內湖區', '士林區', '文山區'
],
'新北市': [
'板橋區', '新莊區', '泰山區', '林口區', '淡水區', '金山區', '八里區', '萬里區', '石門區', '三芝區', '瑞芳區', '汐止區', '平溪區', '貢寮區', '雙溪區', '深坑區', '石碇區', '新店區', '坪林區', '烏來區', '中和區', '永和區', '土城區', '三峽區', '樹林區', '鶯歌區', '三重區', '蘆洲區', '五股區'
],
'基隆市': [
'仁愛區', '中正區', '信義區', '中山區', '安樂區', '暖暖區', '七堵區'
],
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Last active August 4, 2025 08:31
Rimworld output log published using HugsLib
This file has been truncated, but you can view the full file.
Log uploaded on Monday, August 4, 2025, 10:31:24 AM
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)
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies)
@xhafism
xhafism / IPA-Sources.md
Created August 4, 2025 08:31 — forked from ongkiii/IPA-Sources.md
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
{
"final_results": [
{
"order_id": 217929,
"property_id": 352833,
"category": "Master HOA",
"should_analyst_check": false,
"bylaw_id": 656,
"bylaw_string": "There is NO master association.",
"raw_response": "The only association mentioned is HOLLYWOOD VISTA VILLAS, INC., which is the primary association provided. There are no other associations or district entities identified in the available information. Therefore, it can be concluded that there is no master association governing this property.",
@forkyau
forkyau / hourly_rainfall_data-2025-08-04|16-15.csv
Created August 4, 2025 08:31
GIST created by python code
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2025-08-04T16:15:00+08:00 2025-08-04
1 湿地公园 RF002 0 mm 2025-08-04T16:15:00+08:00 2025-08-04
2 水边围 N12 1 mm 2025-08-04T16:15:00+08:00 2025-08-04
3 石岗 RF003 1 mm 2025-08-04T16:15:00+08:00 2025-08-04
4 大美督 RF004 0 mm 2025-08-04T16:15:00+08:00 2025-08-04
5 大埔墟 RF005 0 mm 2025-08-04T16:15:00+08:00 2025-08-04
6 北潭涌 RF006 0 mm 2025-08-04T16:15:00+08:00 2025-08-04
7 滘西洲 RF007 2 mm 2025-08-04T16:15:00+08:00 2025-08-04
8 西贡 N15 0 mm 2025-08-04T16:15:00+08:00 2025-08-04
@taksvj
taksvj / index.html
Created August 4, 2025 08:24
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EthOS $AIR Perpetual Game Preview</title>
<script src="https://unpkg.com/react@18/umd/react.development.js"></script>
<script src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
@matkatmusic
matkatmusic / main.cpp
Created August 3, 2025 05:46
a complete example project for using the juce::InterprocessConnection and juce::InterprocessConnectionServer classes
/*
==============================================================================
This file contains the basic startup code for a JUCE application.
==============================================================================
*/
#include <JuceHeader.h>
@changhoon-sung
changhoon-sung / #howto-build-linux-6.12-for-nvidia-jetson-agx-orin.md
Last active August 4, 2025 08:21
[monkey patch] How to Build Linux 6.12 on NVMe SSD for Nvidia Jetson AGX Orin

How to Build Linux 6.12 for Nvidia Jetson AGX Orin

What is this?

  • This is a guide to build a Linux 6.12 for Nvidia Jetson AGX Orin Developer Kit 32GB with Jetpack 6.2 (r36.4.3) and flash it on external storage.
  • Currently, Jetpack 6.2 does not support Linux 6.12, and the patch below still contains a lot of bugs. Use this document for experiments only.
  • Since display output is not supported, use the debugging serial port until SSH connection is established. This requires two cable connections between the host and the target device: one for data connection and one for debugging serial connection. For details on using the serial port, refer to here.

Working

  • Booting
  • Serial Port (USB Micro-B)
Pipeline still running ...
PipelineRun is still running: Tasks Completed: 2 (Failed: 1, Cancelled 0), Incomplete: 4, Skipped: 48
[get-pr-number : parse-pr-url] + echo -n 7279
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number
[get-pr-number : parse-pr-url] 7279
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m
[acquire-lease : create-lease] + '[' m == m ']'
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS
@timothyham
timothyham / ipv6guide.md
Last active August 4, 2025 08:20
A Short IPv6 Guide for Home IPv4 Admins

A Short IPv6 Guide for Home IPv4 Admins

This guide is for homelab admins who understand IPv4s well but find setting up IPv6 hard or annoying because things work differently. In some ways, managing an IPv6 network can be simpler than IPv4, one just needs to learn some new concepts and discard some old ones.

Let’s begin.

First of all, there are some concepts that one must unlearn from ipv4:

Concept 1