Skip to content

Instantly share code, notes, and snippets.

View xgqfrms's full-sized avatar
💭
🎉 👻 💻 🕵️‍♂️

xgqfrms xgqfrms

💭
🎉 👻 💻 🕵️‍♂️
View GitHub Profile
@xgqfrms
xgqfrms / 如何使用 macOS 剪切文件的方法汇总.md
Created April 25, 2024 15:29
如何使用 macOS 剪切文件的方法汇总

如何使用 macOS 剪切文件的方法汇总

  1. 在多个 Finder 窗口间,直接拖拽文件

  2. 使用快捷键 Option + Command + V 剪切文件

@xgqfrms
xgqfrms / linux-shell-comments-EOF.md
Last active April 9, 2024 06:39 — forked from mathiasbynens/appify
appify — create the simplest possible Mac app from a shell script

appify

#!/bin/bash

if [ "$1" = "-h" -o "$1" = "--help" -o -z "$1" ]; then cat <<EOF
appify v3.0.1 for Mac OS X - http://mths.be/appify
Creates the simplest possible Mac app from a shell script.
@xgqfrms
xgqfrms / 程序员移民新加坡攻略 All In One.md
Created October 24, 2022 16:40
程序员移民新加坡攻略 All In One

程序员移民新加坡攻略 All In One

S$ => Singapore dollar / 新加坡元

首先,新加坡目前投资移民的门槛极高(公司市值/家办资产 S$200M+), 能满足这个门槛的人也自有途径去操作, 所以这里不讨论投资移民,只讨论工作/创业类签证。

Employment Pass,也就是普通工签

@xgqfrms
xgqfrms / how to download youtube videos in js.md
Created October 7, 2022 13:46
how to download youtube videos in js

how to download youtube videos in js

@xgqfrms
xgqfrms / darksky-api-key.md
Last active November 14, 2023 03:09
free weather API Key (darksky api key)
@xgqfrms
xgqfrms / node.js-charset-utf-8.md
Last active October 23, 2023 16:12
Node.js Express.js charset UTF-8

for who use the express.js server

UTF-8

Node.js Express.js charset UTF-8

charset=utf-8

'CharacterEncoding': 'UTF-8'

@xgqfrms
xgqfrms / minimal-reproducible-example.md
Last active October 20, 2023 06:47
How to create a Minimal, Reproducible Example - Help Center - Stack Overflow
@xgqfrms
xgqfrms / Android material macro.md
Created October 19, 2023 13:38
Android material macro

Android material macro