- Hum 151010 URL Schemes 使用详解
- Hum 160427 OmniFocus 的 URL Schemes 用法
- Hum 171115 通过 Bear 来认识 Launch Center Pro 的进阶用法
- Hum 171122 通过 Bear 来认识 Drafts 的 [[line]] 用法
- Hum 180518 入门 iOS 自动化:读懂 URL Schemes
- Hum 180823 Universal Link 使用详解
- Hum 181229 x-callback-URL 的使用方法
- JamesHopbourn 210204 Drafts + vim = URL Scheme 复用
- JamesHopbourn 210405 Drafts 5 与 Bear 联手,让我可以快速追加笔记
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #!/bin/sh | |
| # Download script written by Wowfunhappy. Last updated 2025/03/07. | |
| # Thank you to Krackers, Jazzzny, and others for helping analyze Apple's download process and debug this script. | |
| # Thank you to dosdude1 for donating identifiers from a broken Mac. | |
| # Any mistakes are mine alone. | |
| BOARD_SERIAL_NUMBER="C0243070168G3M91F" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #cloud-config | |
| package_update: true | |
| package_upgrade: true | |
| packages: | |
| - curl | |
| network: | |
| version: 2 | |
| ethernets: | |
| enp0s3: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cmake_minimum_required(VERSION 3.10) | |
| project(imgtools) | |
| set(CMAKE_CXX_STANDARD 17) | |
| set(CMAKE_CXX_STANDARD_REQUIRED ON) | |
| # Windows specific settings | |
| if(WIN32) | |
| # Add Windows libraries | |
| find_library(GDIPLUS_LIB gdiplus) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| total 3896 | |
| lrwxr-xr-x 1 root wheel 68 12 15 06:43 apfs_hfs_convert -> ../System/Library/Filesystems/apfs.fs/Contents/Resources/hfs_convert | |
| -rwxr-xr-x 1 root wheel 187424 12 15 06:43 apfs_unlockfv | |
| -rwxr-xr-x 1 root wheel 153664 12 15 06:43 disklabel | |
| -rwxr-xr-x 1 root wheel 133936 12 15 06:43 dmesg | |
| -rwxr-xr-x 1 root wheel 135088 12 15 06:43 dynamic_pager | |
| -rwxr-xr-x 1 root wheel 205328 12 15 06:43 fibreconfig | |
| -r-xr-xr-x 1 root wheel 135312 12 15 06:43 fsck | |
| lrwxr-xr-x 1 root wheel 66 12 15 06:43 fsck_apfs -> ../System/Library/Filesystems/apfs.fs/Contents/Resources/fsck_apfs | |
| -rwxr-xr-x 1 root wheel 374960 12 15 06:43 fsck_cs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set system static-host-mapping host-name aaid.umeng.com inet 127.0.0.1 | |
| set system static-host-mapping host-name abtest-ch.snssdk.com inet 127.0.0.1 | |
| set system static-host-mapping host-name activity-aghbwh.awemeughun.com inet 127.0.0.1 | |
| set system static-host-mapping host-name ai.login.umeng.com inet 127.0.0.1 | |
| set system static-host-mapping host-name api1.kuaishoupay.com inet 127.0.0.1 | |
| set system static-host-mapping host-name api3-core-c-lf.amemv.com inet 127.0.0.1 | |
| set system static-host-mapping host-name api3-normal-c-lf.amemv.com inet 127.0.0.1 | |
| set system static-host-mapping host-name api5-core-c-lf.amemv.com inet 127.0.0.1 | |
| set system static-host-mapping host-name api5-normal-c-lf.amemv.com inet 127.0.0.1 | |
| set system static-host-mapping host-name api100-core-c333.amemv.com inet 127.0.0.1 |
NewerOlder