| Item | Deputado Federal (R$) | Deputado Estadual (média R$) | Senador (R$) |
|---|---|---|---|
| Salário | 46.366 | 25.300 | 33.763 |
| Cota / verba indenizatória (CEAP) | 38.000 | 27.000 | 33.176 |
| Verba de gabinete (assessores) | 120.000 | 59.000 | 82.000 |
| Auxílio-moradia / imóvel funcional | 4.253 | 3.600 | 5.500 |
| Diárias – nacionais (média) | 842/dia |
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
| const DanteIcon = () => { | |
| return ( | |
| <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="32" height="32" viewBox="0 0 227.000000 247.000000" preserveAspectRatio="xMidYMid meet" className="w-8 h-8"> | |
| <g transform="translate(0.000000,247.000000) scale(0.100000,-0.100000)" fill="#000000" stroke="none"> | |
| <path d="M1760 2430 c0 -20 -64 -81 -115 -110 -44 -25 -58 -29 -74 -21 -11 6 -29 11 -40 11 -17 0 -21 6 -21 35 l0 36 -67 -82 c-68 -84 -92 -131 -93 -184 0 -16 -7 -48 -16 -70 -11 -30 -13 -32 -9 -10 3 17 10 56 15 88 11 67 20 86 68 145 l34 42 -43 0 c-24 0 -106 -7 -182 -15 -513 -54 -723 -172 -837 -468 -91 -234 -141 -661 -110 -938 21 -195 73 -361 139 -439 l20 -25 26 30 c46 55 105 147 111 174 3 14 13 47 23 73 16 39 16 48 5 52 -8 3 -14 10 -14 16 0 6 7 4 16 -4 9 -10 33 -16 62 -16 33 0 43 -3 32 -9 -8 -6 -26 -7 -41 -4 -31 6 -59 -25 -59 -67 0 -42 -44 -118 -134 -231 -74 -92 -98 -115 -181 -168 -113 -72 -177 -129 -199 -175 -34 -72 -96 -66 713 -66 l730 0 -24 69 c-47 139 -55 203 -58 441 - |
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
| [ | |
| { | |
| "id": "item_001", | |
| "name": "Staff of Peloponesian Elemental Projection", | |
| "category": "weapon", | |
| "subtype": "staff", | |
| "rarity": "legendary", | |
| "primary_class": "elementalist", | |
| "tags": [ | |
| "elemental", |
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
| package com.lucasalfare.flgf | |
| import org.w3c.dom.Element | |
| import java.io.InputStream | |
| import javax.xml.parsers.DocumentBuilderFactory | |
| // ==================== DATA MODELS ==================== | |
| /** | |
| * Represents the player input for a single frame/tick. |
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
| FROM python:3.10-slim | |
| WORKDIR /app | |
| COPY requirements.txt . | |
| COPY app/ . | |
| RUN pip install --no-cache-dir -r requirements.txt | |
| CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] |
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
| { | |
| "gerar_narração": "Escreva uma narração em prosa do texto que mandarei logo no final, referente [nome para referência para o livro/trecho que está sendo adaptado]. A narração deve ser no estilo de Dan Brown, em primeira pessoa, com uma linguagem envolvente, descritiva e fluida, capturando a essência do canto e as emoções dos personagens, considerando o poema original por completo. O texto deve ter uma estrutura contínua, evitando o uso excessivo de pausas e frases curtas, garantindo que a leitura seja cativante do começo ao fim, sem interrupções ou uma sensação robótica. Conecte as ideias de maneira natural e fluida, de forma que o leitor sinta-se imerso na história. Leve em consideração os eventos e temas dos cantos anteriores para assegurar uma continuidade lógica e emocional na narrativa. Inclua diálogos relevantes e descreva as paisagens, simbolismos e ações dos personagens de forma vívida, alinhando-os aos temas do canto, como redenção, moralidade ou esperança, sempre em coerência com a jornada do pr |
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
| // LucasAlfare Zed settings for Omarchy (based on ArchLinux) | |
| // | |
| // For information on how to configure Zed, see the Zed | |
| // documentation: https://zed.dev/docs/configuring-zed | |
| // | |
| // To see all of Zed's default settings without changing your | |
| // custom settings, run `zed: open default settings` from the | |
| // command palette (cmd-shift-p / ctrl-shift-p) | |
| { | |
| "telemetry": { |
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
| @file:OptIn(ExperimentalUnsignedTypes::class) | |
| import java.io.File | |
| import java.util.* | |
| data class Node( | |
| val left: Node? = null, | |
| val right: Node? = null, | |
| val symbol: UByte? = null, | |
| val value: Int |
Nota: Ainda em construção!
NewerOlder