Skip to content

Instantly share code, notes, and snippets.

{
"basics": {
"name": "Byron Stearns",
"label": "Full Stack Developer",
"email": "stearnsbq@vcu.edu",
"website": "https://quinn50.dev",
"summary": "My objective as a Computer Science student is to learn concepts about software development and cybersecurity by means of personal research, college coursework and internship opportunities. I primarily want to learn and work with cybersecurity concepts such as Cryptography, Network Security, Malware Analysis, Cloud Security, and Penetration Testing / Ethical Hacking ",
"profiles": [
{
"network": "Github",
// ==UserScript==
// @name Instagram Meme Thing
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Quick access to a video or picture on the page!
// @author quinn50
// @match https://www.instagram.com/
// @grant none
// ==/UserScript==
const mediasoup = require('mediasoup');
const socketIO = require('socket.io');
const express = require('express');
let socketServer;
let producer;
let worker;
let router;