I hereby claim:
- I am jondowdle on github.
- I am jondowdle (https://keybase.io/jondowdle) on keybase.
- I have a public key ASBZOTGnx9s55wEyfui5DkzfWWg5PU2Ahna6t-yofdZ4xAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| FROM node:6.11-alpine | |
| WORKDIR /deploy | |
| ADD package.json /deploy | |
| RUN npm install | |
| ADD index.js /deploy | |
| CMD node index.js |
I hereby claim:
To claim this, I am signing this object:
| ############################################################################### | |
| # byobu's tmux f-key keybindings | |
| # | |
| # Copyright (C) 2011-2014 Dustin Kirkland <[email protected]> | |
| # | |
| # Authors: Dustin Kirkland <[email protected]> | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, version 3 of the License. |
| # | |
| # VM configuration | |
| # | |
| # Where to find JVM, if {java.home}/jre exists then that JVM is used | |
| # if not then it must be the path to the JRE itself | |
| java.home=/opt/coldfusion9/runtime/jre/ | |
| # | |
| # If no java.home is specified a VM is located by looking in these places in this | |
| # order: | |
| # |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| * Reverse whatever string is passed into solution. | |
| * solution('world'); // returns 'dlrow' | |
| * | |
| */ | |
| function solution( str ) { | |
| // Our answer | |
| var answer = ""; |