Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View hl2055's full-sized avatar
😉
Don't forget to smile ~

H L hl2055

😉
Don't forget to smile ~
View GitHub Profile
@hl2055
hl2055 / client.html
Created May 13, 2016 21:22 — forked from diorahman/client.html
Ajax, call jQuery POST to node.js expressjs
<html>
<head>
<title>jsonp test</title>
<script src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
<script type="text/javascript">
$(function(){
$('#select_link').click(function(e){
e.preventDefault();
console.log('select_link clicked');
@hl2055
hl2055 / README.md
Last active September 17, 2015 20:05 — forked from christophermanning/README.md
Random Walk USA

Created by Christopher Manning

Summary

This is an experiment using a random walk to draw shapes. Adjusting theta results in a very organic or procedural drawing. The random walk stays in the geometry by using a point in polygon test.

Controls