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
| -- | |
| -- PostgreSQL database dump | |
| -- | |
| -- Dumped from database version 17.2 | |
| -- Dumped by pg_dump version 17.0 | |
| -- Started on 2025-07-03 07:38:04 -04 | |
| SET statement_timeout = 0; |
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
| Código | Descrição | Preço Unitário | Quantidade Recebida do Fornecedor | Quantidade em Estoque | Categoria | |
|---|---|---|---|---|---|---|
| ITM0001 | Apontador com depósito | 67.29 | 14 | 8 | papelaria | |
| ITM0002 | Prateleira metálica | 98.27 | 55 | 50 | mobília | |
| ITM0003 | Caderno 200 folhas | 294.07 | 39 | 35 | papelaria | |
| ITM0004 | Projetor portátil | 355.71 | 68 | 15 | eletrônico | |
| ITM0005 | Prateleira metálica | 143.83 | 59 | 29 | mobília | |
| ITM0006 | Estante de madeira | 478.57 | 70 | 17 | mobília | |
| ITM0007 | Estante de madeira | 409.76 | 71 | 58 | mobília | |
| ITM0008 | Papel sulfite A4 500 fls | 317.72 | 85 | 46 | papelaria | |
| ITM0009 | Monitor LED 24'' | 506.22 | 90 | 66 | eletrônico |
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." |
NewerOlder