Skip to content

Instantly share code, notes, and snippets.

View ziteh's full-sized avatar
🪤
Squeak~ squeak~

ZiTe ziteh

🪤
Squeak~ squeak~
View GitHub Profile
@ziteh
ziteh / luna_pinyin.custom.yaml
Last active April 2, 2023 12:09 — forked from lotem/luna_pinyin.custom.yaml
RIME【朙月拼音】模糊音定製模板-ZiTe自訂版
# luna_pinyin.custom.yaml
#
# 【朙月拼音】模糊音定製模板-ZiTe自訂版
# 佛振配製 :-)
# ZiTe修改(Forked from https://gist.github.com/lotem/2320943)
#
# 位置:
# ~/.config/ibus/rime (Linux)
# ~/Library/Rime (Mac OS)
# %APPDATA%\Rime (Windows)
@ziteh
ziteh / jlcpcb_1oz_1-2layer.kicad_dru
Last active November 23, 2022 15:27
KiCad custom rules for JLCPCB
##############################
# MIT License
#
# Copyright (c) 2022 ZiTe
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@ziteh
ziteh / buckup.sh
Last active July 25, 2024 10:10
Clone all repos from GitHub script
#!/bin/bash
reposFile="repos.txt"
projectPairFile="project-pair.txt"
# Processing GitHub user/org Bitbucket project ket pair
declare -A projectPair
while IFS='=' read -r gh bb; do
if [ -n "$gh" ] && [ -n "$bb" ]; then
echo "GitHub User/Org: $gh Bitbucket Project Key: $bb"