Skip to content

Instantly share code, notes, and snippets.

View CicoZhang's full-sized avatar

None CicoZhang

View GitHub Profile
@CicoZhang
CicoZhang / gyndns
Created December 25, 2017 12:10 — forked from pjaton/gyndns
A bash script to update a dynamic DNS entry on Google Domain using their provided API.
#!/bin/bash
#
# Copyright 2015-present Patrice Jaton.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
@CicoZhang
CicoZhang / pep8_cheatsheet.py
Created September 11, 2017 18:06 — forked from RichardBronosky/pep8_cheatsheet.py
PEP-8 cheatsheet
#! /usr/bin/env python
# -*- coding: utf-8 -*-
"""This module's docstring summary line.
This is a multi-line docstring. Paragraphs are separated with blank lines.
Lines conform to 79-column limit.
Module and packages names should be short, lower_case_with_underscores.
Notice that this in not PEP8-cheatsheet.py