Skip to content

Instantly share code, notes, and snippets.

View 38leinaD's full-sized avatar
🌴
Working from home

Daniel Platz 38leinaD

🌴
Working from home
View GitHub Profile
<html>
<head>
</head>
<body>
<h1>Hallo</h1>
<p>Wie ist dein Name?</p>
<input type="text"></input>
<canvas id="my-house" width="300" height="300"></canvas>
<button onclick="buttonClicked()">Click</button>
<script>
rsync -a --files-from=copy.txt ./test1 ./test2
while inotifywait -r -e modify,create,delete /directory; do
rsync -avz /directory /target
done
https://www.adaptavist.com/doco/display/KT/Annotating+Test+Cases
https://bitbucket.org/Adaptavist/tm4j-junit-integration/src/master/src/main/java/com/adaptavist/tm4j/junit/
https://confluence.xpand-it.com/display/XRAY23/Testing+using+Selenium+and+JUnit+in+Java
Ctrl+M: Maximize view
Ctrl+Shift+R : jump to resource
Ctrl+Shift+T : jump to class
Ctrl+. : jump to next error
Ctrl+Shift+G : search for references
Ctrl+Shift+P : select matching bracket
Alt+Arrows : go forward / backwards
Ctrl+Space : autocomplete
Ctrl+Shift+F : format source
Ctrl+Shift+O : organize imports