Skip to content

Instantly share code, notes, and snippets.

@rosswd
rosswd / win.md
Last active November 26, 2024 00:49
Apps to make windows better
@liberize
liberize / duoshuo.py
Last active August 16, 2016 04:53
多说实时邮件提醒脚本
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import urllib
import smtplib
import time
import ConfigParser
import json
import os