Skip to content

Instantly share code, notes, and snippets.

View pavankrish123's full-sized avatar

Pavan Krishna pavankrish123

View GitHub Profile
@acolyer
acolyer / jessfraz.md
Created November 19, 2017 13:39
Containers, operating systems and other fun things from The Morning Paper
@asukakenji
asukakenji / go-stdlib-interface-selected.md
Last active October 8, 2025 16:28
Go (Golang) Standard Library Interfaces (Selected)

Go (Golang) Standard Library Interfaces (Selected)

This is not an exhaustive list of all interfaces in Go's standard library. I only list those I think are important. Interfaces defined in frequently used packages (like io, fmt) are included. Interfaces that have significant importance are also included.

All of the following information is based on go version go1.8.3 darwin/amd64.

@zhsj
zhsj / ansible.spec
Created December 2, 2016 03:16
ansible pyinstaller
# -*- mode: python -*-
import os
import six
import ansible
block_cipher = None
a = Analysis(['controller.py'],
pathex=None,
binaries=None,