Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
| function archive_all(testOnly) { | |
| messages = $("._5blh") | |
| console.log("Found", messages.length, "messages on messsenger."); | |
| if (!testOnly) { | |
| for (i = 0; i < messages.length; i++) { | |
| try { | |
| messages[i].click()// open dialog | |
| $("li:contains('Archive')").last().click() |
| ; | |
| ; AutoHotkey Version: 1.1 | |
| ; Language: English | |
| ; Platform: Win9x/NT | |
| ; Author: Yibo Yang | |
| ; | |
| ; Script Function: | |
| ; Remap Windows10's virtual desktop switcher keyboard shortcut from the default "Ctrl + Win + Left/Right" to Unity's "Ctrl + Alt + Left/Right" | |
| ; Put into the startup folder so that it will run every time your computer starts (http://superuser.com/questions/948616/windows-10-change-shortcut-keys-to-switch-between-desktops) |
Principles of Adult Behavior
| # see https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/ | |
| # core | |
| brew install coreutils | |
| # key commands | |
| brew install binutils | |
| brew install diffutils | |
| brew install ed --default-names | |
| brew install findutils --with-default-names |
| # Chrono Trigger Soundtrack - Corridors of Time | |
| # plug this into http://sonic-pi.net/ | |
| # still needs synth pads | |
| # global config | |
| use_bpm 112 | |
| def play_legato_note(note_value, duration) | |
| release_duration = duration |
| #SingleInstance, force | |
| #NoEnv | |
| SendMode Input | |
| SetWorkingDir %A_ScriptDir% | |
| #MaxHotkeysPerInterval 350 | |
| WheelUp:: | |
| Send {WheelDown} | |
| Return |
| KEYBINDINGS | |
| byobu keybindings can be user defined in /usr/share/byobu/keybindings/ (or within .screenrc if byobu-export was used). The common key bindings | |
| are: | |
| F2 - Create a new window | |
| F3 - Move to previous window | |
| F4 - Move to next window |