Skip to content

Instantly share code, notes, and snippets.

View ben-shepherd's full-sized avatar

Benjamin Shepherd ben-shepherd

View GitHub Profile
@lunetics
lunetics / phpstan-cheat-sheet.md
Last active November 27, 2025 11:36
Phpstan cheat sheet
@ben-shepherd
ben-shepherd / countries.json
Created May 31, 2025 15:35
Countries list as JSON
[
{"name": "Afghanistan", "code": "AF"},
{"name": "Åland Islands", "code": "AX"},
{"name": "Albania", "code": "AL"},
{"name": "Algeria", "code": "DZ"},
{"name": "American Samoa", "code": "AS"},
{"name": "AndorrA", "code": "AD"},
{"name": "Angola", "code": "AO"},
{"name": "Anguilla", "code": "AI"},
{"name": "Antarctica", "code": "AQ"},
@bradtraversy
bradtraversy / mysql_cheat_sheet.md
Last active December 5, 2025 03:48
MySQL Cheat Sheet

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH