Skip to content

Instantly share code, notes, and snippets.

@steven2358
steven2358 / ffmpeg.md
Last active July 25, 2024 14:53
FFmpeg cheat sheet
"""Aprende como traducir cualquier Texto con Python por #Tecsify
¡Tecnología que empodera!"""
from deep_translator import GoogleTranslator
# - - Esta parte del código traduce únicamente un texto plano
traductor = GoogleTranslator(source='es', target='en')
resultado = traductor.translate("La educación es el arma más poderosa para cambiar al mundo")
print(resultado)
#-----------------------------------------------------------------------------
@securityMB
securityMB / twitter-quiz.md
Last active July 16, 2021 04:07
Twitter quiz solution

Yesterday I posted a little quiz on Twitter about HTML parsing.

The question was: what element is going to be the parent of the final <s> in the following snippet of HTML:

<div><table><svg><foreignObject><select><table><s>

The final answers are: