Default set up for git deploy web-server on debian box [for a laravel site but also pretty generic]
There a good guide (for ubuntu) here
apt-get update && apt-get upgrade
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Ben Day ?</title> | |
| </head> | |
| <body> | |
| <script> | |
| var b = 4; | |
| var who; | |
| var tday = new Date(); |
| # compress a pdf with ghostscript | |
| gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out.pdf in.pdf | |
| #concatenate docs | |
| pdftk 1.pdf 2.pdf 3.pdf support_docs/TCA_support.pdf cat output out.pdf | |
| #!/bin/bash | |
| echo "********************" | |
| echo "Post receive hook: Updating website" | |
| echo "********************" | |
| #set the git repo dir | |
| GIT_REPO_DIR=~/git/<repo>.git | |
| echo "The git repo dir is $GIT_REPO_DIR" |
| #!/bin/bash | |
| ## Description: Script to generate firefox .xpi extensions | |
| ## Usage: xpimaker name dir[optional] | |
| ## Example: ./xpimaker.sh my-extension src | |
| ## Author: Keith o'Faoláin |
| https://addons.mozilla.org/en-US/firefox/addon/font-finder/ | |
| https://addons.mozilla.org/en-US/firefox/addon/wappalyzer/ | |
| https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/ | |
| https://addons.mozilla.org/en-US/firefox/addon/web-developer/ | |
| https://addons.mozilla.org/en-US/firefox/addon/firebug/ | |
| https://addons.mozilla.org/en-US/firefox/addon/yslow/ | |
| https://addons.mozilla.org/en-US/firefox/addon/jsonview/ |
Default set up for git deploy web-server on debian box [for a laravel site but also pretty generic]
There a good guide (for ubuntu) here
apt-get update && apt-get upgrade
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <title>2016.ie</title> | |
| <script type='text/javascript' src='https://code.jquery.com/jquery-1.11.1.min.js'></script> | |
| http://googleresearch.blogspot.ie/2014/04/lens-blur-in-new-google-camera-app.html | |
| http://www.convoluted.net/depthmesh/ | |
| https://github.com/spite/android-lens-blur-depth-extractor | |
| https://github.com/0xtob/gcam2ply | |
| https://developers.google.com/depthmap-metadata/ |
| http://www.appcoda.com/ios7-programming-ibeacons-tutorial/ | |
| https://github.com/petermetz/cordova-plugin-ibeacon | |
| https://github.com/divineprog/evo-demos/tree/master/Demos2014/iBeaconDemo | |
| https://www.sticknfind.com/SDK/ | |
| http://stackoverflow.com/questions/20416218/understanding-ibeacon-distancing |