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
    
  
  
    
  | version: "3" | |
| services: | |
| frontend: | |
| image: ghcr.io/uniamerica/unijobs-front:1 | |
| ports: | |
| - 80:80 | |
| deploy: | |
| placement: | |
| constraints: | 
  
    
      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
    
  
  
    
  | import './App.css'; | |
| import { Formik } from 'formik'; | |
| import { useState } from 'react'; | |
| function App() { | |
| const [value, setValue] = useState('') | |
| const [stateTouched, setStateTouched] = useState({}) | |
| return ( | |
| <div className="App"> | |
| <Formik | 
  
    
      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
    
  
  
    
  | <?xml version="1.0" encoding="UTF-8"?> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>org.springframework.boot</groupId> | |
| <artifactId>spring-boot-starter-parent</artifactId> | |
| <version>2.3.3.RELEASE</version> | |
| <relativePath/> <!-- lookup parent from repository --> | |
| </parent> | 
  
    
      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
    
  
  
    
  | SELECT | |
| sub.*, | |
| ROUND(ABS(SUM(sub.valor_transacao - sub.valor_convenios - sub.valor_pago)), 2) as saldo | |
| FROM | |
| (SELECT | |
| t.id_transacao, | |
| a.id_aluno, | |
| perfil.id_perfil, | |
| o.descricao AS descricao_org, | |
| o.id_org id_organizacao, | 
  
    
      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 class ManagerPath { | |
| constructor(url) { | |
| if(url.indexOf('#') === -1) { | |
| throw "Não foi encontrado nenhum rota na url: example.com/#/path/router"; | |
| } | |
| const path = url.split('#').length < 2 ? null : url.split('#')[1]; | |
| this.buildPath; | |
| this.pathMap = new Map( ); | |
| this.buildKeyAndValues(path); | |
| } | 
  
    
      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
    
  
  
    
  | // Programa para teste de funcionamento do Leitor Biometrico | |
| // Traduzido e adaptado por Usinainfo | |
| #include <Adafruit_Fingerprint.h> | |
| #include <SoftwareSerial.h> | |
| #include <EEPROM.h> | |
| static const uint8_t D0 = 16; | |
| static const uint8_t D1 = 5; | |
| static const uint8_t D2 = 4; | 
  
    
      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
    
  
  
    
  | // Programa para teste de funcionamento do Leitor Biometrico | |
| // Traduzido e adaptado por Usinainfo | |
| #include <Adafruit_Fingerprint.h> | |
| #include <SoftwareSerial.h> | |
| #include <EEPROM.h> | |
| static const uint8_t D0 = 16; | |
| static const uint8_t D1 = 5; | |
| static const uint8_t D2 = 4; | 
  
    
      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
    
  
  
    
  | #EXTM3U | |
| #EXTINF:0,Channel | |
| https://www.endcraft.com.br/torrent/1%C2%AA%20Temporada%20-%20Dublado/playlist.m3u8 | |
| #EXTINF:1,Channel2 | |
| https://www.endcraft.com.br/torrent/%7BWWW.BLUDV.TV%7D%20Game%20of%20Thrones%202019%20-%20S08E01%20%28720p%20-%20x265%29%20Acesse%20o%20ORIGINAL%20WWW.BLUDV.TV/got01.mkv | 
  
    
      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
    
  
  
    
  | #include <stdio.h> | |
| #include <stdlib.h> | |
| void exibirMensagem(){ | |
| printf("|-______________________________________________________________________________-|\n"); | |
| printf("| |\n"); | |
| printf("| BEM VINDO AO JOGO DE TABUADA |\n"); | |
| printf("| PRONTO PARA CALCULAR ? |\n"); | |
| printf("| |\n"); | 
  
    
      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
    
  
  
    
  | #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <time.h> | |
| int main() { | |
| char ingles1[20] = "green"; | |
| char portugues1[20] = "verde"; | |
| char ingles2[20] = "red"; | |
| char portugues2[20] = "vermelho"; | 
NewerOlder