Skip to content

Instantly share code, notes, and snippets.

View felipeadeildo's full-sized avatar
🎯
Focusing

Felipe Adeildo felipeadeildo

🎯
Focusing
View GitHub Profile
@felipeadeildo
felipeadeildo / rocketseat_downloader.py
Last active November 20, 2025 03:06
Rocketseat Downloader
import json
import os
import pickle
import queue
import random
import re
import threading
from pathlib import Path
from typing import Optional
from urllib.parse import parse_qs
@mtolk
mtolk / mermaid.html
Created September 16, 2020 12:59
This gist was created to anwser a question about using mermaidjs in the zola static site generator: https://zola.discourse.group/t/mermaid-integration/573?u=marco
<!-- should be in templates/ -->
<html>
<head>
<style>
div.mermaid {
width:25%;
}
</style>
</head>
<body>