Skip to content

Instantly share code, notes, and snippets.

View sparrowhe's full-sized avatar
🎯
Focusing on Golang

Sparrow He sparrowhe

🎯
Focusing on Golang
  • Jining No.1 High School, @Clipteam
  • Jining, Shandong, P.R.C
View GitHub Profile
@sparrowhe
sparrowhe / hammer.js
Created January 25, 2023 06:47
锤子检测器
// ==UserScript==
// @name 我想锤的管制
// @namespace https://atc.vatprc.net/
// @version 0.1
// @description 检测本次活动有没有我想锤的管制
// @author 1429444
// @match https://atc.vatprc.net/events/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=vatprc.net
// @grant none
// @run-at document-end
@sparrowhe
sparrowhe / cmake.yml
Last active November 16, 2022 06:03
使用 Github Action 编译 fsd
name: CMake
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)