Skip to content

Instantly share code, notes, and snippets.

View avandrevitor's full-sized avatar
😎
A mind that opens up to a new idea never returns to its original size

André Vitor Cuba de Miranda avandrevitor

😎
A mind that opens up to a new idea never returns to its original size
View GitHub Profile
@avandrevitor
avandrevitor / .editorconfig
Last active May 11, 2023 05:29 — forked from Konafets/.editorconfig
PSR-2 Editorconfig Template
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# All PHP files MUST use the Unix LF (linefeed) line ending.
# Code MUST use an indent of 4 spaces, and MUST NOT use tabs for indenting.
# All PHP files MUST end with a single blank line.
# There MUST NOT be trailing whitespace at the end of non-blank lines.
[*]
@avandrevitor
avandrevitor / Xhprof
Created February 16, 2017 01:27 — forked from psaraiva/Xhprof
Usando o xhprof.
Pegar a pasta xhprof e jogar em /var/www
1. Install dependencies
# aptitude install php5-dev
2. Download xhprof source
$ cd /tmp
$ git clone git://github.com/facebook/xhprof.git
3. Install xhprof PHP extension