Skip to content

Instantly share code, notes, and snippets.

View michaelaye's full-sized avatar

Michael Aye michaelaye

View GitHub Profile
# This file may be used to create an environment using:
# $ conda create --name <env> --file <this file>
# platform: osx-64
@EXPLICIT
https://conda.anaconda.org/michaelaye/osx-64/instantclient-19.3.0.0.0-1.tar.bz2
https://conda.anaconda.org/conda-forge/osx-64/phantomjs-2.1.1-1.tar.bz2
https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-h0b31af3_2.tar.bz2
https://conda.anaconda.org/conda-forge/osx-64/c-ares-1.15.0-h01d97ff_1001.tar.bz2
https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2019.11.28-hecc5488_0.tar.bz2
https://conda.anaconda.org/conda-forge/osx-64/cspice-66-h0b31af3_1007.tar.bz2
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
packages:
- name: 'astropy core package'
maintainer: 'Astropy Coordination Committee'
stable: true
home_url: https://docs.astropy.org
repo_url: https://github.com/astropy/astropy
pypi_name: astropy
description: 'A common core package for Astronomy in Python.'
image:
coordinated: true
This file has been truncated, but you can view the full file.
Date/Time: 2019-11-18 19:13:37 -0700
End time: 2019-11-18 19:13:39 -0700
OS Version: Mac OS X 10.14.6 (Build 18G103)
Architecture: x86_64h
Report Version: 28
Data Source: Stackshots
Shared Cache: 0x19a6d000 A1049650-9CCC-390A-863F-F46B852EECF4
Command: HiView
#!/usr/bin/env python
"""
This program builds shell scripts that define ISIS3 environment variables during
conda environment activation and deactivation, and creates some directories.
"""
import argparse
import os
import sys

Please:

  • Check for duplicate issues. Please file separate requests as separate issues on GitHub.
  • Describe how to reproduce the bug / the goal of the feature request.
  • Use the latest versions of Vega and Vega-Lite.
  • Provide an example spec in JSON, wrapped by triple backticks like this:

Reproduce using altair in Python:

"{\n \"$schema\": \"https://vega.github.io/schema/vega-lite/v3.3.0.json\",\n \"config\": {\n \"mark\": {\n \"tooltip\": null\n },\n \"view\": {\n \"height\": 300,\n \"width\": 400\n }\n },\n \"data\": {\n \"name\": \"data-856a37508df4691ee92109908a3a0a63\"\n },\n \"datasets\": {\n \"data-856a37508df4691ee92109908a3a0a63\": [\n {\n \"age\": 15,\n \"people\": 4566154,\n \"sex\": 1,\n \"year\": 1910\n },\n {\n \"age\": 80,\n \"people\": 211110,\n \"sex\": 2,\n \"year\": 1920\n },\n {\n \"age\": 45,\n \"people\": 1065973,\n \"sex\": 1,\n \"year\": 1880\n },\n {\n \"age\": 30,\n \"people\": 8705835,\n \"sex\": 1,\n \"year\": 1980\n },\n {\n \"age\": 90,\n \"people\": 6569,\n \"sex\": 2,\n \"year\": 1850\n },\n {\n \"age\": 55,\n \"people\": 4981670,\n \"sex\": 1,\
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
advbumpversion
astropy
autopep8
black
bokeh
cartopy
cython
dask
datashader
fastparquet
@michaelaye
michaelaye / raytracing.py
Created March 14, 2019 04:23 — forked from rossant/raytracing.py
Very simple ray tracing engine in (almost) pure Python. Depends on NumPy and Matplotlib. Diffuse and specular lighting, simple shadows, reflections, no refraction. Purely sequential algorithm, slow execution.
"""
MIT License
Copyright (c) 2017 Cyrille Rossant
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is