Skip to content

Instantly share code, notes, and snippets.

View tizzo's full-sized avatar
💭
:shipit: 🚀 📦

Howard Tyson tizzo

💭
:shipit: 🚀 📦
View GitHub Profile
@tizzo
tizzo / download.ts
Last active October 15, 2019 13:57
download_m3u8
#! /usr/bin/env ts-node --transpile-only
import { createWriteStream, readFileSync, writeFileSync } from "fs";
import { basename, extname } from "path";
import { createHash } from "crypto";
const s3Url =
"https://example-video-player-debugging-temporary.s3.amazonaws.com";
const fetch = require("node-fetch");
async function getPlaylist() {
@tizzo
tizzo / Dockerfile
Last active January 23, 2020 16:37
Test dropped requests during a rolling kubernetes deployment.
FROM node:alpine
WORKDIR /app
COPY server.js .
CMD node /app/server.js
@tizzo
tizzo / .gitignore
Last active November 3, 2022 17:28
Create CSVs of Datadog resource 🔪🐶
.env
node_modules
.DS_Store
@tizzo
tizzo / $00-React-Native-Embed-Example-README.md
Last active April 19, 2024 20:23
Example React Native Embed

React Native Embed Example

This example demonstrates using a web ui view in a very basic react native app to embed the lithic embed iframe. Note that tapping the PAN to copy works. Very basic styling provided as an example.