Skip to content

Instantly share code, notes, and snippets.

View romepeng's full-sized avatar

romepeng romepeng

View GitHub Profile
import matplotlib.pyplot as plt
from pandasql import *
import pandas as pd
pysqldf = lambda q: sqldf(q, globals())
q = """
SELECT
m.date
, m.beef
git config --global https.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080
git config --global --unset http.proxy
git config --global --unset https.proxy
npm config delete proxy
@romepeng
romepeng / ResumeSample_test.md
Last active August 12, 2017 11:33
ResumeSample

我的简历

如何写简历

首先, 即要事实,还要有说服力。

  • Feature :
  • Advantage :
  • Benefit : 其次, 点到为止, 要提供数据等论据。
@romepeng
romepeng / 0_reuse_code.js
Created August 10, 2017 06:01
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@romepeng
romepeng / how-to-use-pelican.md
Created July 28, 2017 14:45 — forked from JosefJezek/how-to-use-pelican.md
How to use Pelican on GitHub Pages
  • Update HISTORY.rst
  • Commit the changes:
git add HISTORY.rst
git commit -m "Changelog for upcoming release 0.1.1."
  • Update version number (can also be minor or major)
bumpversion patch