Skip to content

Instantly share code, notes, and snippets.

View Jeko92's full-sized avatar
πŸ’­
web-developer

Jemal Khachidze Jeko92

πŸ’­
web-developer
View GitHub Profile
@fredbenenson
fredbenenson / kickstarter_sql_style_guide.md
Last active December 21, 2025 05:33
Kickstarter SQL Style Guide
layout title description tags
default
SQL Style Guide
A guide to writing clean, clear, and consistent SQL.
data
process

Purpose

@vratiu
vratiu / .bash_aliases
Last active January 11, 2026 22:00
Git shell coloring
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset