###SSH into a remote machine###
ssh [email protected]
#or by ip address
ssh [email protected]
exit: exit
###Install Something###
#If it's a new server, update apt-get first thing
(function adjustImages(){ | |
/* variables */ | |
var wrapper = document.getElementsByClassName('wrapper')[0], | |
image = document.getElementsByClassName('variable-image')[0], | |
hiddenDiv = document.getElementsByClassName('hidden-div')[0], | |
neededWidth = 450, | |
neededHeight = 300, | |
neededRatio = neededHeight / neededWidth, | |
newImgRatio, | |
scaleRatio, |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Medium Animation Experiment</title> | |
<link rel='stylesheet' href='//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css'> | |
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans' type='text/css'> | |
<style> | |
body { | |
padding: 100px; | |
font-size: 60px; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://code.jquery.com/jquery-1.11.3.js"></script> | |
<script src="https://code.jquery.com/jquery.min.js"></script> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
###SSH into a remote machine###
ssh [email protected]
#or by ip address
ssh [email protected]
exit: exit
###Install Something###
#If it's a new server, update apt-get first thing
console.reset = function () { | |
return process.stdout.write('\033c'); | |
} |
📂 autodocCodeSnippets
📂 phpstorm
📂 sublime
📂 vim
📂 docs
📄 app.js
📄 favicon.ico
📄 index.html
📄 logo.png
📄 autodocCommentParser.js
{ | |
"auto_complete": true, | |
"auto_complete_selector": true, | |
"auto_indent": true, | |
"detect_indentation": false, | |
"draw_white_space": "all", | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
"Vintage" |
thinBackup
plugin within Jenkins)📂 repo_root/
📄 Jenkinsfile
(has no file extension, references tasks in xx_BUILD_STEP
folders below)
📂 01_BUILD/
📄 _build.sh
(optional - add more files for BUILD stage here)
📂 02_UNIT_TESTS/
📄 _unit_tests.sh
(optional - add more files for UNIT_TESTS stage here)