Skip to content

Instantly share code, notes, and snippets.

@rxaviers
rxaviers / gist:7360908
Last active March 5, 2026 14:47
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:
@codigoconjuan
codigoconjuan / db.json
Last active September 27, 2025 02:32
Gist Platillos JSON-Server
{
"platillos": [
{
"id": 1,
"nombre": "Pizza a la LeΓ±a Chica",
"precio": 30,
"categoria": 1
},
{
"id": 2,
@codigoconjuan
codigoconjuan / index.html
Created May 5, 2022 22:59
index.html de Propinas con Bootstrap 5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calculadora de Propinas y Consumos</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/app.css">
</head>
@codigoconjuan
codigoconjuan / app.js
Created October 6, 2022 22:32
Validar email
const regex = /^\w+([.-_+]?\w+)*@\w+([.-]?\w+)*(\.\w{2,10})+$/
@codigoconjuan
codigoconjuan / style.css
Last active November 3, 2025 03:30
MenΓΊ con Animaciones en WordPress
.menu-principal a::before,
.menu-principal a::after {
position: absolute;
left: 0;
content: '';
display: block;
width: 100%;
height: 50%;
background-color: var(--primario);
z-index: -1;
@K1ethoang
K1ethoang / Active StarUml version 6 for Window | MacOS | Linux.md
Last active March 3, 2026 16:15
Active StarUml version 6 for Window | MacOS | Linux