Skip to content

Instantly share code, notes, and snippets.

View vangie's full-sized avatar

Vangie Du vangie

View GitHub Profile
@vangie
vangie / stat.sh
Created March 2, 2020 02:31
github issue 统计
#!/bin/bash
REPO=alibaba/serverless-vscode
URL=https://api.github.com/search/issues
DATE=2019-10-07
count_issue(){
n=0
until [ $n -ge 5 ]
@vangie
vangie / gru-avatar.user.js
Last active April 28, 2024 06:22
Gru Avatar
// ==UserScript==
// @name Gru Avatar
// @namespace http://tampermonkey.net/
// @version 2024-04-28.02
// @description Random Avatar for Gru
// @author You
// @match https://*.babeltech.net/gru
// @match https://*.babeltech.net/gru/*
// @icon https://staging.babeltech.net/images/favicon.png
// @grant none