I, the contributor confirm that my contributions are my own and I provide them under the terms of the CC BY-SA 4.0 licence and my code, separately, under the terms of the CC0 licence.
moved to scalacenter/advisoryboard#21
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
| apiVersion: extensions/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: agent | |
| spec: | |
| replicas: 1 | |
| template: | |
| metadata: | |
| labels: | |
| app: agent |
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
| ship = HubLiquid | |
| version = 1.2.2 | |
| description = | |
| type = VAB | |
| size = 7.59337425,23.5557823,7.59338379 | |
| PART | |
| { | |
| part = probeStackSmall_4293922176 | |
| partName = Part | |
| pos = 0.356706142,15.1365194,-0.371845931 |
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
| ship = Recover | |
| version = 1.2.1 | |
| description = | |
| type = VAB | |
| size = 2.09920788,19.3436852,2.09920835 | |
| PART | |
| { | |
| part = mk1pod_4294486540 | |
| partName = Part | |
| pos = -0.583034754,19.2932854,-0.555995822 |
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
| import scala.collection.immutable._ | |
| case class Foo(s: String) | |
| // what do you expect? | |
| implicit val ordering = Ordering[String] | |
| val tree = TreeMap.empty ++ (1 to 100).map { i => Foo(i.toString) -> i } | |
| tree.getClass | |
| // compared to |
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
| // Copyright: 2010 - 2016 https://github.com/ensime/ensime-server/graphs | |
| // License: http://www.gnu.org/licenses/gpl-3.0.en.html | |
| /* NSC -- new Scala compiler | |
| * Copyright 2005-2013 LAMP/EPFL | |
| * @author Paul Phillips | |
| */ | |
| package scala | |
| package reflect | |
| package io |
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
| ship = MunRover2 | |
| version = 1.1.3 | |
| description = | |
| type = VAB | |
| size = 2.863264,1.093868,2.23789 | |
| PART | |
| { | |
| part = roverBody_4289653638 | |
| partName = Part | |
| pos = -0.221188,14.26985,-0.537959 |
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
| make[2]: Leaving directory '/home/fommil/build/emacs-git/emacs/admin/grammars' | |
| collected 50% ... | |
| collected 60% ... | |
| collected 70% ... | |
| collected 80% ... | |
| collected 90% ... | |
| Processing OKURI-NASI entries ... | |
| processed 10% ... | |
| processed 20% ... | |
| Args out of range: #("崎/ |
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
| ( | |
| :root-dir "/home/fommil/Projects/ensime-server" | |
| :cache-dir "/home/fommil/Projects/ensime-server/.ensime_cache" | |
| :scala-compiler-jars ("/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.11.8/scala-compiler-2.11.8.jar" "/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.11.8/scala-library-2.11.8.jar" "/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.11.8/scala-reflect-2.11.8.jar" "/home/fommil/.coursier/cache/v1/https/repo1.maven.org/maven2/org/scala-lang/scalap/2.11.8/scalap-2.11.8.jar") | |
| :name "ensime-server" | |
| :java-home "/usr/lib/jvm/java-7-openjdk" | |
| :java-flags ("-XX:MaxPermSize=256m" "-Xss2m" "-Xms1g" "-Xmx1g") | |
| :java-compiler-args nil | |
| :reference-source-roots ("/usr/lib/jvm/java-7-openjdk/src.zip") | |
| :scala-version "2.11.8" |