start new:
tmux
start new with session name:
tmux new -s myname
// build HTML table data from an array (one or two dimensional) | |
function generateTable(data) { | |
var html = ''; | |
if (typeof (data[0]) === 'undefined') { | |
return null; | |
} | |
if (data[0].constructor === String) { | |
html += '<tr>\r\n'; |
{ | |
"APIGatewayServiceRolePolicy": { | |
"Arn": "arn:aws:iam::aws:policy/aws-service-role/APIGatewayServiceRolePolicy", | |
"AttachmentCount": 0, | |
"CreateDate": "2019-10-22T18:22:01+00:00", | |
"DefaultVersionId": "v6", | |
"Document": { | |
"Statement": [ | |
{ | |
"Action": [ |
$ uname -r