Skip to content

Instantly share code, notes, and snippets.

View joeypy's full-sized avatar
🏠
Working from home

Joseph Boscan joeypy

🏠
Working from home
  • Designio
  • Caracas - Venezuela
View GitHub Profile
@Klerith
Klerith / Instalaciones-React.md
Last active July 21, 2024 14:00
Instalaciones recomendadas para mi curso de React de cero a experto
@pyjavo
pyjavo / zen_python.md
Last active February 3, 2021 07:28
El zen de Python: Explicado y con ejemplos

El Zen de Python

============ Este post se encuentra publicado en https://pybaq.co/blog/el-zen-de-python-explicado/ ===========

Si alguna vez abren la consola de python y escriben import this verán que les aparecerán las líneas con el famoso Zen de Python:

  1. Beautiful is better than ugly.
  2. Explicit is better than implicit.
@lopspower
lopspower / README.md
Last active July 20, 2024 20:26
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store