Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Posted here will be music files for use with Sonic-Pi on the Raspberry Pi. | |
If you have the Sonic-Pi music program isntalled (it is on the latest distribution for Raspian) you can start it up from the Graphic Desktop (there is a link under Education on the Start Menu). You can then copy and past the contents of one of the play files into one of the 8 workspace windows and click play to play it. | |
I will also add some general comment and hints files from time to time. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// some sample viewers | |
// http://e-korttest.vejenkom.dk/zpubHtml5Ekstern/Index1.html | |
// http://e-korttest.vejenkom.dk/zpubHtml5Ekstern/Index.html?viewerConfigUri=http://e-korttest.vejenkom.dk/Geocortex/Essentials/GeocortexEkstern/REST/sites/zpubPlan/viewers/zpubplanGVH/virtualdirectory/Resources/Config/Default/desktop.json.js | |
// https://support.geocortex.com/SupportForums/Thread.aspx?pageid=0&mid=2&ItemID=9&thread=46888 | |
/** | |
calling an iframe, only works if they are on the same domain | |
var gcviewer = document.getElementById('gcviewer').contentWindow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SVG chart with labels | |
function drawSvg(itemlist, wrapperelement) { | |
var wrap = d3.selectAll(wrapperelement); | |
var floors = itemlist.length; | |
var floorlist = floorDomain(floors); | |
itemlist.reverse(); | |
var margin = { | |
top: 20, | |
right: 20, | |
bottom: 40, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"> | |
<title>StreamLayer using ArcGIS API for JavaScript and ArcGIS GeoEvent Processor for Server</title> | |
<link rel="stylesheet" href="http://js.arcgis.com/3.7/js/dojo/dijit/themes/tundra/tundra.css"> | |
<link rel="stylesheet" href="http://js.arcgis.com/3.7/js/esri/css/esri.css"> | |
<style type="text/css"> | |
html, body { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>flashmap</title> | |
<meta charset="utf-8"> | |
<!--Define the versions of IE that will be used to render the page. See Microsoft documentation for details. Optional.--> | |
<meta http-equiv="X-UA-Compatible" content="IE=7, IE=9, IE=10"> | |
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no"> | |
<link rel="stylesheet" href="style.css"> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>ArcGIS Product News</title> | |
<!-- If you are using CSS version, only link these 2 files, you may add app.css to use for your overrides if you like. --> |
NewerOlder