Skip to content

Instantly share code, notes, and snippets.

View liuyuhe666's full-sized avatar
🏠
Working from home

Liu Yuhe liuyuhe666

🏠
Working from home
View GitHub Profile
@liuyuhe666
liuyuhe666 / fetchImage.ps1
Created July 8, 2024 12:19
💕 获取一张二次元图片
echo "---- Fetch Image ----"
# 当前时间
$t = Get-Date -Format "yyyy_MM_dd_HH_mm_ss"
# 二次元图片 API
$uri = "https://t.alcy.cc/pc/"
# 文件名
$filename = $t + ".webp"
echo $filename
Invoke-WebRequest -Uri $uri -Outfile $filename
echo "---- Fetch Image ----"
@liuyuhe666
liuyuhe666 / 📊 Weekly development breakdown
Last active July 30, 2024 01:24
📊 Weekly development breakdown
Java 7 hrs 44 mins ███████████▍░░░░░░░░░ 54.4%
Markdown 1 hr 14 mins █▊░░░░░░░░░░░░░░░░░░░ 8.7%
YAML 1 hr 5 mins █▌░░░░░░░░░░░░░░░░░░░ 7.7%
TypeScript 1 hr 4 mins █▌░░░░░░░░░░░░░░░░░░░ 7.6%
XML 57 mins █▍░░░░░░░░░░░░░░░░░░░ 6.7%