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
| let | |
| Source = Json.Document( | |
| Web.Contents( | |
| "https://api.smartcomex.io/open-data", | |
| [ | |
| Headers = [ | |
| #"Authorization"="Basic OHRqYUpCUDE3eGpBTmF4NFBBQ0N6QmpGNlhRYXNYaEk6bVRpZnNGaHJPUk1aTkh2RkkxdXRpMVhzOHVWZTQ4Mmw=", | |
| #"Content-Type" = "application/json" | |
| ], | |
| Content=Text.ToBinary("{ |
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
| parse_git_branch() { | |
| git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' | |
| } | |
| export PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\] \[\033[31m\]\$(parse_git_branch)\[\033[00m\] $\[\033[00m\] " |
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
| *{ | |
| color: #FFFFFF; | |
| font-size: 1em; | |
| } | |
| body { | |
| white-space: pre; | |
| font-family: monospace; | |
| background-color: #222222; | |
| } |