Skip to content

Instantly share code, notes, and snippets.

View saulshanabrook's full-sized avatar
🏊

Saul Shanabrook saulshanabrook

🏊
View GitHub Profile
"""
Functions and tools to unify types.
Note that this uses dicts as ordered sets in many places so that input and output
has the same ordering, so that git diffs are better
"""
from __future__ import annotations
import typing
import collections
{
"config": {"view": {"continuousWidth": 400, "continuousHeight": 300}},
"data": {"name": "data-dd5ef53ccb7db65754b7478f2d0aa8f9"},
"mark": "bar",
"encoding": {
"color": {"type": "nominal", "field": "library"},
"tooltip": [
{"type": "nominal", "field": "function"},
{"type": "quantitative", "field": "count"},
{"type": "nominal", "field": "library"}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file has been truncated, but you can view the full file.
/* Generated by Cython 0.29.16 */
/* BEGIN: Cython Metadata
{
"distutils": {
"depends": [
"skimage/feature/conditional_omp.h"
],
"include_dirs": [
"./skimage/feature"
This file has been truncated, but you can view the full file.
Adding in variants from internal_defaults
Adding in variants from ./.ci_support/osx_python3.8.____cpython.yaml
Attempting to finalize metadata for lldb
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... done
BUILD START: ['lldb-10.0.0-py38ha0d09dd_0.tar.bz2']
@saulshanabrook
saulshanabrook / machine.js
Last active April 2, 2020 15:45
Generated by XState Viz: https://xstate.js.org/viz
const newPreVersion = assign({
preVersion: () => 0
});
const bumpPreVersion = assign({
preVersion: context => context.preVersion + 1
});
const bumpVersion = assign({
version: context => context.version + 1
});
const addCommit = assign({
##
# Personal
##
# mkdir -p ~/bin
prepend_path ~/bin
# prepend_path ~/.local/bin
prepend_path /usr/local/bin
prepend_path /usr/local/sbin
# prepend_path ~/installs/kwm/bin