Skip to content

Instantly share code, notes, and snippets.

View MVMS1994's full-sized avatar
💻

Veera M Subbiah MVMS1994

💻
View GitHub Profile
@MVMS1994
MVMS1994 / gist:9e11e4a736176e5b6990ccc8501b3fa5
Last active March 22, 2024 14:52
IPL 2024 - CSK vs RCB
ffplay -headers $'x-token-platform: Web' -i "https://prod-sports-eng.jiocinema.com/hls/live/2100299/hd_akamai_iosmob_avc_eng_ipl_s1_m1220324/master_1080p.m3u8"
@MVMS1994
MVMS1994 / splitter.js
Created October 8, 2018 21:01
Purescript optimized bundle splitter.
const BUNDLE_SRC = "dist/bundle.js";
const LIB_SRC = "dist/lib.js";
const SRC_SRC = "dist/src.js";
var acorn = require('acorn-node');
var fs = require('fs');
var cp = require('child_process');
var walkSync = function(dir, filelist) {
var files = fs.readdirSync(dir);