View README.md
Give the SSH key as the first param, and the ip address as the second, and it will do the rest! If something goes wrong, go fix it manually because you would end up re-appending the extra config again and probably cause an error-out.
See: https://coreos.com/tectonic/docs/latest/troubleshooting/etcd-client-auth.html
View index.html
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
body { font: 20px monospace; margin: 20px; } | |
a { border-radius: 5px; background-color: #ddd; padding: 10px;} | |
</style> | |
</head> | |
<body> |
View designer.html
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../notification-elements/notification-alert.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { |
View index.html
<html> | |
<head> | |
<title>Sketch1</title> | |
<style> | |
body { | |
margin: 0; | |
background-color: #000; | |
} | |
line { | |
stroke: #333; |
View README.md
Upload a GTFS file that contains shapes.txt
. Example GTFS files can be found at TransitFeeds.
View index.html
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>D3 Chart and Table</title> | |
<link rel="stylesheet/less" type="text/css" href="style.less"> | |
<script src="http://cdnjs.cloudflare.com/ajax/libs/less.js/1.7.1/less.min.js" type="text/javascript"></script> | |
</head> | |
<body> | |
<svg class="chart"></svg> |
View SaS.js
// http://wavepot.com/ | |
var b = makeNote(987.77); | |
var a = makeNote(880); | |
var fSharp = makeNote(739.99); | |
var f = makeNote(698.46); | |
var d = makeNote(587.33); | |
var _ = makeNote(0); | |
var rate = 4; |
View index.html
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8'> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css"> | |
<style> | |
body { padding: 0; margin: 0; } | |
html, body, #map { height: 100%; } | |
</style> |
NewerOlder