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 August 11, 2025 08:23
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 August 10, 2025 16:57
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