Skip to content

Instantly share code, notes, and snippets.

View sidneyroberto's full-sized avatar

Sidney Sousa sidneyroberto

  • Instituto Federal de Ciência e Tecnologia de Mato Grosso do Sul
  • Aquidauana - MS
View GitHub Profile
@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); }
<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">&nbsp;</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>
{
"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",
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}
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: (
[
{
"description": "Wireless Mouse",
"price": 29.99,
"releaseDate": "2023-03-15T00:00:00.000Z",
"stock": 150
},
{
"description": "Mechanical Keyboard",
"price": 89.99,
{
"titulo": "Desenvolvimento das asas da borboleta",
"area": "CBS",
"codigo": "CBS01",
"autores": [
{
"nome": "Fulano de Tal",
"genero": "M",
"cpf": "999.999.999-99"
},
[
"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."
{
"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.",
<script
src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
crossorigin="anonymous"
></script>