I hereby claim:
- I am giniedp on github.
- I am ginie (https://keybase.io/ginie) on keybase.
- I have a public key ASDNydKNztF8b27jodVPX_qdem67zD82tBNEDiTH20pjZwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| (function() { | |
| let saveByteArray = (function () { | |
| let a = document.querySelector("a#js-download-button"); | |
| if (!a) { | |
| a = document.createElement("a"); | |
| a.id = "js-download-button"; | |
| a.style = "display: none"; | |
| document.body.appendChild(a); | |
| } |
| convert input.jpg -crop 640x480 frames/frame-%03d.jpg |
| (function(window) { | |
| 'use strict'; | |
| window.snapshot = function snap(video, width, height, download) { | |
| video = video || window.document.getElementsByTagName('video')[0]; | |
| width = video.width || video.videoWidth; | |
| height = video.height || video.videoHeight; | |
| var canvas = window.document.createElement('canvas'); | |
| canvas.width = width; | |
| canvas.height = height; |
| sudo mkdir /etc/racoon/remote | |
| sudo mv /var/run/racoon/*.conf /etc/racoon/remote | |
| sudo sed -i.bak 's/lifetime time 3600 sec/lifetime time 168 hours/' /etc/racoon/remote/*.conf | |
| sudo patch /etc/racoon/racoon.conf <<EOF | |
| --- /etc/racoon.orig/racoon.conf 2009-06-23 09:09:08.000000000 +0200 | |
| +++ /etc/racoon/racoon.conf 2009-12-11 13:52:11.000000000 +0100 | |
| @@ -135,4 +135,5 @@ | |
| # by including all files matching /var/run/racoon/*.conf | |
| # This line should be added at the end of the racoon.conf file | |
| # so that settings such as timer values will be appropriately applied. |
| find . -name '*.DS_Store' -type f -delete |
| gem uninstall libv8 | |
| brew install v8 | |
| gem install therubyracer | |
| gem install libv8 -v '3.16.14.3' -- --with-system-v8 |
| adb exec-out screencap -p > screen.png |
| tar xzvf icu4c-4_4_2-src.tgz | |
| cd icu/source | |
| chmod +x runConfigureICU configure install-sh | |
| ./runConfigureICU MacOSX | |
| make | |
| sudo make install |
| # clears all mails from sendmail queue | |
| sudo postsuper -d ALL |