Skip to content

Instantly share code, notes, and snippets.

View kyvandoan's full-sized avatar

Ky Van Doan kyvandoan

View GitHub Profile
@kyvandoan
kyvandoan / BingDailyWallpaper.ps1
Created April 21, 2025 03:48
Fetch Bing 4K Wallpaper of the Day and Override TranscodedWallpaper
Invoke-RestMethod "bing.com$((Invoke-RestMethod "bing.com/HPImageArchive.aspx?format=js&mkt=fr-FR&n=1").images[0].urlbase)_UHD.jpg&rf=LaDigue_UHD.jpg&pid=hp" -OutFile "$ENV:AppData\Microsoft\Windows\Themes\TranscodedWallpaper"
Stop-Process -Name explorer -Force
@kyvandoan
kyvandoan / ccdl.command
Last active April 1, 2021 15:54 — forked from ayyybe/ccdl.command
Adobe Offline Package Generator v0.1.2 (macOS only)
#!/bin/bash
CYAN="$(tput bold; tput setaf 6)"
RESET="$(tput sgr0)"
clear
if command -v python3 > /dev/null 2>&1; then
if [ $(python3 -c "print('ye')") = "ye" ]; then
clear