References:
The subject originally arose in the context of using CKAN to manage KSP mods, but it is common to any package manager such as APT on Debian/Ubuntu, NuGet in .Net/Mono, CPAN for Perl, etc.
| CONTRACT_TYPE | |
| { | |
| name = MunLandingMission | |
| title = Land on the Mun and return safely to Kerbin | |
| description = Your mission, should you choose to accept it, is to land a spacecraft on the Mun and return it safely to Kerbin. This will be a significant step forward in space exploration! | |
| synopsis = Land on the Mun and return safely to Kerbin. | |
| completedMessage = Congratulations! You successfully landed on the Mun and returned safely to Kerbin. | |
| agent = Kerbin World-Firsts Record-Keeping Society | |
| // Mission rewards |
| #!/usr/bin/python | |
| # Based on https://gist.github.com/techman83/0604f4dc9f849aac605e46f494de9403 | |
| import boto3 | |
| sqs = boto3.resource('sqs') | |
| queue = sqs.get_queue_by_name(QueueName='OutboundDev.fifo') | |
| for msg in queue.receive_messages( |
References:
The subject originally arose in the context of using CKAN to manage KSP mods, but it is common to any package manager such as APT on Debian/Ubuntu, NuGet in .Net/Mono, CPAN for Perl, etc.
| GAME | |
| { | |
| version = 1.3.1 | |
| Title = Fresh (SANDBOX) | |
| Description = No description available. | |
| linkURL = | |
| linkCaption = | |
| Mode = SANDBOX | |
| Status = 1 | |
| Seed = 1855119993 |
| GAME | |
| { | |
| version = 1.3.1 | |
| Title = Fresh (SANDBOX) | |
| Description = No description available. | |
| linkURL = | |
| linkCaption = | |
| Mode = SANDBOX | |
| Status = 1 | |
| Seed = 1855119993 |
| ship = Hot Fudge 1.0 | |
| version = 1.2.2 | |
| description = | |
| type = VAB | |
| size = 6.67006397,45.8373566,6.68136787 | |
| PART | |
| { | |
| part = Mark1-2Pod_4294709364 | |
| partName = Part | |
| pos = 0.563716173,52.3260345,-1.02374017 |