Skip to content

Instantly share code, notes, and snippets.

View thuc101's full-sized avatar

thuc101 thuc101

View GitHub Profile
<html>
<body>
this is test3333333.html
</body>
</html>
@thuc101
thuc101 / rect_intersection.html
Created July 17, 2017 14:02
find intersection of two rectangle
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
var Rec2=function(x1,y1,x2,y2){
var that={
@thuc101
thuc101 / test2.html
Created July 17, 2017 13:59
just test for first use
<html>
<body>Hello world</body>
</html>