Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View hthetiot's full-sized avatar

Harold Thétiot hthetiot

View GitHub Profile
@hthetiot
hthetiot / index.html
Created May 30, 2018 18:01 — forked from nolanlawson/index.html
Create an image/png blob, then fetch it with XHR
<html>
<body>
<h1>Create an image/png blob, then fetch it with XHR</h1>
<pre id="display"></pre>
<script src="index.js"></script>
</body>
</html>
#!/usr/bin/ruby
# vim: fileencoding=utf-8
require 'rubygems'
require 'zipruby'
require 'openssl'
require 'digest/sha1'
require 'optparse'
require 'fileutils'
require 'find'