Skip to content

Instantly share code, notes, and snippets.

View hardikpatil's full-sized avatar

Hardik Patil hardikpatil

  • @NREL National Renewable Energy Laboratory
  • CA, USA
  • 06:26 (UTC -07:00)
  • LinkedIn in/hardkpatil
View GitHub Profile
@bradtraversy
bradtraversy / mysql_cheat_sheet.md
Last active August 6, 2025 15:33
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

@squarism
squarism / iterm2.md
Last active August 10, 2025 12:54
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
$(document).ready(function() {
var globalRequest = 0;
$('#search').bind('keyup', function(event) {
if (event.keyCode == 13) {
searchAction();
}
});
$('#search-link').bind('click', function(event) {