ใใใฟใคใซใฎๅญๅญซใฎไธ่ฆงใๅๅพใใ
chmod +x tile_children.py
./tile_children.py [parent tile] [maxzoom] [suffix]
| // ๆฟไปคๆๅฎ้ฝๅธ (ๅ ใใผใฟใงใฏ่กๆฟๅบใซใชใฃใฆใใใใ็ง้ใฏๅบๅๅ จไฝใงใพใจใใใ๏ผๆฑไบฌ23็นๅฅๅบไปฅๅค๏ผ) | |
| // ใใฎ้ ๅใฏใ่กไพๆๅฎ้ฝๅธใฎๅ ฌๅ ฑๅฃไฝใณใผใใฎ้ ญ3ใพใใฏ4ๆกใๅซใ | |
| const DESIGNATED_CITIES = [ | |
| /^011/, // ๅๆตท้ๆญๅนๅธ | |
| /^041/, // ๅฎฎๅ็ไปๅฐๅธ | |
| /^111/, // ๅผ็็ใใใใพๅธ | |
| /^121/, // ๅ่็ๅ่ๅธ | |
| /^141(?!3|5)/, // ็ฅๅฅๅท็ๆจชๆตๅธ | |
| /^1413/, // ็ฅๅฅๅท็ๅทๅดๅธ | |
| /^1415/, // ็ฅๅฅๅท็็ธๆจกๅๅธ |
| #!/bin/bash -e | |
| input=${1} | |
| outdir=$(mktemp -d) | |
| echo "Output: $outdir" | |
| for shp in $(find "$input" -name '*.shp'); do | |
| name=$(basename "$shp" .shp) | |
| out_geojson="${outdir}/${name}.ndgeojson" |
cp -r moj_data/ ./
mkdir all_zips
find . -name '*.zip' -maxdepth 1 | xargs -P 16 -I '{}' unzip '{}' -d ./all_zips
ใใใง all_zips ใซๅฑ้ใใใzipใใใ ๆฌกใฏไปปๆๅบงๆจใจๅ ฌๅ ฑๅบงๆจ็ณปใๅใใ
| import React, { useCallback, useState } from 'react' | |
| import { normalize, NormalizeResult } from '@geolonia/normalize-japanese-addresses' | |
| interface Result { | |
| input: string | |
| normalized: NormalizeResult | |
| } | |
| const App: React.FC = () => { | |
| const [ result, setResult ] = useState<Result | undefined>(undefined) |
| import React, { useEffect, useMemo, useRef } from "react" | |
| import { createPortal } from "react-dom" | |
| const NewWindowPortal: React.FC = ({children}) => { | |
| const containerEl = useMemo(() => document.createElement("div"), []) | |
| useEffect(() => { | |
| if (!containerEl) { | |
| return | |
| } |
| function fish_greeting | |
| echo "! COMPUTER_NAME" | |
| end | |
| set -x EDITOR vim | |
| set -x LESS -asrRix8 | |
| set -x LANG en_US.UTF-8 | |
| set -x LC_ALL en_US.UTF-8 | |
| set -x LANGUAGE en_US.UTF-8 |
| { | |
| "scripts": { | |
| "build": "node ./setup && react-scripts build" | |
| } | |
| } |
| function blurb --description Post\ to\ 10C.\\nblurb\ post\ MESSAGE\\nblurb\ POST_ID\ REPLY --argument reply_id message | |
| set -l token $TEN_CENTURIES_API_TOKEN | |
| set -l endpoint https://api.10centuries.org/content/write | |
| set -l usage 'blurb: post or reply to a message on 10C | |
| Usage: | |
| blurb post MESSAGE | |
| Post a new blurb |
I hereby claim:
To claim this, I am signing this object: