Skip to content

Instantly share code, notes, and snippets.

View heqian's full-sized avatar

Qian He heqian

View GitHub Profile

Keybase proof

I hereby claim:

  • I am heqian on github.
  • I am heqian (https://keybase.io/heqian) on keybase.
  • I have a public key ASAVt5IdAhvkdA_JQi4BDlKyvwpqbUnHFlVWLU1C43LmOAo

To claim this, I am signing this object:

"use strict";
var http = require("http");
var url = require("url");
var ip = "220.181.111." + Math.floor(Math.random() * 254 + 1);
http.createServer(function(request, response) {
console.log("[%s] %s", request.method, request.url);