Skip to content

Instantly share code, notes, and snippets.

View dirkteucher's full-sized avatar

dirk teucher dirkteucher

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
<meta charset="utf-8">
<title>Radial dial</title>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Loop</title>
</head>
<body>
<script id="jsbin-javascript">
var i = 0, howManyTimes = 12;
<!--Different ways to launch android apps or iOS apps-->
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<meta charset="utf-8">
<meta name="apple-itunes-app" content="app-id=333903271, affiliate-data=myAffiliateData, app-argument=myURL">
<title>JS Bin</title>
<style id="jsbin-css">
<!--Checking iOS version-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
Check android and iphone user agents<br>
<a href="calshow://"><button>iOS open callendar </button></a>
@dirkteucher
dirkteucher / checkFileSizeChange.html
Created November 9, 2014 21:57
if(localFileSizeChanges) do something in browser.
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Watch for a file change</title>
<style type='text/css'>
body {
font-family: sans-serif;
}
</style>