According to : https://serversforhackers.com/video/apache-and-php-fpm
sudo apt-get update
sudo apt-get install -y vim tmux curl wget unzip software-properties-common
sudo add-apt-repository -y ppa:ondrej/apache2
/** | |
* Extended version of THREE.ShadowMapPluginVSM using VSM shadow mapping. | |
* @author Dusan Maliarik | |
*/ | |
THREE.ShadowMapPluginVSM = function ( ) { | |
var _gl, | |
_renderer, | |
_depthMaterial, _depthMaterialMorph, _depthMaterialSkin, _depthMaterialMorphSkin, |
According to : https://serversforhackers.com/video/apache-and-php-fpm
sudo apt-get update
sudo apt-get install -y vim tmux curl wget unzip software-properties-common
sudo add-apt-repository -y ppa:ondrej/apache2
/** | |
* Perform a JSON Http Request via XMLHttpRequest | |
* @param method | |
* @param url | |
* @param data | |
* @param callback | |
* @returns {XMLHttpRequest} | |
*/ | |
var jhr = function ( method, url, data, callback ) { | |
var xhr = new XMLHttpRequest(); |