Files for Cesium example.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
skyportal@ /private/tmp/skyportal | |
├─┬ @babel/[email protected] | |
│ ├── @ampproject/[email protected] | |
│ ├── @babel/[email protected] | |
│ ├── @babel/[email protected] | |
│ ├── @babel/[email protected] | |
│ ├── @babel/[email protected] | |
│ ├── @babel/[email protected] | |
│ ├── @babel/[email protected] | |
│ ├── @babel/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************************************************************* | |
maskdisplay.ino | |
Arduino code adapted from adafruit examples to display text to e-ink via bluetooth. | |
- Josh Bloom (2020) | |
This is an example for our nRF51822 based Bluefruit LE modules | |
Pick one up today in the adafruit shop! | |
Adafruit invests time and resources providing this open source code, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# build the environment ... this will take awhile | |
docker run -v $(pwd):/outputs -it amazonlinux:2016.09 /bin/bash /outputs/build.sh | |
# should end with something like "venv compressed size 51M" | |
# unpackage that environment | |
unzip venv.zip -d ve_package/ |
I hereby claim:
- I am profjsb on github.
- I am profjsb (https://keybase.io/profjsb) on keybase.
- I have a public key whose fingerprint is 27AB 3BD6 6363 9E00 5043 B05B BB47 4CFF 1175 DCFC
To claim this, I am signing this object:
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Traditional inference techniques and infrastructure tools can be illsuited to time-series data, which may be noisy, streaming, multispectral, irregularly sampled, and/or extremely large. This BoF is aimed at identifying promising approaches to time series analysis across a diverse set of use cases and finding projects of common interest for potential future collaborations.
- Share use cases, tooling & pain points around time series analysis and inference
- Identify common tools & difficulties across use cases
- Open issues discussions
- Find potential cross-domain/cross-methodology areas for future collaboration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM ubuntu:latest | |
MAINTAINER Wise.io, Inc. <[email protected]> | |
ENV DEBIAN_FRONTEND noninteractive | |
ENV PATH /anaconda/bin:$PATH | |
# For image inheritance. | |
ONBUILD ENV PATH /anaconda/bin:$PATH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Dockerfile to run the cron jobs in root, including python/psycopg2 | |
FROM alpine:edge | |
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing py-psycopg2 | |
EXPOSE 6000 | |
COPY refresh.py /refresh.py | |
COPY root /var/spool/cron/crontabs/root | |
CMD crond -l 2 -f |
NewerOlder