Skip to content

Instantly share code, notes, and snippets.

View iamlauriano's full-sized avatar
🏠
Working from home

Lauriano Elmiro Duarte iamlauriano

🏠
Working from home
View GitHub Profile
@iamlauriano
iamlauriano / facecheck2.0.php
Created June 1, 2019 01:29 — forked from googleinurl/facecheck2.0.php
Verificação de usuários Facebook 2.0
<?php
/*
E d i ç ã o - 2.0 / 29-09-2015
--------------------------------------------------------------------------------
[+] AUTOR: Cleiton Pinheiro / Nick: googleINURL
[+] Blog: http://blog.inurl.com.br
--------------------------------------------------------------------------------
*/
@iamlauriano
iamlauriano / comandos git
Last active August 6, 2023 04:08 — forked from leocomelli/git.md
Lista de comandos úteis do GIT
#GIT
## Estados
* Modificado (modified);
* Preparado (staged/index)
* Consolidado (comitted);
## Ajuda