Skip to content

Instantly share code, notes, and snippets.

View jchoi2x's full-sized avatar
πŸ’­
πŸ”«πŸ›

James Choi jchoi2x

πŸ’­
πŸ”«πŸ›
View GitHub Profile
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://example.com/ckbs.schema.json",
"title": "Career Knowledge Base Schema (CKBS)",
"description": "High-resolution schema for storing career engagements, projects, accomplishments, and evidence. Designed to export deterministic projections such as JSON Resume while preserving full detail for tailored resume generation.",
"type": "object",
"additionalProperties": false,
"required": ["schemaVersion", "person", "engagements", "accomplishments"],
"properties": {
"schemaVersion": {
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"url": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"url": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
{
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
"url": "https://thomasedison.com",
"summary": "Prolific inventor and businessman known for developing many devices that greatly influenced life around the world, including the phonograph, the motion picture camera, and the electric light bulb.",
"location": {
# ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
#
#
# 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
@jchoi2x
jchoi2x / 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": [
{
@jchoi2x
jchoi2x / 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
},
@jchoi2x
jchoi2x / 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: