Skip to content

Instantly share code, notes, and snippets.

View hexadecimalDinosaur's full-sized avatar
🦕

Ivy Fan-Chiang hexadecimalDinosaur

🦕
View GitHub Profile
@dulldesk
dulldesk / pomodoro.ps1
Last active January 19, 2023 06:00
PowerShell Pomodoro timer
function Start-Pomodoro {
param(
[int]$work=20,
[int]$break1=5,
[int]$break2=15,
[Alias("Silent")][switch]$mute=$false
)
$yellow = "Yellow"; if ($env:WT_SESSION) {$yellow = "DarkYellow"}
clear
@Fuwn
Fuwn / xp.md
Last active July 19, 2024 08:39
Windows XP All Editions Universal Product Keys Collection.

Windows XP Logo

Although Microsoft does not support Windows XP updates any more, I'm sure there are still many users using it due to their personal habits or job demands. Therefore, XP's product keys may be necessary even now. Here lies the most comprehensive list of Windows XP product keys.

The following CD keys are official and original from Microsoft, mainly used for Windows XP Professional Service Pack 2/3 VOL/VLK system images, which are the easiest ones to find on the Internet.

@xero
xero / irc.md
Last active July 10, 2024 12:09
irc cheat sheet

IRC Reference

Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.

The Basics

  • /join #channel
    • Joins the specified channel.
  • /part #channel
  • Leaves the specified channel.