Skip to content

Instantly share code, notes, and snippets.

View tiidadavena's full-sized avatar
:octocat:
Focusing

jules tiidadavena

:octocat:
Focusing
View GitHub Profile
@tiidadavena
tiidadavena / orable_streenums.py
Created March 28, 2025 15:10 — forked from jsbueno/orable_streenums.py
Python STrEnum whose members can be joined together with `|` resulting in a set.
from enum import StrEnum
class OrableStrEnum(StrEnum):
"""neat hack: Members can be combined with the `|` operator
That will result in a set - and then the `in` operator
is made to work with a single member as wll, so that
`if CAN_REVIEW in permissions:` will work whether permissions content is
permissions = CAN_REVIEW
@tiidadavena
tiidadavena / README.md
Created June 28, 2023 17:46 — forked from lopspower/README.md
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

@tiidadavena
tiidadavena / input.scss
Created June 20, 2023 16:08
Generated by SassMeister.com.
@use "sass:map";
$icon-colors: (
lightocean: #a4d0f4,
ocean: #0077cc,
cherry: #cc005c,
sand: #ffc499,
camel: #ba5d00,
);
// $icon-colors: (
@tiidadavena
tiidadavena / gist:607579b47e83cd391f8585b37d3c6f32
Created October 4, 2022 22:46 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue: