A Pen by Daniel W. Crompton on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: Handout Clojurebridge Amsterdam | |
meta: | |
date: 11-02-2017 | |
location: Herengracht 258 - 266 | |
sections: | |
- title: What is Clojure(Script)? | |
resources: | |
- title: What is Clojure? | |
url: http://www.lispcast.com/what-is-clojure | |
- title: Lisp (programming language) |
I hereby claim:
- I am webhat on github.
- I am webhat (https://keybase.io/webhat) on keybase.
- I have a public key whose fingerprint is FAB8 4200 587A 6BB2 9D64 9DB9 D9D8 7346 D4F7 B651
To claim this, I am signing this object:
A Pen by Daniel W. Crompton on CodePen.
A Pen by Daniel W. Crompton on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<div id='course_list'></div> | |
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
KEY="$HOME/.ssh/id_rsa.pub" | |
U=$2 | |
echo $U | |
if [ -z "$U" ] ;then | |
U=deploy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace :github do | |
desc 'Add Github to known hosts' | |
task :ssh do | |
on roles(:all) do | |
execute "echo 'github.com,207.97.227.239 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAq2A7hRGmdnm9tUDbO9IDSwBK6TbQa+PXYPCPy6rbTrTtw7PHkccKrpp0yVhp5HdEIcKr6pLlVDBfOLX9QUsyCOV0wzfjIJNlGEYsdlLJizHhbn2mUjvSAHQqZETYP81eFzLQNnPHt4EVVUh7VfDESU84KezmD5QlWpXLmvU31/yMf+Se8xhHTvKSCZIFImWwoG6mbUoWf9nzpIoaSjB+weqqUUmpaaasXVal72J+UX2B+2RPW3RcT0eOzQgqlJL3RKrTJvdsjE3JEAvGq3lGHSZXy28G3skua2SmVi/w4yCE6gbODqnTWlg7+wC604ydGXA8VJiS5ap43JXiUFFAaQ==' >> ~/.ssh/known_hosts" | |
end | |
end | |
end |
As configured in my dotfiles.
start new:
tmux
start new with session name:
NewerOlder