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
[ | |
{ | |
"id": 20, | |
"name": "CRT Centre-Val de Loire" | |
}, { | |
"id": 26, | |
"name": "Lahti" | |
}, { | |
"id": 40, | |
"name": "ADT_Ardeche" |
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
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:mt="http://www.culturegraph.org/metamorph-test" | |
xmlns:mm="http://www.culturegraph.org/metamorph" | |
xmlns:cgxml="http://www.culturegraph.org/cgxml"> | |
<xsl:output method="text" /> | |
<xsl:strip-space elements="*" /> | |
<xsl:param name="classUnderTest" /> |
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
package net.b3e.test.jarloader; | |
import static java.util.Arrays.stream; | |
import java.io.IOException; | |
import java.lang.annotation.Annotation; | |
import java.net.URL; | |
import java.net.URLClassLoader; | |
import java.util.Enumeration; | |
import java.util.zip.ZipEntry; |
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
### Keybase proof | |
I hereby claim: | |
* I am cboehme on github. | |
* I am cboehme (https://keybase.io/cboehme) on keybase. | |
* I have a public key whose fingerprint is E8F0 2646 446A 0F98 D785 28FC A014 1569 59D6 F841 | |
To claim this, I am signing this object: |
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
#!/bin/bash | |
PK_FILE="__travis-key.pub" | |
CERT_FILE="__travis-root-cert.pem" | |
# Root CA for the certificate used in the https connection with | |
# the travis api (only required if the root CA certificate is | |
# not already installed which does not seem to be the case | |
# with Cygwin): | |
CA_CERTIFICATE="-----BEGIN CERTIFICATE----- |