Skip to content

Instantly share code, notes, and snippets.

View Emrys-Hong's full-sized avatar
🎯
Focusing

Hong Pengfei Emrys-Hong

🎯
Focusing
  • Singapore University of Technology and Design
  • X @emrys_hong
View GitHub Profile
@Emrys-Hong
Emrys-Hong / TabNineExample.toml
Created July 20, 2020 08:39 — forked from rlisowski/TabNineExample.toml
TabNineExample.toml
[language.rust]
command = "rls"
install = [
["rustup", "update"],
["rustup", "component", "add", "rls", "rust-analysis", "rust-src"],
]
[language.javascript]
command = "flow"
args = ["lsp"]
@Emrys-Hong
Emrys-Hong / mysql_cheat_sheet.md
Last active September 26, 2019 13:03 — forked from bradtraversy/mysql_cheat_sheet.md
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