http://pokeapi.api-docs.io/v2.0
curl --request GET --url http://pokeapi.co/api/v2/pokemon/bulbasaur/
http://pokeapi.api-docs.io/v2.0
curl --request GET --url http://pokeapi.co/api/v2/pokemon/bulbasaur/
| #2015-09-13 |
| set-location c:\Users\Ale\Documents\GitHub | |
| Write-Host "Setting up GitHub Environment" | |
| . (Resolve-Path "$env:LOCALAPPDATA\GitHub\shell.ps1") | |
| Write-Host "Setting up Posh-Git" | |
| . (Resolve-Path "$env:github_posh_git\profile.example.ps1") | |
| Remove-Item alias:gcm -Force | |
| Remove-Item alias:gc -Force | |
| Remove-Item alias:gp -Force |
| while read -r line; do | |
| RESULT=$(echo "$line" | jq '.check_result.performance_data[0]') | |
| RESULT=`echo $RESULT | sed -n 's/"rta=\(.*\)ms.*/\1/p'` | |
| curl -i -s -X POST 'http://192.168.10.43:8086/write?db=mydb' --data-binary "cpu_load_short,host=server01,region=us-west value=$RESULT $(date +%s)000000000" | |
| echo $RESULT | |
| done < <(curl -s -k -u root:abc123ABC -H 'Accept: application/json' -X POST -N 'https://192.168.10.43:5665/v1/events?queue=myqueue&types=CheckResult') |
| html, body { | |
| height: 100% !important; | |
| } | |
| * { | |
| box-sizing: inherit; | |
| } | |
| html { | |
| box-sizing: border-box; |
| console.log(getMultipliers(['poison','fire'])) |
| version: "5" | |
| random_followers: [ | |
| '06:03', | |
| '10:03', | |
| '22:10' | |
| ] | |
| timeline: [ | |
| #!/bin/bash | |
| code --install-extension ban.spellright | |
| code --install-extension bierner.emojisense | |
| code --install-extension christian-kohler.path-intellisense | |
| code --install-extension CoenraadS.bracket-pair-colorizer | |
| code --install-extension DavidAnson.vscode-markdownlint | |
| code --install-extension dracula-theme.theme-dracula | |
| code --install-extension EditorConfig.EditorConfig | |
| code --install-extension eriklynd.json-tools | |
| code --install-extension esbenp.prettier-vscode |
| version: "5" | |
| random_followers: [ | |
| '6:03', | |
| '8:03', | |
| '10:03', | |
| '18:56', | |
| '22:10' | |
| ] |
| version: "5" | |
| random_followers: [ | |
| '11:23', | |
| '17:56' | |
| ] | |
| timeline: [ | |
| ] |