| Saida | Santa Luzia | Italo Sul | Copel | Ponto Norte | J. Colina | UTFPR |
|---|---|---|---|---|---|---|
| 06:40 | 06:45 | 06:50 | 06:55 | 07:05 | 07:20 | |
| Unisep | 07:40 | 07:45 | 07:50 | 07:55 | 08:05 | 08:15 |
| 09:15 | 09:20 | 09:25 | 09:30 | 09:35 | 09:50 | |
| 11:25 | 11:30 | 11:35 | 11:40 | 11:45 | 12:00 | |
| 11:50 | 11:55 | 12:00 | 12:05 | 12:10 | 12:25 | |
| BRF | 13:40 | 13:45 | 13:50 | 13:55 | 14:00 | 14:10 |
| 16:20 | 16:25 | 16:30 | 16:35 | 16:40 | 16:50 | |
| 17:50 | 18:05 | 18:10 | 18:15 | 18:20 | 18:35 |
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
| #!/usr/bin/env nix | |
| #!nix shell nixpkgs#bash nixpkgs#trurl --command bash | |
| if [[ -z "$1" ]]; then | |
| echo "provide a url" | |
| exit | |
| fi | |
| trurl \ | |
| --set scheme="ssh" \ |
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
| // variáveis usadas em todo o documento | |
| #let name = "Lucas da Silva Marcos" | |
| #let utfpr = "Universidade Tecnológica Federal do Paraná" | |
| #let dv = "Dois Vizinhos, Paraná" | |
| // definição de estilos básicos da página | |
| #set page(margin: 1.5cm) | |
| #set text(lang: "pt", size: 10pt) | |
| #set document( |
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
| [EPEMI] Decisão editorial - solicitação de correções | |
| 2025-08-04 06:43 AM | |
| Lucas da Silva Marcos, Renata da Silva Dessbesel, Renan de Bastos Andrade: | |
| Nós chegamos a uma decisão referente a sua submissão para o periódico Encontro Paranaense de Educação Matemática Inclusiva, "Jogos Digitais no Ensino de Matemática na Educação de Surdos: Um Mapeamento Sistemático". | |
| Nossa decisão é de: Aceito para apresentação e publicação nos anais do Encontro Paranaense de Educação Matemática Inclusiva - EPEMI, com as devidas revisões obrigatórias indicadas pelos avaliadores. | |
| Assim, solicitamos que sejam realizadas as correções e enviada nova versão (sem identificação) para validação dos avaliadores. |
Área Temática: SICITE - número. nome (exemplo: SICITE - 01. Administração e Economia) Área Temática: SICITE - 14. Educação e Ensino
Objetivos de Desenvolvimento Sustentável (ODS): XX; XX; XX Objetivos de Desenvolvimento Sustentável (ODS): 04
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
| CREATE TABLE salao ( | |
| id TEXT PRIMARY KEY, | |
| nome TEXT | |
| ); | |
| CREATE TABLE usuario ( | |
| id TEXT PRIMARY KEY, | |
| nome TEXT | |
| ); |
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
| jogo | alvo | tema | |
|---|---|---|---|
| Caixa Mágica | 1º Ciclo e Pré-Escolar | matemática básica | |
| Card Box | 1º Ciclo e Pré-Escolar | quantidade | contagem | soma | subtração | |
| Jogo da Floresta | 1º Ciclo e Pré-Escolar | formas geométricas | |
| Rodopia | 1º Ciclo e Pré-Escolar | ||
| A Busca de Jacob | 2º Ciclo | potências | critérios de divisibilidade | geometria | |
| O Cavaleiro Jacob | 2º Ciclo | ||
| Funthastic Math | 2º Ciclo | ||
| Labirinto | 2º Ciclo | ||
| Math Hero | 2º Ciclo |
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
| [Security] | |
| EAP-Method=PEAP | |
| EAP-Identity=a1492462@utfpr.edu.br | |
| EAP-Password=senha | |
| EAP-PEAP-Phase2-Method=MSCHAPV2 | |
| EAP-PEAP-Phase2-Identity=a1492462@utfpr.edu.br | |
| EAP-PEAP-Phase2-Password=senha |
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
| Segunda-feira: das 12h00 às 18h00. | |
| Terça-feira: das 10h00 às 16h00. | |
| Quarta-feira: das 07h30 às 13h30. | |
| Quinta-feira: das 07h30 às 13h30. | |
| Sexta-feira: das 07h30 às 13h30. |
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
| { | |
| "exemplos": [ | |
| { | |
| "codigo": "VAR_J = 2;\n\nC1;\nFORK ROT_C3;\nC2;\nJOIN VAR_J, ROT_C4, QUIT;\n\nROT_C3:\n C3;\n JOIN VAR_J, ROT_C4, QUIT;\n\nROT_C4:\n C4;\n", | |
| "nome": "Exmeplo 1" | |
| }, | |
| { | |
| "codigo": "VAR_C5=2;\nVAR_C6=2;\n\nC1;\nFORK ROT_C3;\nFORK ROT_C4;\nC2;\nJOIN VAR_C5, ROT_C5, QUIT;\n\nROT_C3: C3;\n JOIN VAR_C5, ROT_C5, QUIT;\n\nROT_C4: C4;\n JOIN VAR_C6, ROT_C6, QUIT;\n\nROT_C5: C5;\n JOIN VAR_C6, ROT_C6, QUIT;\n\nROT_C6: C6;\n QUIT;\n", | |
| "nome": "Exmeplo 2" | |
| }, |
NewerOlder