Skip to content

Instantly share code, notes, and snippets.

View NDX54's full-sized avatar

Jared Juangco NDX54

View GitHub Profile
@gorgone
gorgone / LOCALKMSdeamon.sh
Created February 18, 2020 07:58 — forked from CHEF-KOCH/LOCALKMSdeamon.sh
Windows 10 LTSC and KMS server guide
#!/bin/sh
### BEGIN INIT INFO
# Provides: vlmcsd
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: KMS server
### END INIT INFO
@lattner
lattner / TaskConcurrencyManifesto.md
Last active July 18, 2025 12:29
Swift Concurrency Manifesto
@robertpainsi
robertpainsi / commit-message-guidelines.md
Last active July 8, 2025 12:01
Commit message guidelines

Commit Message Guidelines

Short (72 chars or less) summary

More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).

Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages