docker-compose -f ./docker-compose.yml up -d
docker-compose -f ./docker-compose.yml down -v
| [{ | |
| "adopted": true, | |
| "id": "3063wmAH4UtML5RrF1sK", | |
| "location": "St James, Western Australia", | |
| "description": "I'm a Chatty Catty and I'd love to share my meows with someone special", | |
| "name": "Paul", | |
| "type": "cat", | |
| "attributes": [ | |
| "desexed", | |
| "vaccinated", |
| { | |
| "interactionModel": { | |
| "languageModel": { | |
| "invocationName": "random quote generator", | |
| "intents": [ | |
| { | |
| "name": "AMAZON.CancelIntent", | |
| "samples": [] | |
| }, | |
| { |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| public class GPSController : MonoBehaviour { | |
| public LocationInfo currentGPSInfo; | |
| public float updateRate = 3f; | |
| public bool debugging = true; |
I hereby claim:
To claim this, I am signing this object:
| import random | |
| # Snakes and Ladders dictionary | |
| SaLdic = {6: 17, | |
| 14: 3, | |
| 20: 15, | |
| 24: 26, | |
| 30: 44, | |
| 39: 33, | |
| 49: 62, |