This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@keyframes shake { | |
0% { transform: translate(1px, 1px) rotate(0deg); } | |
5% { transform: translate(-1px, -2px) rotate(-1deg); } | |
10% { transform: translate(-3px, 0px) rotate(1deg); } | |
15% { transform: translate(3px, 2px) rotate(0deg); } | |
20% { transform: translate(1px, -1px) rotate(1deg); } | |
25% { transform: translate(-1px, 2px) rotate(-1deg); } | |
30% { transform: translate(-3px, 1px) rotate(0deg); } | |
35% { transform: translate(3px, 1px) rotate(-1deg); } | |
40% { transform: translate(0, 0) rotate(0deg); } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<span style="--i:1">S</span> | |
<span style="--i:2">u</span> | |
<span style="--i:3">p</span> | |
<span style="--i:4">e</span> | |
<span style="--i:5">r</span> | |
<span style="--i:6"> </span> | |
<span style="--i:7">q</span> | |
<span style="--i:8">u</span> | |
<span style="--i:9">a</span> | |
<span style="--i:10">l</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"works": [ | |
{ | |
"code": "PHYS-2023-001", | |
"title": "Quantum Entanglement in Superconducting Nanowires", | |
"authors": ["Elena Rodriguez", "Michael Chen", "Sarah Patel"] | |
}, | |
{ | |
"code": "BIO-2023-002", | |
"title": "CRISPR-Based Gene Therapy for Rare Genetic Disorders", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rewrites": [{ "source": "/(.*)", "destination": "/" }] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const contactConverter: FirestoreDataConverter<Contact, DocumentData> = { | |
toFirestore: (contact: Contact): DocumentData => { | |
const cleanContact = Object.entries(work) | |
// eslint-disable-next-line @typescript-eslint/no-unused-vars | |
.filter(([_, value]) => value !== undefined) | |
.reduce((acc, [key, value]) => ({ ...acc, [key]: value }), {}); | |
return cleanContact; | |
}, | |
fromFirestore: ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"description": "Wireless Mouse", | |
"price": 29.99, | |
"releaseDate": "2023-03-15T00:00:00.000Z", | |
"stock": 150 | |
}, | |
{ | |
"description": "Mechanical Keyboard", | |
"price": 89.99, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"titulo": "Desenvolvimento das asas da borboleta", | |
"area": "CBS", | |
"codigo": "CBS01", | |
"autores": [ | |
{ | |
"nome": "Fulano de Tal", | |
"genero": "M", | |
"cpf": "999.999.999-99" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"To do with position or direction; In, on, at, by, towards, onto.", | |
"To do with separation; In, into.", | |
"To do with time; Each, per, in, on, by.", | |
"To do with method; In, with.", | |
"To do with role or capacity; In.", | |
"To do with status; In.", | |
"To do with process, with a passive verb; In the course of, experiencing.", | |
"To do with an action, an active verb; Engaged in.", | |
"To do with an action/movement; To, into." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"term": "heathen", | |
"audioUrls": [ | |
"https://api.dictionaryapi.dev/media/pronunciations/en/heathen-us.mp3" | |
], | |
"meanings": [ | |
"An adherent of the Germanic neo-pagan faith of Heathenry.", | |
"Pertaining or adhering to the Germanic neo-pagan faith Heathenry.", | |
"A person who does not follow a Christian religion; a pagan.", | |
"(by extension) An uncultured or uncivilized person, philistine.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script | |
src="https://code.jquery.com/jquery-3.7.1.min.js" | |
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" | |
crossorigin="anonymous" | |
></script> |
NewerOlder