Skip to content

Instantly share code, notes, and snippets.

View patrickwang96's full-sized avatar

Patrick WANG patrickwang96

  • US
View GitHub Profile
@patrickwang96
patrickwang96 / Google Scraping.md
Last active March 27, 2018 08:36
Crawl Google image

Web Scraping google image

packages

  • requests
  • BeautifulSoup 4
  • PIL

Codes

@patrickwang96
patrickwang96 / introrx.md
Created February 2, 2018 06:20 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@patrickwang96
patrickwang96 / deploy-flask-gunicorn-supervisor-nginx.md
Created February 1, 2018 05:13 — forked from binderclip/deploy-flask-gunicorn-supervisor-nginx.md
Flask Gunicorn Supervisor Nginx 项目部署小总结

Flask Gunicorn Supervisor Nginx 项目部署小总结

服务器的基本连接和配置

SSH 连接

使用公钥私钥来登陆而不是账号密码,公钥私钥需要简单的在本地生成一下。Github 的生成 SSH 公钥私钥的教程:Generating SSH keys

可能需要使用 -i 参数选择一下本地的私钥,一个示例的 ssh 连接如下:

@patrickwang96
patrickwang96 / bobp-python.md
Created November 13, 2017 02:07 — forked from sloria/bobp-python.md
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens
@patrickwang96
patrickwang96 / 词性标记.md
Created August 15, 2017 10:21 — forked from luw2007/词性标记.md
词性标记: 包含 ICTPOS3.0词性标记集、ICTCLAS 汉语词性标注集、jieba 字典中出现的词性、simhash 中可以忽略的部分词性

词的分类

  • 实词:名词、动词、形容词、状态词、区别词、数词、量词、代词
  • 虚词:副词、介词、连词、助词、拟声词、叹词。

ICTPOS3.0词性标记集

n 名词

nr 人名