- open new tab:
Cmd + t
- next tab:
Cmd + Shift + ]
- previous tab:
Cmd + Shift + [
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var out="["; | |
for(var indx=0;indx<data.length-1;indx++){ | |
out+=JSON.stringify(data[indx],null,4)+","; | |
} | |
out+=JSON.stringify(data[data.length-1],null,4)+"]"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Some options that may or may not be applicable to you | |
[user] | |
name = Zach Posten | |
email = [email protected] | |
[push] | |
default = upstream | |
[core] | |
autocrlf = input # Force replacing CRLF line endings with LF | |
ignorecase = false | |
[merge] |
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph