Skip to content

Instantly share code, notes, and snippets.

View juvenal's full-sized avatar
🖖
Helping the next gen of technical leaders to thrive!

Juvenal A. Silva Jr. juvenal

🖖
Helping the next gen of technical leaders to thrive!
View GitHub Profile
@juvenal
juvenal / LEIAME.md
Created July 26, 2023 04:16 — forked from thiagokokada/LEIAME.md
[Vivo Fibra] Usando RTF3507VW-N1 em modo bridge

[Vivo Fibra] Usando RTF3507VW-N1 em modo bridge

Por que usar o RTF3507VW-N1 em modo bridge?

O roteador Askey RTF3507VW-N1 fornecido pela Vivo tem vários problemas:

  • Existe um cache interno de DNS (usando o dnsmasq?) bugado: ao fazer a mesma requisição DNS duas vezes seguidas, a primeira resposta vem correta, porém na seguinte temos:
@juvenal
juvenal / hotmark.py
Last active June 24, 2025 17:31
[Hotmark] Python script to download Hotmart courses that you own. #hotmart #v1
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Esse script faz parte de um projeto bem maior, solto no momento pq quero feedback, de tudo. #
# Também preciso que ele seja testado contra diversos cursos e que os problemas sejam apresentados. #
# Meu telegram: @katomaro #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Antes de mais nada, instale o FFMPEG no sistema (adicionando-o às variáveis de ambiente)
# Após isso, verifique se instalou as dependências listadas abaixo, pelo pip:
# m3u8, beautifulsoup4, youtube_dl
@juvenal
juvenal / isbn.php
Last active August 29, 2015 14:26
Obtain Book Metadata given its ISBN using Amazon Web Services
<?php
/**
* Query Amazon about a particular book by ISBN and obtain metadata.
* The author disclaims all copyright and places this in the public domain.
*
* Amazon's Terms of Use for this service require you to:
* - Send no more than 1 request every second
* - Direct traffic to them in some way. You can use the URL provided in the
* resulting metadata to achieve this.
*/
#!/usr/bin/env ruby
#
# Author: Robert Jorgenson
# Author email: rjorgenson@gmail.com
require 'Date'
class GeekletCalendar
COLOR = "\e[32m"
COLOR_STRING = "=="