Skip to content

Instantly share code, notes, and snippets.

View pchemguy's full-sized avatar

PChemGuy pchemguy

View GitHub Profile
@mattmc3
mattmc3 / modern_sql_style_guide.md
Last active February 27, 2026 15:26
Modern SQL Style Guide
layout default
author mattmc3
title Modern SQL Style Guide
revision 2019-01-17
version 1.0.1
description A guide to writing clean, clear, and consistent SQL.

Modern SQL Style Guide

@mlocati
mlocati / win10colors.cmd
Last active April 4, 2026 12:04
ANSI Colors in standard Windows 10 shell
@echo off
setlocal
call :setESC
cls
echo %ESC%[101;93m STYLES %ESC%[0m
echo ^<ESC^>[0m %ESC%[0mReset%ESC%[0m
echo ^<ESC^>[1m %ESC%[1mBold%ESC%[0m
echo ^<ESC^>[4m %ESC%[4mUnderline%ESC%[0m