Skip to content

Instantly share code, notes, and snippets.

View camchenry's full-sized avatar

Cam McHenry camchenry

View GitHub Profile
@camchenry
camchenry / Install.ps1
Last active July 25, 2016 00:24
Boxstarter script for reinstalling windows easily
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-StartScreenOptions -EnableBootToDesktop
Disable-BingSearch
Disable-GameBarTips
Disable-MicrosoftUpdate
# Boxstarter specific
cinstm boxstarter.common
cinstm boxstarter.winconfig
export default async function handleRequest(
request: Request,
responseStatusCode: number,
responseHeaders: Headers,
remixContext: EntryContext
) {
const url = new URL(request.url);
if (url.pathname.startsWith("/social-image")) {
registerFont("assets/fonts/Inter-Regular.otf", {
family: "Inter",
@camchenry
camchenry / ast-analysis.txt
Last active August 18, 2025 13:52
AST Analysis of a large non-public codebase by @tomgasson, output from https://github.com/camchenry/ast-analysis
============================================================
📊 AST ANALYSIS RESULTS
============================================================
📁 FILE STATISTICS:
Total files found: 279763
Successfully parsed: 279763
Failed to parse: 0
Total file size: 1.1 GB