Boas vindas. Abrir o grupo falar sobre a pergunta 30 segundos para responder executar o codigo pedir para quem acertou ir para outro videos: gotos formatar o codigo syntax on herança de execptions identar o codigo
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
<html> | |
<?php | |
for($i = 0 ; $i < 10 ; $i++){ | |
echo $i.'<br/>'; | |
} | |
echo "Fim"; | |
exit; | |
?> | |
</html> |
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 `COLUMN_NAME` | |
FROM `INFORMATION_SCHEMA`.`COLUMNS` | |
WHERE `TABLE_SCHEMA`='yourdatabasename' | |
AND `TABLE_NAME`='yourtablename'; |
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
./app.php app:test ../../../application/modules/proposta/controllers/ManterpropostaincentivofiscalController.php ../../../tests/application/modules/proposta/controllers/ Proposta_ManterpropostaincentivofiscalController ../../../application/modules/proposta/controllers/GenericController.php |
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
CONVERT |
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
Alguns links para você : | |
1) o curso fastai (Deep Learning from TOP to BOTTOM) : http://course.fast.ai/ | |
2) o primeiro video : http://course.fast.ai/lessons/lesson1.html | |
3) a página do grupo aberto de estudo do Deep Learning no forum Fastai : http://forums.fast.ai/t/brasilia-part-1-group/14149 | |
4) se quiser rodar os jupyter notebooks do curso Fastai de graça (ou qualquer jupyter notebook), usem o Google Colab e o serviço Clouderizer. Como ? O passo-a-passo : https://medium.com/@prakash_31206/fastest-way-to-setup-fast-ai-course-notebooks-for-free-using-google-colab-gpu-and-clouderizer-c8a004e1d50d |
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
o que podemos fazer com eles. | |
menu | |
article | |
foot | |
template inicial com bulma | |
CSS, como adicionar. |
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
<?php | |
/*Primeiramente, as letras Googlon são classificadas em dois grupos: as letras s, j, n, c e q são | |
chamadas "letras tipo foo", enquanto que as demais são conhecidas como "letras tipo bar". | |
Os linguistas descobriram que as preposições em Googlon são as palavras de 4 letras que terminam | |
numa letra tipo foo, mas onde não ocorre a letra l. Portanto, é fácil ver que existem 21 preposições | |
no Texto A. E no Texto B, quantas preposições existem?*/ | |
# 4 letras com tipo foo |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Nome: Alberto Santos</title> | |
</head> | |
<body> | |
<p>Função: Frontend Engineer <br/> | |
Tempo no projeto: 6 meses (presente desde o inicio)</p> | |
</body> | |
</html> |