Skip to content

Instantly share code, notes, and snippets.

View apinsard's full-sized avatar

Antoine Pinsard apinsard

View GitHub Profile
@apinsard
apinsard / sample.py
Created May 31, 2015 14:44
sample.py
class FlagsSet(object):
"""A bit field wrapper.
See: http://en.wikipedia.org/wiki/Bit_field if you don't know what a
bit field is.
"""
def __init__(self, flags=0, max_nb_flags=64):
"""Create a flags set with the given flags already set."""
assert type(flags) is int
@apinsard
apinsard / sample.py
Created May 31, 2015 12:44
sample.py
class FlagsSet(object):
"""A bit field wrapper.
See: http://en.wikipedia.org/wiki/Bit_field if you don't know what a
bit field is.
"""
def __init__(self, flags=0, max_nb_flags=64):
"""Create a flags set with the given flags already set."""
assert type(flags) is int
@apinsard
apinsard / sample.py
Created May 31, 2015 12:21
sample.py
class FlagsSet(object):
"""A bit field wrapper.
See: http://en.wikipedia.org/wiki/Bit_field if you don't know what a
bit field is.
"""
def __init__(self, flags=0, max_nb_flags=64):
"""Create a flags set with the given flags already set."""
assert type(flags) is int
@apinsard
apinsard / etcportagepackage.envpython
Created May 24, 2015 20:51
/etc/portage/package.env/python
media-gfx/gimp py27
dev-vcs/subversion py27
dev-vcs/git py27
sys-apps/usbutils py27
dev-libs/libxslt py27
sys-libs/tevent py27
dev-libs/gobject-introspection py27
dev-vcs/mercurial py27
media-libs/alsa-lib py27
sys-devel/llvm py27
@apinsard
apinsard / hometony.Xresources
Created May 24, 2015 15:02
/home/tony/.Xresources
*background: black
*foreground: white
*color0: #353535
*color4: #6666ff
*color12: #6496ed
Xft*antialias: 1
Xft*autohint: 0
Xft*dpi: 96
@apinsard
apinsard / usrlocalportagex11-wmqtileManifest
Created May 17, 2015 11:28
/usr/local/portage/x11-wm/qtile/Manifest
AUX qtile-session 1854 SHA256 848ebde7357aa27e94c7b2e6d4f0eb670ce9ddf0528b58e8019944cada4f7131 SHA512 4d7418316f6baeaa28b254f341c74641004bd58444c425f626c92e44bff046ec108d128a9e91c10daae75b222c5758e8f0e8a5e3b778b2af36409f4d4b778cbe WHIRLPOOL fc591eb8c5ef8f3457f847e7577f915c8dbee381607760a556204114c6ea88ab0071624070d7dafd849b3888d7a930a77ff55bac1fcb267e9bab74d0fe5961bf
DIST qtile-0.9.1.tar.gz 285933 SHA256 c0ccf38a7e13f2663fe80d546c2a849384ad3698253d633fe33bd99163f9418d SHA512 5453b95ffa02b2f5ba04696bd29a662585bdfe5fa33d68c3b8a654d49279bba3029decf27ac47209630d5ac1dd8fbd21359799d72ce517eda13860ff8eaaa9a4 WHIRLPOOL 9295d9f8b9ab96ee983f32d843ff7d882e4d725f8b8d8846f53a6dbfd8bf17de84d730c7aa0a3a8cefd77af74ec287f63543046e162e898649b136e1f332a06a
EBUILD qtile-0.9.1-r2.ebuild 2690 SHA256 6b84aca5da8998747f323122f72856c7e1e6bbbae8d7c8d6c93cd7340716fcde SHA512 64d4203b4466010383a9905e9d89c805fb86957df9a0323bebf943a916974275ca75d21eeedd0537339a77404d353a748eb5f00164a529f82ea834aff79de050 WHIRLPOOL 026e62d4e555178ffe3a2c00
@apinsard
apinsard / stdin
Created May 17, 2015 09:35
stdin
/etc/X11/Sessions/qtile
/usr/bin/qsh
/usr/bin/qsh-2.7
/usr/bin/qsh-3.3
/usr/bin/qtile
/usr/bin/qtile-2.7
/usr/bin/qtile-3.3
/usr/bin/qtile-run
/usr/bin/qtile-run-2.7
/usr/bin/qtile-run-3.3
@apinsard
apinsard / qtile-0.9.1-r1.ebuild
Last active August 29, 2015 14:20
qtile-0.9.1-r1.ebuild
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~*"

Index of funtoo-current/x86-64bit

../ amd64-bulldozer/ 10-May-2015 14:27 - amd64-jaguar/ 10-May-2015 14:27 - amd64-k10/ 10-May-2015 14:27 - amd64-k8/ 10-May-2015 14:27 - amd64-piledriver/ 10-May-2015 14:27 - amd64-steamroller/ 10-May-2015 14:27 - atom_64/ 10-May-2015 14:27 -

These are the packages that would be merged, in order:
Calculating dependencies .. . . .... done!
emerge: there are no ebuilds to satisfy "dev-python/python-docs:3.3".
(dependency required by "dev-lang/python-3.3.6-r1000[doc]" [ebuild])
(dependency required by "python" [argument])