Skip to content

Instantly share code, notes, and snippets.

View anonhostpi's full-sized avatar
📝
Studying...

Blue Falcon anonhostpi

📝
Studying...
View GitHub Profile
@anonhostpi
anonhostpi / .commitlintrc.yml
Created December 23, 2025 02:46
Commitlint
rules:
type-enum:
- 2
- always
- - build # build system changes
- infra # CI/CD, VCS, deployment, etc.
- devtools # developer tools not covered by `infra`
- docs # non-meta documentation changes
- meta # meta documentation changes or manifest-related changes
@yumura
yumura / poco.psm1
Last active May 12, 2025 04:05
powershell peco
# Load
Split-Path $MyInvocation.MyCommand.Path -Parent | Push-Location
Get-ChildItem poco_*.ps1 | %{. $_}
Pop-Location
function Select-Poco
{
Param
(
[Object[]]$Property = $null,
@nuomi1
nuomi1 / PrintBootCampESDInfo.swift
Last active December 23, 2025 05:44
macOS and BootCamp Latest
#!/usr/bin/env swift
//
// PrintBootCampESDInfo.swift
//
// Created by nuomi1 on 8/5/18.
// Copyright © 2018年 nuomi1. All rights reserved.
//
import Foundation