Skip to content

Instantly share code, notes, and snippets.

View Jthe4th's full-sized avatar

John Feezer IV Jthe4th

View GitHub Profile
@Jthe4th
Jthe4th / HTML5-canvas-windmill-animation.html
Created November 19, 2015 22:11
HTML5 Windmills - Canvas animation
<!DOCTYPE html>
<!--
Created using JS Bin
http://jsbin.com
Copyright (c) 2015 by Jthe4th (http://jsbin.com/hozide/54/edit)
Released under the MIT license: http://jsbin.mit-license.org
-->
<meta name="robots" content="noindex">
@Jthe4th
Jthe4th / LocalFilesPreviewAndInfo.html
Last active November 19, 2015 22:07
HTML5 - List some local images and display thumbnail previews and metadata
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8 />
<title>Read multiple files' metadata and show image thumbnail</title>
<style>
td, tr, th {
border-bottom:1px solid #ccc;
padding:8px;
font-family: sans-serif;