Skip to content

Instantly share code, notes, and snippets.

View frank0718's full-sized avatar

frank0718

  • tencent
  • beijing
View GitHub Profile
@frank0718
frank0718 / SimpleHTTPServerWithUpload.py
Created December 5, 2016 04:18 — forked from UniIsland/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload
#!/usr/bin/env python
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
"""
@frank0718
frank0718 / goquery-example.go
Created October 13, 2016 11:17 — forked from adrianmoses/goquery-example.go
goquery example
package main
/*
* Script that scrapes google front page
* Usage: ./google [<query>]
* e.g. ./google hacker news
*/
import (
"fmt"