I hereby claim:
- I am mariapaulinar on github.
- I am mariapaulinar (https://keybase.io/mariapaulinar) on keybase.
- I have a public key ASBGNR5IMIZbPSa75dXuagb8QTN0toALoQbQaQHcLhRIRgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
mariapaulinar Maria Paulina Ramirez Vasquez
I hereby claim:
| <?php | |
| function progress_bar($done, $total, $info="", $width=50) { | |
| $perc = round(($done * 100) / $total); | |
| $bar = round(($width * $perc) / 100); | |
| return sprintf("%s%%[%s>%s]%s\r", $perc, str_repeat("=", $bar), str_repeat(" ", $width-$bar), $info); | |
| } |
| git config --global core.ignorecase true |
| document.designMode = "on"; |
| "repositories": [{ | |
| "type": "path", | |
| "url": "path/to/package", | |
| "options": { | |
| "symlink": true | |
| } | |
| }] |
| <Directory /var/www/> | |
| Options FollowSymLinks | |
| AllowOverride None | |
| Require all granted | |
| </Directory> | |
| <FilesMatch "\.(env|json|config.js|md|gitignore|gitattributes|lock)$"> | |
| Require all denied | |
| </FilesMatch> |
| brew unlink php@5.6 && brew link --force php |
| sudo /opt/lampp/lampp restart |
| php -m |