Skip to content

Instantly share code, notes, and snippets.

@martinwicke
martinwicke / automobile.ipynb
Last active January 9, 2022 08:14
Estimator demo using Automobile dataset
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@shortjared
shortjared / list.txt
Last active April 11, 2025 14:12
List of AWS Service Principals
a4b.amazonaws.com
access-analyzer.amazonaws.com
account.amazonaws.com
acm-pca.amazonaws.com
acm.amazonaws.com
airflow-env.amazonaws.com
airflow.amazonaws.com
alexa-appkit.amazon.com
alexa-connectedhome.amazon.com
amazonmq.amazonaws.com
@steven2358
steven2358 / ffmpeg.md
Last active April 29, 2025 11:48
FFmpeg cheat sheet
@gschivley
gschivley / altair_app.py
Created May 13, 2018 18:32
Altair plot in Plotly Dash
# -*- coding: utf-8 -*-
import dash
import dash_core_components as dcc
import dash_html_components as html
from dash.dependencies import Input, Output
import pandas as pd
import sqlalchemy
import altair as alt
import io
from vega_datasets import data
@jacobtomlinson
jacobtomlinson / Dask on Fargate from scratch.ipynb
Last active February 17, 2025 03:48
Dask on Fargate from scratch
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@cicdw
cicdw / prefect_coiled_demo.ipynb
Last active December 7, 2020 21:27
Outline of Prefect + Coiled demo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ih2502mk
ih2502mk / list.md
Last active April 28, 2025 20:23
Quantopian Lectures Saved
@kylemcdonald
kylemcdonald / Collect Parler Metadata.ipynb
Last active June 27, 2024 04:09
Collect video URLs and GPS data for Parler videos.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@flrs
flrs / saturn_cloud_modeltime_gluonts_startup_script.sh
Created March 1, 2021 01:42
GPU-powered Deep Learning for Time Series with modeltime.gluonts on Saturn Cloud
# Saturn Cloud Startup Script for Running GPU-enabled modeltime.gluonts
#
# How to use:
# 1. Create an account on saturncloud.io
# 2. Create a new project in Saturn Cloud
# 3. Select image "saturncloud/saturn-gpu:2020.12.23" as image for your project
# 4. Copy and paste code below into "Advanced Settings (optional)" > "Start Script (Bash)".
# (This code will install R, a Jupyter R kernel, modeltime.gluonts, and prepare a Python environment
# for executing GluonTS.)
# 5. The startup script takes about 40 min to run. After that, you can start Jupyter Lab in your Saturn Cloud
# Write your code here :-)
import board
import digitalio
import gamepad
import time
import usb_hid
from adafruit_hid.keyboard import Keyboard
from adafruit_hid.keycode import Keycode
kbd = Keyboard(usb_hid.devices)