Skip to content

Instantly share code, notes, and snippets.

View jonasschneider's full-sized avatar

Jonas Schneider jonasschneider

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/sh
# ----------------------------------------------------------------------
# Copyright (C) 2005-2011 Karl J. Runge <runge@karlrunge.com>
# All rights reserved.
#
# This file is part of Xdummy.
#
# Xdummy is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or (at
[ 0. , 0. , 0. , 0. , 0. , 0. , 0. ],
[ 0. , 0. , 0. , 0. , 0. , 0. , 0. ],
[ 0. , 0. , 0. , 0. , 0. , 0. , 0. ],
[ 0. , 0. , 0. , 0. , 0. , 0. , 0. ],
[ 0. , 0. , 0. , 0. , 0. , 0. , 0. ],
[ 0. , 0. , 0. , 0. , 0. , 0. , 0. ],
[ 0. , 0. , 0. , 0. , 0. , 0. , 0. ],
[ 0. , 0. , 0. , 0. , 0. , 0. , 0. ],
[ 0. , 0. , 0. , 0. , 0. , 0. , 0. ],
[ 0. , 0. , 0. , 0. , 0. , 0. , 0. ],
$ tar tvf dist/pachi-py-0.0.9.tar.gz
drwxr-xr-x 0 jonas staff 0 Apr 22 00:00 pachi-py-0.0.9/
-rw-r--r-- 0 jonas staff 1037 Apr 21 20:04 pachi-py-0.0.9/.gitignore
-rw-r--r-- 0 jonas staff 986 Apr 21 21:49 pachi-py-0.0.9/.travis.yml
-rw-r--r-- 0 jonas staff 17992 Apr 21 20:04 pachi-py-0.0.9/COPYING
-rw-r--r-- 0 jonas staff 29 Apr 21 23:53 pachi-py-0.0.9/MANIFEST.in
drwxr-xr-x 0 jonas staff 0 Apr 22 00:00 pachi-py-0.0.9/pachi_py/
-rw-r--r-- 0 jonas staff 23 Apr 21 20:35 pachi-py-0.0.9/pachi_py/__init__.py
-rw-r--r-- 0 jonas staff 145 Apr 21 21:41 pachi-py-0.0.9/pachi_py/__init__.pyc
-rw-r--r-- 0 jonas staff 523339 Apr 21 20:14 pachi-py-0.0.9/pachi_py/cypachi.cpp

TRPO

My thing

pachi_py

Python wrappers for a slightly modified version of Pachi 11.00.

2016/04/17 23:15:46 [INFO] Terraform version: 0.6.14
2016/04/17 23:15:46 [DEBUG] Detected home directory from env var: /Users/jonas
2016/04/17 23:15:46 [DEBUG] Discovered plugin: atlas = /usr/local/Cellar/terraform/0.6.14/bin/terraform-provider-atlas
2016/04/17 23:15:46 [DEBUG] Discovered plugin: aws = /usr/local/Cellar/terraform/0.6.14/bin/terraform-provider-aws
2016/04/17 23:15:46 [DEBUG] Discovered plugin: azure = /usr/local/Cellar/terraform/0.6.14/bin/terraform-provider-azure
2016/04/17 23:15:46 [DEBUG] Discovered plugin: azurerm = /usr/local/Cellar/terraform/0.6.14/bin/terraform-provider-azurerm
2016/04/17 23:15:46 [DEBUG] Discovered plugin: chef = /usr/local/Cellar/terraform/0.6.14/bin/terraform-provider-chef
2016/04/17 23:15:46 [DEBUG] Discovered plugin: clc = /usr/local/Cellar/terraform/0.6.14/bin/terraform-provider-clc
2016/04/17 23:15:46 [DEBUG] Discovered plugin: cloudflare = /usr/local/Cellar/terraform/0.6.14/bin/terraform-provider-cloudflare
2016/04/17 23:15:46 [DEBUG] Discovered plugin: clouds
@jonasschneider
jonasschneider / Dockerfile
Last active April 10, 2016 14:42
docker-compose bug test case
FROM ubuntu:14.04