Skip to content

Instantly share code, notes, and snippets.

View wangai's full-sized avatar
🤍

Wangai wangai

🤍
  • The Discovery Centre
  • Nairobi, Kenya
View GitHub Profile
# Ignore everything
*
# But not these files ...
!.gitignore
!log.md
# etc
@wangai
wangai / fourier.html
Created November 30, 2016 16:01 — forked from kazad/fourier.html
BetterExplained Fourier Example
<html>
<head>
<script src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.4.2/underscore-min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
<script src="//ajax.cdnjs.com/ajax/libs/json2/20110223/json2.js"></script>
<!--
TODO: