This file contains 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
{ | |
"name": "nodejs-functions-pubsub", | |
"version": "0.0.1", | |
"dependencies": { | |
"@google-cloud/pubsub": "0.22.2", | |
"@google-cloud/logging": "^4.2.0" | |
} | |
} |
This file contains 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
PS1='[\[\033[1;32m\]\u@\h\[\033[0m\]][\[\033[1;33m\]\w\[\033[0m\]]$(__git_ps1 "[\[\033[1;31m\]%s\[\033[0m\]]")\$ ' |
This file contains 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
alias ls="ls --color" | |
alias ll="ls -lh" | |
alias df="df -h" | |
alias grep='grep --color=auto' | |
alias grep='grep --exclude-dir ".svn" --exclude tags' | |
alias untar="tar xvf" | |
alias ungz="gunzip" | |
alias unzip2="bzip2 -d" |
This file contains 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
alias svnste="svn st --ignore-externals | grep -v '^X' | cut -d: -f2" | |
alias svnsti="svn status --ignore-externals | grep \"^? \"" | |
alias svnst="echo \"Staged :\" && echo \"-\" && svnste && echo && echo \"Unstaged :\" && echo | |
\"--\" && svnsti" |
This file contains 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 | |
$coords = array( | |
array('lat' => 2.125397, 'long' => 48.98255900000001), | |
array('lat' => 2.205048, 'long' => 48.620747), | |
array('lat' => 2.759857, 'long' => 48.769405), | |
array('lat' => 2.457733, 'long' => 49.171471), | |
); | |
// premier test |