> multipass launch --cpus 4 --disk 100G --mem 8G -n rke
> multipass shell rke
Description: > | |
Sub template to setup an ECS cluster for running XebiaLabs JetPack | |
Parameters: | |
EnvironmentName: | |
AllowedPattern: ^[0-9a-zA-Z]+([0-9a-zA-Z-]*[0-9a-zA-Z])*$ | |
Description: An environment name that will be prefixed to resource names. | |
Type: String | |
InstanceType: |
--- | |
AWSTemplateFormatVersion: 2010-09-09 | |
Description: | | |
Sub template to setup an ECS cluster for running XebiaLabs JetPack | |
Parameters: | |
EnvironmentName: | |
AllowedPattern: ^[0-9a-zA-Z]+([0-9a-zA-Z-]*[0-9a-zA-Z])*$ | |
Description: An environment name that will be prefixed to resource names. | |
Type: String | |
I hereby claim:
To claim this, I am signing this object:
--------------- day1.py ---------------- | |
python $f 0.01s user 0.01s system 88% cpu 0.018 total | |
--------------- day10.py ---------------- | |
python $f 4.77s user 0.03s system 99% cpu 4.806 total | |
--------------- day11.py ---------------- | |
python $f 0.93s user 0.01s system 99% cpu 0.944 total | |
--------------- day12.py ---------------- | |
python $f 0.02s user 0.01s system 89% cpu 0.027 total | |
--------------- day13.py ---------------- | |
python $f 2.09s user 0.03s system 99% cpu 2.120 total |
import com.esotericsoftware.kryo.Kryo; | |
import com.esotericsoftware.kryo.io.FastOutput; | |
import org.junit.Test; | |
import java.io.ByteArrayOutputStream; | |
import java.util.Collections; | |
import java.util.List; | |
import java.util.Map; | |
import java.util.ArrayList; |
object EnsureMinimumSeparation { | |
case class CountedString(data: Char, count: Int) extends Comparable[CountedString] { | |
override def compareTo(o: CountedString): Int = { | |
if (count != o.count) { | |
count - o.count | |
} else { | |
o.data - data | |
} | |
} | |
} |
import org.scalatest.{BeforeAndAfterAll, ShouldMatchers, BeforeAndAfter, FunSpec} | |
import com.xebialabs.restito.server.StubServer | |
import com.xebialabs.restito.builder.stub.StubHttp._ | |
import com.xebialabs.restito.semantics.Condition._ | |
import com.xebialabs.restito.semantics.Action._ | |
import org.glassfish.grizzly.http.util.HttpStatus | |
import akka.actor.ActorSystem | |
import spray.client.pipelining._ | |
import scala.concurrent.{Await, Future} | |
import spray.http.{StatusCodes, HttpResponse} |
{ | |
"users": { | |
"247597": { | |
"id": "247597", | |
"jid": "[email protected]", | |
"name": "Jeroen van Erp", | |
"mention_name": "JeroenvanErp" | |
}, | |
"247605": { | |
"id": "247605", |
Started by upstream project "Deployit common build" build number 243 | |
Building remotely on honeydew in workspace /home/jenkins/jenkins/workspace/Plugin - JBoss AS | |
Checkout:Plugin - JBoss AS / /home/jenkins/jenkins/workspace/Plugin - JBoss AS - hudson.remoting.Channel@5c3e99:honeydew | |
Using strategy: Default | |
Last Built Revision: Revision xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (origin/master) | |
Fetching changes from 1 remote Git repository | |
Fetching upstream changes from [email protected]:xxxxxxxxxxxxxxxxxxxxxxxxxxxx | |
Commencing build of Revision xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (origin/master) | |
Checking out Revision xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (origin/master) | |
[Gradle] - Launching build. |