Skip to content

Instantly share code, notes, and snippets.

View sinemetu1's full-sized avatar
💭
¯\_(ツ)_/¯

Sam Garrett sinemetu1

💭
¯\_(ツ)_/¯
View GitHub Profile
@sinemetu1
sinemetu1 / springer-free-maths-books.md
Created August 20, 2017 14:17 — forked from bishboria/springer-free-maths-books.md
Springer made a bunch of books available for free, these were the direct links
@sinemetu1
sinemetu1 / .travis.yml
Created June 26, 2018 20:34
Example pyspark .travis.yml
sudo: false
env:
global:
- BOTO_CONFIG=/dev/null
- SPARK_VERSION=2.0.2
matrix:
- TOX_ENV=py27
- TOX_ENV=py3
- TOX_ENV=pep8
@sinemetu1
sinemetu1 / conda_environment.yml
Created June 26, 2018 20:54
Example ansible for creating shippable PySpark environments
name: {{ item.env_name }}
dependencies:
- pip:
- --trusted-host {{ item.trusted_host }}
- --extra-index-url {{ item.pypi_url }}
- my_internal_package
- another_internal_pkg