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" |
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
# /etc/systemd/system/[email protected] | |
[Unit] | |
Description=rngd service on %I | |
[Service] | |
Type=simple | |
ExecStartPre=/bin/stty -F /dev/%I raw -echo -parenb | |
ExecStart=/usr/sbin/rngd -f --fill-watermark=90% --rng-device=/dev/%I |
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
@ECHO OFF | |
SETLOCAL EnableDelayedExpansion | |
IF DEFINED JAVA_HOMES ( | |
IF EXIST .java-version FOR /F %%A IN (.java-version) DO ( | |
SET JAVA_HOME=%JAVA_HOMES%\%%A | |
SET JDK_HOME=%JAVA_HOMES%\%%A | |
) | |
) | |
IF DEFINED JAVA_HOME SET PATH=%JAVA_HOME%\bin;%PATH% |
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
Number of platforms 1 | |
Platform Name Clover | |
Platform Vendor Mesa | |
Platform Version OpenCL 1.1 Mesa 12.0.1 | |
Platform Profile FULL_PROFILE | |
Platform Extensions cl_khr_icd | |
Platform Extensions function suffix MESA | |
Platform Name Clover | |
Number of devices 1 |