Skip to content

Instantly share code, notes, and snippets.

@josuepirolo
josuepirolo / birthday.py
Created November 25, 2022 11:32 — forked from Bktero/birthday.py
[Python] Is it your birthday?
from datetime import datetime
from datetime import date
birth = datetime.strptime("08-08-1987", "%d-%m-%Y").date()
today = date.today()
if birth.day == today.day and birth.month == today.month:
age = today.year - birth.year
print("It's your birthday! You're", age,"! : )")
print("Let's celebrate!")
@josuepirolo
josuepirolo / whatsapp-web-emoji-keywords.txt
Created September 28, 2022 13:31 — forked from hkan/whatsapp-web-emoji-keywords.txt
Emoji shortcut keywords for Whatsapp Web
0⃣ 0, keycap, zero
1⃣ 1, number, one
🕜 1, 30, clock, time, one, thirty, 1:30, one-thirty
🕐 1, clock, time, one, 00, o’clock, 1:00, one o’clock
2⃣ 2, number, two
🕝 2, 30, clock, time, two, thirty, 2:30, two-thirty
🕑 2, clock, time, two, 00, o’clock, 2:00, two o’clock
3⃣ 3, keycap, three
🕞 3, 30, three, clock, time, thirty, 3:30, three-thirty
🕒 3, three, clock, time, 00, o’clock, 3:00, three o’clock
@josuepirolo
josuepirolo / dddsBrasileiros.json
Last active April 21, 2022 02:20 — forked from ThadeuLuz/dddsBrasileiros.json
Objeto JSON com Estados Brasileiros por DDD e lista de DDDs por Estados.
{
"estadoPorDdd": {
"11": "SP",
"12": "SP",
"13": "SP",
"14": "SP",
"15": "SP",
"16": "SP",
"17": "SP",
"18": "SP",