I need to Generate this:
From this endpoint:
https://firebasestorage.googleapis.com/v0/b/neso-c53c4.appspot.com/o/PDFs%2FPPT%2Fcs003_6_p
I need to Generate this:
From this endpoint:
https://firebasestorage.googleapis.com/v0/b/neso-c53c4.appspot.com/o/PDFs%2FPPT%2Fcs003_6_p
50.27.184.225:54321 | |
91.144.95.163:4145 | |
103.244.36.129:4145 | |
122.55.202.100:4145 | |
125.25.187.226:4145 | |
131.255.194.60:11337 | |
176.110.125.233:51327 | |
36.22.76.246:1080 | |
45.118.144.47:26591 | |
45.118.144.47:26643 |
import os, io | |
import webbrowser | |
import json | |
from urllib import request | |
videos = [] | |
getVideoId = lambda s: s.split("=")[-1] | |
with open("playlist.json") as data_file: | |
data = json.load(data_file) |
{ | |
"lock": false, | |
"tasks": { | |
"start": "deno run -A --watch=static/,routes/ dev.ts", | |
"update": "deno run -A -r https://fresh.deno.dev/update ." | |
}, | |
"imports": { | |
"$fresh/": "https://deno.land/x/[email protected]/", | |
"preact": "https://esm.sh/[email protected]", | |
"preact/": "https://esm.sh/[email protected]/", |
\documentclass{article} | |
\usepackage[utf8]{inputenc} | |
\usepackage[inline]{enumitem} | |
\usepackage[table,xcdraw]{xcolor} % for table color | |
\setlength\parindent{0pt} | |
\newcommand{\entry}[2]{\begin{tabular}{c}\\#1\\#2\\\phantom{ }\end{tabular}} | |
\pagenumbering{gobble} | |
\usepackage{geometry} | |
\geometry{ |
// ==UserScript== | |
// @name Claude MathJaX | |
// @namespace http://tampermonkey.net/ | |
// @version 0.5 | |
// @description Render LaTeX math formulas on the page using MathJax | |
// @match https://claude.ai/* | |
// @grant none | |
// ==/UserScript== | |
// deno-lint-ignore-file no-window no-window-prefix |
[ | |
{ | |
"command": "editor.action.moveLinesDownAction", | |
"key": "alt+j", | |
"when": "editorTextFocus && !editorReadonly" | |
}, | |
{ | |
"command": "workbench.action.previousEditor", | |
"key": "ctrl+shift+tab" | |
}, |