Skip to content

Instantly share code, notes, and snippets.

View kyokku's full-sized avatar
🏠
Working from home

kyokku

🏠
Working from home
View GitHub Profile
@fernandoc1
fernandoc1 / index.html
Created November 3, 2014 19:19
Rusha.js example for calculating hash from files in a folder.
<html>
<head>
<script type="text/javascript" src="rusha.js"></script>
<script type="text/javascript">
function calculateHash()
{
files = document.getElementById("filesInput").files;
for(i = 0; i < files.length; i++)
{