Skip to content

Instantly share code, notes, and snippets.

@emisjerry
emisjerry / from-template-02.md
Last active May 23, 2022 09:00
From Template sample

aliases: obsidianUIMode: source tags: "{{type:choice:專案筆記:彙總筆記:文獻筆記:永久筆記}}, {{tags:multi:blog:yt-videos:obsidian:autohotkey:windows:dev}}" template-output: 040-Highlights template-replacement: "[[{{title}}]] ![[{{title}}#^overview]]" template-should-replace: "sometimes" template-should-create: "open-pane" created: "{{建檔日期:currentDate:yyyy-MM-dd HH-mm-ss}}" modified: "2022-02-19 13:12:42"

@gpocentek
gpocentek / gl-form.py
Created December 12, 2017 11:44
python-gitlab login/password auth using cookies
import re
import sys
import requests
import gitlab
URL = 'https://gitlab.com'
SIGN_IN_URL = 'https://gitlab.com/users/sign_in'
@czl026
czl026 / setip.bat
Created October 18, 2012 14:39 — forked from ninehills/setip.bat
Windows IP 快速切换脚本
@echo off&color 1E&title IP地址快速切换器
echo ┌────────────────────────────┐
echo | |
echo | 切换网络环境,请输入当前所在位置 │
echo | |
echo └────────────────────────────┘
:choice
set choice=
set /p choice=【实验室无线】请选择1,【实验室有线】请选择2,【宿舍无线】请选择3,【宿舍有线】请选择4:[1,2,3,4]?