Skip to content

Instantly share code, notes, and snippets.

<script type="text/javascirpt">
alert("test");
</script>
@stonekim
stonekim / test.html
Last active December 9, 2015 19:49
HTML: test
<html>
<body>
<p> test </p>
<aside class="controls" style="display: block;"><a id="contLeft" class="left" href="#">◄</a><a id="contRight" class="right enabled" href="#">►</a><a id="contUp" class="up" href="#">▲</a><a id="contDown" class="down" href="#">▼</a><a id="contHelp" class="help enabled" href="#">⌨</a></aside>
</body>
</html>
@stonekim
stonekim / imgHash.py
Created May 19, 2012 11:03 — forked from cncuckoo/imgHash.py
Wote用python语言写的imgHash.py
#!/usr/bin/python
import glob
import os
import sys
from PIL import Image
EXTS = 'jpg', 'jpeg', 'JPG', 'JPEG', 'gif', 'GIF', 'png', 'PNG'