In your command-line run the following commands:
brew doctorbrew update
In your command-line run the following commands:
brew doctorbrew updateConfigure PHP Lumen 5 HTTP Exception Handlers with common JSON responses.
Copy (replace) only the attached files to their respective directories. app/Exceptions/Handler.php and app/Http/Middleware/Authenticate.php
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
| git shortlog -s | sort -nr |
Product: Sagitta Brutalis 1080 (PN S3480-GTX-1080-2697-128)
Software: Hashcat v3.00-beta-145-g069634a, Nvidia driver 367.18
Accelerator: 8x Nvidia GTX 1080 Founders Edition
| [ | |
| { | |
| "name": "Afghanistan", | |
| "dial_code": "+93", | |
| "code": "AF" | |
| }, | |
| { | |
| "name": "Aland Islands", | |
| "dial_code": "+358", | |
| "code": "AX" |
| #!/usr/bin/env bash | |
| # | |
| # gh-dl-release! It works! | |
| # | |
| # This script downloads an asset from latest or specific Github release of a | |
| # private repo. Feel free to extract more of the variables into command line | |
| # parameters. | |
| # | |
| # PREREQUISITES | |
| # |
| var date = new Date(); | |
| var daysToDeletion = 120; | |
| var deletionDate = new Date(date.setDate(date.getDate() - daysToDeletion)); | |
| printjson(deletionDate); | |
| var db = db.getSiblingDB('db') | |
| db.getMongo().setSlaveOk(); | |
| printjson(db.messages.find({insertDate : {$lt : deletionDate}}).count()); |
| git branch -m old_branch new_branch # Rename branch locally | |
| git push origin :old_branch # Delete the old branch | |
| git push --set-upstream origin new_branch # Push the new branch, set local branch to track the new remote |
| { | |
| 'Ansi 7 Color' = { | |
| 'Blue Component' = '0.751819'; | |
| 'Green Component' = '0.859729'; | |
| 'Red Component' = '0.796432'; | |
| }; | |
| 'Selected Text Color' = { | |
| 'Blue Component' = '1.000000'; | |
| 'Green Component' = '1.000000'; | |
| 'Red Component' = '1.000000'; |