I hereby claim:
- I am jaxgeller on github.
- I am jaxgeller (https://keybase.io/jaxgeller) on keybase.
- I have a public key whose fingerprint is A294 1661 E996 9A12 B495 0755 882F 9C7B 77F9 0761
To claim this, I am signing this object:
| <html> | |
| <body> | |
| <div id="parttwoimg"><img src="./images/parttwo_1.jpg" width="300"></div> | |
| <script> | |
| var onScrollHandler = function() { | |
| var yourImageElement = document.querySelector('#parttwoimg img') | |
| var newImageUrl = yourImageElement.src; | |
| var scrollTop = document.documentElement.scrollTop || document.body.scrollTop; | |
| if (scrollTop > 100) { | |
| newImageUrl = "./images/sequence/sequence_1.jpg" |
| document.querySelector('#animate-height-button') | |
| .onclick = () => { | |
| if (!isRunning) { | |
| new Tweezer({ | |
| start: animatedHeight.getBoundingClientRect().height, | |
| end: grow(shouldGrow) | |
| }) | |
| .on('tick', v=> animatedHeight.style.height = v +'px') | |
| .on('done', ()=> { | |
| shouldGrow = !shouldGrow |
I hereby claim:
To claim this, I am signing this object:
| kill -9 $(lsof -i:PORT | xargs | awk '{print $11}') |
| apt-get update && apt-get upgrade -y && \ | |
| apt-get install -y \ | |
| linux-tools-common | |
| linux-tools-generic | |
| linux-cloud-tools-generic | |
| linux-tools-`uname -r` | |
| linux-cloud-tools-`uname -r` |
| #assuming if /bin/bash | |
| # to run and bash it | |
| docker run -i -t ubuntu /bin/bash | |
| # if already running | |
| docker exec id -it /bin/bash |
| # in terminal | |
| defaults write ch.sudo.cyberduck rendezvous.enable false |
| /* jshint node: true */ | |
| module.exports = function(environment) { | |
| var ENV = { | |
| modulePrefix: 'identity-automation', | |
| environment: environment, | |
| baseURL: '/', | |
| locationType: 'auto', | |
| contentSecurityPolicy: { | |
| 'font-src': "'self' data: fonts.gstatic.com", |
| {} |
| config.generators do |g| | |
| g.javascript_engine :js | |
| end |