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":"81236bf3.eb8f78", | |
"type":"delay", | |
"z":"82abc763.e595f8", | |
"name":"", | |
"pauseType":"delay", | |
"timeout":"1", | |
"timeoutUnits":"seconds", | |
"rate":"1", |
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":"a424940.520d37", | |
"type":"inject", | |
"z":"45b2119e.b5f94", | |
"name":"0.5s tick", | |
"topic":"", | |
"payload":"", | |
"payloadType":"date", | |
"repeat":"0.5", |
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
numeroUm <- 0; | |
numeroDois <- 0; | |
leia(numeroUm); | |
leia(numeroDois); | |
se (numeroUm < 0 ou numeroDois < 0) então | |
imprima("O número não pode ser negativo"); | |
senão | |
soma <- numeroUm + numeroDois; |
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
/* | |
1. Crie um banco de dados vazio com o nome 'turismo' e selecione-o. Os demais exercícios serão realizados nele. | |
*/ | |
/* | |
2. Crie uma tabela chamada 'cidade' contendo os seguintes campos: | |
'sigla_cidade', uma chave primária de 3 caracteres de tamanho fixo. Ex: 'SPO', 'RJO', ... | |
'nome_cidade', com até 50 de tamanho, obrigatório | |
'sigla_uf', com 2 caracteres, também obrigatório | |
*/ |
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
Montar um circuito com 06 LEDs que pisquem na ordem crescente com intervalo de 2 segundos (2000 milisegundos) | |
Montar um circuito com 05 LEDs que pisquem na rodem crescente e posteriormente, decrescente, com intervalo de 500ms | |
Montar um circuito com 10 LEDs que pisquem em pares, de 2 em 2s | |
Montar um circuito com 18 LEDs que pisquem em trios de 1 em 1 segundo na ida e na volta, pisquem em pares a cada 1500ms | |
Montar um circuito que represente um cruzamento com semáforo de 4 fases |
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
[core] | |
autocrlf = true | |
excludesfile = C:\\Users\\user\\Documents\\gitignore_global.txt | |
[alias] | |
co = checkout | |
ci = commit | |
st = status | |
br = branch | |
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short |
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
--DFE_NF_APROVACOES | |
SELECT NFE.NUMERO_NFE, | |
NFE.SERIE_NFE, | |
EMP.NOME_FANTASIA FILIAL, | |
replace(to_char(HIST_AUT.DATA - HIST_INI.DATA), '+000000000', '') as "TEMPO TOTAL", | |
HIST_INI.DATA "INI", | |
HIST_AUT.DATA "AUT" | |
FROM MSAF_DFE.DFE_NFE NFE, | |
MSAF_DFE.DFE_HISTORICO_NFE HIST_INI, | |
MSAF_DFE.DFE_HISTORICO_NFE HIST_AUT, |
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-16"?> | |
<WSE_RecebConfNF xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<TOKEN>x84jd3EF6g3jfs9yRF9s4Nhs2dfGf10Akh4asW05Mxy</TOKEN> | |
<USERID>TR_VIEIRA</USERID> | |
<CODAGENDA>33445</CODAGENDA> | |
<CGCCPF>94127776000110</CGCCPF> | |
<CHAVE>1</CHAVE> | |
<CODFIL>400</CODFIL> | |
<TPNOTA>1</TPNOTA> | |
<CODREMET>846</CODREMET> |
NewerOlder