Skip to content

Instantly share code, notes, and snippets.

View asford's full-sized avatar

Alex Ford asford

View GitHub Profile
@asford
asford / 0.0.0-182-g0e05715.json
Last active July 4, 2018 00:50
tmol#75 psgcluster benchmarks
{
"machine_info": {
"node": "hsw229.internalnet",
"processor": "x86_64",
"machine": "x86_64",
"python_compiler": "GCC 7.2.0",
"python_implementation": "CPython",
"python_implementation_version": "3.6.6",
"python_version": "3.6.6",
"python_build": [
@asford
asford / buildkite-agent-bin.Dockerfile
Created July 3, 2018 23:45
docker-compose v3 data containers for buildkite
FROM alpine:3.7
RUN apk add --no-cache \
bash \
curl
RUN mkdir -p /buildkite/bin
RUN curl -L https://github.com/buildkite/agent/releases/download/v3.2.0/buildkite-agent-linux-amd64-3.2.0.tar.gz | \
tar -xz -C /usr/local/bin ./buildkite-agent && \
@asford
asford / pytorch_backward_coverage.py
Last active May 9, 2018 04:57
Enabling pytest-cov in pytorch backward pass.
import threading
import pytest
@pytest.fixture
def pytorch_backward_coverage(cov):
"""Torch hook to enable coverage in backward pass.
The `cov` fixture is provided by pytest-cov.
Returns a hook function used to enable coverage tracing during
@asford
asford / .wasavirc
Created May 6, 2018 15:34
Wasavi Settings
" exrc for wasavi
set visualbell
set nolaunchbell
set jkdenotative
" CTRL-C and <leader>y to copy to system clipboard
map <C-C> "*y
map ,y "*y
@asford
asford / reactive_properties.ipynb
Last active March 12, 2018 21:59
reactive_properties.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asford
asford / 180303_polybb_display_example.ipynb
Last active March 3, 2018 23:31
180303_polybb_display_example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
README.md
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@asford
asford / 180212_polybb_test_system.ipynb
Last active February 13, 2018 08:22
workspace/tmol/dev/180212_polybb_test_system.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.