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 | |
| # Configure | |
| $DB_USER = 'admin'; | |
| $DB_PASS = 'qwerty'; | |
| $DB_HOST = 'localhost'; | |
| $DB_NAME = 'postgis-2-0'; | |
| // Param 3 when ran in shell will override this value | |
| $DB_TABLE = 'public.florida_establishments_garman'; | |
| // Param 2 when ran in shell will override this value | |
| $CATEGORY = 'misc'; |
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
| Large Object Motions: | |
| ( | |
| ) | |
| { | |
| } | |
| [[ | |
| [] | |
| ][ | |
| ]] | |
| [m |
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
| ZSH_THEME="robbyrussell" | |
| ZSH_THEME_GIT_PROMPT_PREFIX=" %{$fg[white]%}" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
| ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%} *" | |
| ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[red]%} ?" | |
| ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%} " |
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
| # FreeBSD Droplet Configuration | |
| ### Maintenance: | |
| sudo freebsd-update fetch install | |
| sudo portsnap fetch update | |
| ### SSH Key | |
| pbcopy < ~/.ssh/id_rsa.pub |
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
| http://www.wired.com/2015/10/the-most-important-startups-hardest-worker-isnt-a-person/ |
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
| Status: 422 | |
| { | |
| "message": "Validation Failed", | |
| "errors": [ | |
| { | |
| "resource": "Project", | |
| "field": "name", | |
| "message": "can't be blank" | |
| } |
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 XCTest | |