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
.estrela1 | |
.estrela2 | |
.estrela3 | |
.triangulo1 | |
.triangulo2 | |
.triangulo3 | |
.luz | |
.arcoIris1 | |
.arcoIris2 | |
.arcoIris3 |
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
<div class="login"><center> | |
<form action=""> | |
<input type="text" placeholder="Usuario" name="" id="user"> | |
<input type="password" name="" id="pass" placeholder="Senha"> | |
<button> Entrar </button> | |
</form> | |
</center></div> |
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
// OSX | |
open -na Google\ Chrome --args --disable-web-security --user-data-dir="/tmp/chrome_dev" |
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
### Repositórios Github com vagas (Estão em Issues) ### | |
Backend Vagas | |
https://github.com/backend-br/vagas | |
Fronted Vagas | |
https://github.com/frontendbr/vagas | |
PHP Vagas | |
https://github.com/phpdevbr/vagas |
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 | |
/* | |
Author: Yan Esteves | |
Title: Redimensionamento de imagens JPEG em escala. | |
Description: Script de redimensionamento de imagens JPEG, para fins de otimização sites para SEO. | |
*/ | |
class Server | |
{ | |
/* |
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 requests | |
import os | |
import json | |
import google.auth | |
import google.auth.transport.requests | |
import re | |
class GoogleFCM: |