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
I am attesting that this GitHub handle DonKarlssonSan is linked to the Tezos account tz1ZzZmioy5Ej3kpsec2rMz1temewbt1UcSz for tzprofiles | |
sig:edsigtrho3rrGD73sCWGucVThiH6tEHpm4FDEVDEAbhF32wsmKjhV7VKJ1tAPv9Una8CXo31ZhGuGZjHvDcBRp1yqbPgCfokMCQ |
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
I am attesting that this GitHub handle DonKarlssonSan is linked to the Tezos account tz1ZzZmioy5Ej3kpsec2rMz1temewbt1UcSz for tzprofiles | |
sig:edsigtrho3rrGD73sCWGucVThiH6tEHpm4FDEVDEAbhF32wsmKjhV7VKJ1tAPv9Una8CXo31ZhGuGZjHvDcBRp1yqbPgCfokMCQ |
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
// Hyperboloc functions by toneburst from | |
// https://machinesdontcare.wordpress.com/2008/03/10/glsl-cosh-sinh-tanh/ | |
// These are missing in GLSL 1.10 and 1.20, uncomment if you need them | |
/* | |
/// COSH Function (Hyperbolic Cosine) | |
float cosh(float val) | |
{ | |
float tmp = exp(val); | |
float cosH = (tmp + 1.0 / tmp) / 2.0; |
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>Facebook Login JavaScript Example</title> | |
<meta charset="UTF-8"> | |
</head> | |
<body> | |
<script> | |
// This is called with the results from from FB.getLoginStatus(). | |
function statusChangeCallback(response) { |
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
<html> | |
<body> | |
<input id="image" type="file" accept="image/*" /> | |
<script> | |
(function () { | |
var image = document.getElementById("image"); | |
image.addEventListener("change", function (event) { | |
var files = event.target.files; | |
if (files.length > 0) { |
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>Frequency Analyser - Web Audio API Demo</title> | |
</head> | |
<body> | |
<canvas id="theCanvas" width="1024" height="256"></canvas> <br/> | |
<button id="startButton" type="button">Start</button> | |
<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
kkkkkkk |
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
<html> | |
<h3>Hello, world!</h3> | |
</html> |