Variational Calculus and Optimal Control, John L. Troutman
Variational Calculus with Elementary Convexity, John L. Troutman
Created from the plain text reference card on orgmode.org Download this file, and open it in Emacs org-mode!
<?php | |
require('mysql.php'); // see https://gist.github.com/paxmanchris/f5d4b94f67a8acd8cefc | |
$me = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME']; | |
$sso_secret = 'YOUR_SSO_PROVIDER_KEY_HERE'; | |
$discourse_url = 'http://example.com'; | |
if(!empty($_GET) and isset($_GET['sso'])){ |
''' | |
from Blender to WebVR in 1 click (warning: you need your own backend but a 1 php file is enough) | |
demo https://www.youtube.com/watch?v=PD1qTKp5DZ4 | |
improvments | |
JS traverser to start/stop animations and change morph target values | |
render as 360 rather than mesh, either as an option and/or beyond a threshold | |
for addon proper https://docs.blender.org/manual/en/dev/advanced/scripting/addon_tutorial.html |