Skip to content

Instantly share code, notes, and snippets.

View vincentchyu's full-sized avatar
🤒
Out sick

vincent vincentchyu

🤒
Out sick
View GitHub Profile
@JamesHopbourn
JamesHopbourn / feishu.json
Last active June 5, 2026 01:44
含参数的 iOS URL Scheme 收集.md
{
"key_open_app_link_config": {
"hosts": {
"eu_ea": [
"applink.feishu.cn",
"applink.larksuite.com"
],
"eu_nc": [
"applink.feishu.cn",
"applink.larksuite.com"
@rizalgowandy
rizalgowandy / pre-push
Last active August 11, 2021 21:09
Git Pre-push Hook for Golang Developer
WARNING THIS IS ON DEVELOPMENT, DO NOT USE THIS
WARNING THIS IS ON DEVELOPMENT, DO NOT USE THIS
WARNING THIS IS ON DEVELOPMENT, DO NOT USE THIS
#!/bin/bash
# git test pre-push hook
#
# To use, store as .git/hooks/pre-push inside your repository and make sure
# it has execute permissions.
#