Skip to content

Instantly share code, notes, and snippets.

View kizzlebot's full-sized avatar

James Choi kizzlebot

View GitHub Profile
# ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
#
#
# 888b 888 888 888
# 8888b 888 888 888
# 88888b 888 888 888
# .d88b. 888Y88b 888 .d88b. 888888 8888b. 888d888 888 888 888 .d88b. .d88b.
# d8P Y8b 888 Y88b888 d88""88b 888 "88b 888P" 888 888 888 d88""88b d88P"88b
# 88888888 888 Y88888 888 888 888 .d888888 888 888 888 888 888 888 888 888
# Y8b. 888 Y8888 Y88..88P Y88b. 888 888 888 Y88b 888 888 Y88..88P Y88b 888
@kizzlebot
kizzlebot / mixing_recordings.md
Created August 26, 2020 13:32 — forked from igracia/mixing_recordings.md
Mixing Recordings

Working with Twilio Room Recordings

The following guide will show you how to mix several audio and video tracks together, forming a grid. For this example, we will use two video and two audio tracks. The video tracks will be placed side by side in a 1024x768 output file.


UPDATE - Video Recording Compositions API is out!

Yes! No ned to go through this process alone anymore. We've recently released the Twilio Recording Composition API. This API will allow you to compose and transcode you Room Recordings. You can find the reference docs here

This file has been truncated, but you can view the full file.
[
{
"_id": "5cc0cc211c2492001bf6886e",
"status": "active",
"deletedAt": null,
"organization": "5cc0cc0e1c2492001bf6789f",
"property": {
"_id": "5cc0cc1b1c2492001bf678fa",
"images": [
{
@kizzlebot
kizzlebot / Development.postman_environment.json
Created March 26, 2019 15:01
rentivity postman collection
{
"id": "b8edde26-ed4c-482c-81cb-a2c24f875d63",
"name": "Development",
"values": [
{
"key": "Domain",
"value": "http://dev.rentivity.com",
"description": "",
"enabled": true
},
@kizzlebot
kizzlebot / simedu.postman_collection.json
Last active December 5, 2018 17:56
Postman export for Simulation EDU Backend API
{
"info": {
"_postman_id": "a038074d-58f4-4406-9352-df786f58c862",
"name": "simedu",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "password-reset",
"item": [
version: '3'
services:
redis:
image: redis:latest
ports:
- 6379:6379
mongodb:
@kizzlebot
kizzlebot / e2gen_interview_notes.md
Created August 24, 2018 14:01
E2Gens Interview notes

Introduction


Academic background

  • Broward College
    • Python was first language
    • Took introduction to c++
      • Introduced to linux
  • CLI is king
const proxy = require("http-proxy-middleware");
const proxyConf = require('./proxy-config');
const _ = require('lodash');
const morgan = require('morgan');
const R = require('ramda');
// var proxyFilter = (pathName, req) => pathName.match(/^\/api|^\/login$|^\/logout$|^\/proxy/);
const proxyFilter = R.pipe(R.match(/^\/api|^\/login$|^\/logout$|^\/proxy/), R.complement(R.isEmpty));
const strIncludes = (str, inc) => str.includes(inc);
182.253.40.49:3128
190.228.228.235:8080
110.36.239.235:8080
41.60.236.172:8080
177.103.239.42:20183
103.5.173.65:8080
204.185.26.98:8443
188.94.231.113:8080
162.244.35.50:40244
36.66.39.2:8080
@kizzlebot
kizzlebot / define-feed-details.html
Created August 14, 2018 15:15
define-feed-details.html
<!--
#%L
thinkbig-ui-feed-manager
%%
Copyright (C) 2017 ThinkBig Analytics
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at