start new:
tmux
start new with session name:
tmux new -s myname
#!bin/bash | |
set -x | |
# git clone --bare https://github.com/matthiasdebernardini/dots $HOME/.dots | |
# cp .bashrc .bashrc_backup | |
# rm .bashrc | |
# /usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME checkout | |
" Left Blank as-per linode tutorial | |
call plug#begin() | |
Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
Plug 'scrooloose/nerdtree' | |
"Plug 'tsony-tsonev/nerdtree-git-plugin' | |
Plug 'Xuyuanp/nerdtree-git-plugin' | |
Plug 'tiagofumo/vim-nerdtree-syntax-highlight' | |
Plug 'ryanoasis/vim-devicons' | |
Plug 'airblade/vim-gitgutter' |
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title> | |
Jacked Phones | |
</title> | |
<link rel="stylesheet" type="text/css" href="Screen_matthias.css"> | |
<meta charset="UTF-8"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> |
//this loads html content from the VU into the table | |
$(document).ready(function() | |
{ | |
$.ajax({ | |
//ajax request with paramaters to get a json file from the VU | |
url: 'https://wt.ops.labs.vu.nl/api18/f47cbdfe', | |
type: 'get', | |
dataType:'json', | |
success: function (response) | |
{ |
$(document).ready(function() | |
{ | |
$.ajax({ | |
//ajax request with paramaters to get a json file from the VU | |
url: 'https://wt.ops.labs.vu.nl/api18/f47cbdfe', | |
type: 'get', | |
dataType:'json', | |
success: function (response) | |
{ | |
var trHTML = ''; |
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<title> | |
Jacked Phones | |
</title> | |
<link rel="stylesheet" type="text/css" href="Screen_matthias.css"> | |
<meta charset="UTF-8"> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> |
//this loads html content from the VU into the table | |
$(document).ready(function() | |
{ | |
$.ajax({ | |
//ajax request with paramaters to get a json file from the VU | |
url: 'https://wt.ops.labs.vu.nl/api18/f47cbdfe', | |
type: 'get', | |
dataType:'json', | |
success: function (response) | |
//if succesful do the following |
<!DOCTYPE HTML5(experimental)> | |
<html> | |
<head> | |
<title> | |
Jacked Phones | |
</title> | |
<link rel="stylesheet" type="text/css" href="WebPageScreen.css"> | |
<style> | |
img { |