Skip to content

Instantly share code, notes, and snippets.

View jacobtomlinson's full-sized avatar

Jacob Tomlinson jacobtomlinson

View GitHub Profile
@jacobtomlinson
jacobtomlinson / skill-test-gists.ipynb
Created July 18, 2018 19:27
An ipynb opsdroid skill for testing with
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jacobtomlinson
jacobtomlinson / skill-ping.py
Created July 20, 2018 18:51
Ping opsdroid skill for testing
from opsdroid.matchers import match_regex
@match_regex(r'ping')
async def ping(opsdroid, config, message):
await message.respond('pong')
@jacobtomlinson
jacobtomlinson / Performance comparison of s3fs, goofys and pysssix.ipynb
Created August 2, 2018 13:57
I've been experimenting with an ~80GB zarr file created with xarray and wanted to compare performance between using s3fs and FUSE (goofys and pysssix specifically).
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jacobtomlinson
jacobtomlinson / Dask on Fargate from scratch.ipynb
Last active February 26, 2024 14:35
Dask on Fargate from scratch
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jacobtomlinson
jacobtomlinson / wave.ipynb
Last active November 15, 2018 16:20
opsdroid skill to wave at someone
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jacobtomlinson
jacobtomlinson / wave.ipynb
Created November 17, 2018 09:11
wave react
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jacobtomlinson
jacobtomlinson / pupils.yaml
Last active April 16, 2019 10:27
Intake Catalog URL list
sources:
pupils:
description: "EU Pupils enrolled in lower-secondary education by programme orientation, sex and age"
driver: csv
args:
urlpath: http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing?file=data/educ_uoe_enrs02.tsv.gz&unzip=true
@jacobtomlinson
jacobtomlinson / eu_pupils.yaml
Last active April 16, 2019 10:32
EU Dataset intake test
sources:
eu_pupils:
args:
path: https://gist.githubusercontent.com/jacobtomlinson/8146f044ced4e899b10c85e1c2ea9b1e/raw/9b5a4f6dbd6150158c336121534fef55f7263eb7/pupils.yaml
description: 'EU Pupil Datasets'
driver: intake.catalog.local.YAMLFileCatalog
metadata: {}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jacobtomlinson
jacobtomlinson / comparison.ipynb
Created July 4, 2019 12:34
Numpy vs Cupy on V100 (AWS p3.8xlarge)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.