Skip to content

Instantly share code, notes, and snippets.

View jiansong's full-sized avatar

Jiansong Liu jiansong

  • effective Marketing (Shanghai) Ltd.
  • Shanghai, China
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jiansong on github.
  • I am jsliu (https://keybase.io/jsliu) on keybase.
  • I have a public key ASAe6NbAwEoyhf1rm6941K9b8OY-XX58yC5KDZpLL54wVAo

To claim this, I am signing this object:

@jiansong
jiansong / # subversion18 - 2016-09-27_13-15-14.txt
Created September 27, 2016 11:20
subversion18 (homebrew/versions/subversion18) on macOS 10.12 - Homebrew build logs
Homebrew build logs for homebrew/versions/subversion18 on macOS 10.12
Build date: 2016-09-27 13:15:14
@jiansong
jiansong / zabbix-alert-smtp.sh
Created July 21, 2016 14:31 — forked from superdaigo/zabbix-alert-smtp.sh
Zabbix SMTP Alert script for gmail
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Zabbix SMTP Alert script for gmail.
"""
import sys
import smtplib
from email.MIMEText import MIMEText
from email.Header import Header