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
| Based on mentalhealth.txt by @potatoqualitee: | |
| https://gist.github.com/potatoqualitee/d873c10d8cc578c11fc2ea508bcb2501 | |
| ## Politics ## | |
| alt-right | |
| Brexit | |
| Capitol | |
| CCP | |
| China | |
| CIA |
Help with SQL commands to interact with a MySQL database
win-bash
I have one computer and two different github accounts. One is for work, the other is for my personal stuff. I can't use the same ssh key twice, so I have to use different ssh key for each of my accounts. How do I do that? How do I switch between these ssh keys?
Um parágrafo com a descrição do projeto
Através dessas instruções você irá obter uma cópia do projeto e poderá executá-lo em sua máquina, para propósitos de desenvolvimento e teste. Leia as notas de deploy para descobrir como fazer deploy em produção.
| // This function converts the string to lowercase, then perform the conversion | |
| function toLowerCaseNonAccentVietnamese(str) { | |
| str = str.toLowerCase(); | |
| // We can also use this instead of from line 11 to line 17 | |
| // str = str.replace(/\u00E0|\u00E1|\u1EA1|\u1EA3|\u00E3|\u00E2|\u1EA7|\u1EA5|\u1EAD|\u1EA9|\u1EAB|\u0103|\u1EB1|\u1EAF|\u1EB7|\u1EB3|\u1EB5/g, "a"); | |
| // str = str.replace(/\u00E8|\u00E9|\u1EB9|\u1EBB|\u1EBD|\u00EA|\u1EC1|\u1EBF|\u1EC7|\u1EC3|\u1EC5/g, "e"); | |
| // str = str.replace(/\u00EC|\u00ED|\u1ECB|\u1EC9|\u0129/g, "i"); | |
| // str = str.replace(/\u00F2|\u00F3|\u1ECD|\u1ECF|\u00F5|\u00F4|\u1ED3|\u1ED1|\u1ED9|\u1ED5|\u1ED7|\u01A1|\u1EDD|\u1EDB|\u1EE3|\u1EDF|\u1EE1/g, "o"); | |
| // str = str.replace(/\u00F9|\u00FA|\u1EE5|\u1EE7|\u0169|\u01B0|\u1EEB|\u1EE9|\u1EF1|\u1EED|\u1EEF/g, "u"); | |
| // str = str.replace(/\u1EF3|\u00FD|\u1EF5|\u1EF7|\u1EF9/g, "y"); |
git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| module corescore_emitter_uart | |
| #( | |
| parameter clk_freq_hz = 0, | |
| parameter baud_rate = 57600) | |
| ( | |
| input wire i_clk, | |
| input wire i_rst, | |
| input wire [7:0] i_data, | |
| input wire i_valid, | |
| output reg o_ready, |
| cat << EOF > /usr/local/etc/v2ray/config.json | |
| { | |
| "log": { | |
| "loglevel": "warning" | |
| }, | |
| "policy": { | |
| "levels": { | |
| "0": { | |
| "handshake": 5, | |
| "connIdle": 300, |
| Attribute VB_Name = "Kai32" | |
| '-=====================================================- | |
| ' -= +------------------------------------------------+ =- | |
| ' -= | |\ =- | |
| ' -= | |¯¯|\ |¯¯|\ |¯¯|\ |¯¯¯¯¯¯|\ |¯¯¯¯¯¯|\ |\\ =- | |
| ' -= | | |\/ /\| |__|\||__|| |\||___ |\| |\\| =- | |
| ' -= | | |/ /\/ |¯¯¯¯¯|\ \\\\| \\|¯ |\| /¯¯___/\| |\\| =- | |
| ' -= | | /\/ | |\||¯¯|\ |¯¯|| |\|| ¯¯¯|\ |\\| =- | |
| ' -= | | \/ | | |\|| |\||______|\||______|\| |\\| =- | |
| ' -= | | |\ \ | |\|| |\| \\\\\\\\| \\\\\\\\| |\\| =- |