Experiemental work on forked computation in shiny app using the package "parallel".
Does not work on windows.
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
* { | |
font-family: helvetica, sans; | |
} | |
</style> | |
</head> | |
<body> |
<html><head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<title>MapX tests</title> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<meta name="robots" content="noindex, nofollow"> | |
<meta name="googlebot" content="noindex, nofollow"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<style type="text/css"> | |
body, |
#!/bin/bash | |
set -e | |
# | |
# Create a cluster of workers on exoscale, sharing a common data folder using a NFS exports. | |
# (not battle tested) | |
# | |
# BASED ON THE ENTIRE WEB and those sources | |
# https://www.digitalocean.com/community/tutorials/how-to-set-up-an-nfs-mount-on-ubuntu-16-04 |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title></title> | |
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.38.0/mapbox-gl.js'></script> | |
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.38.0/mapbox-gl.css' rel='stylesheet' /> | |
<link href='style.css' rel='stylesheet' /> | |
<script src="https://code.highcharts.com/highcharts.src.js"></script> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-type" content="text/html; charset=utf-8"> | |
<title>Testing Pie Chart</title> | |
<!--<script type="text/javascript" src="d3/d3.v2.js"></script>--> | |
<script src="https://d3js.org/d3.v2.js"></script> | |
<!-- Note: I made good use of the sample code provided by the D3JS community and extended it to fit my needs to create this simple dashboard --> | |
<style type="text/css"> |
license: mit |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title>Search js list</title> | |
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' /> | |
<meta http-equiv="cache-control" content="Public"> | |
<link href="js_search.css" type="text/css" rel="stylesheet"> | |
</head> | |
<body> |