Skip to content

Instantly share code, notes, and snippets.

View DavidJNy's full-sized avatar
😐
Figuring out life

David Ny DavidJNy

😐
Figuring out life
View GitHub Profile

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@DavidJNy
DavidJNy / index.html
Last active September 5, 2019 22:57
TEST FOR J
<body>
<div id=main>
<div id=info_box>
<div id=top>
<div id=banner>
<a class="column active" onclick="show('con1')">Fit Guide</a>
<a class="column" onclick="show('con2')">Care</a>
<a class="column" onclick="show('con3')">Material</a>
</div>
</br>
@DavidJNy
DavidJNy / fork-me-fcc-random-quote-machine-react.markdown
Last active August 12, 2019 23:17
Fork Me! FCC: Random Quote Machine( React)