Skip to content

Instantly share code, notes, and snippets.

View SebastianCastilloDev's full-sized avatar
🎯
Focusing

Sebastian Castillo SebastianCastilloDev

🎯
Focusing
View GitHub Profile
@JCervantesB
JCervantesB / 23+ Sitios para imágenes
Last active May 15, 2023 16:28
23+ Sites to Find Free Images You Would Actually Use for Your Marketing
https://unsplash.com/
https://burst.shopify.com/
https://www.pexels.com/
https://pixabay.com/
https://www.freeimages.com/
https://kaboompics.com/
https://stocksnap.io/
https://www.canva.com/photos/free/
https://www.lifeofpix.com/
https://gratisography.com/
@codigoconjuan
codigoconjuan / db.sql
Last active August 12, 2024 18:32
Introducción a Bases de Datos
INSERT INTO reservaciones (nombre, apellido, hora, fecha, servicios) VALUES
('Juan', 'De la torre', '10:30:00', '2021-06-28', 'Corte de Cabello Adulto, Corte de Barba' ),
('Antonio', 'Hernandez', '14:00:00', '2021-07-30', 'Corte de Cabello Niño'),
('Pedro', 'Juarez', '20:00:00', '2021-06-25', 'Corte de Cabello Adulto'),
('Mireya', 'Perez', '19:00:00', '2021-06-25', 'Peinado Mujer'),
('Jose', 'Castillo', '14:00:00', '2021-07-30', 'Peinado Hombre'),
('Maria', 'Diaz', '14:30:00', '2021-06-25', 'Tinte'),
('Clara', 'Duran', '10:00:00', '2021-07-01', 'Uñas, Tinte, Corte de Cabello Mujer'),
('Miriam', 'Ibañez', '09:00:00', '2021-07-01', 'Tinte'),