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
[vite] connecting... client.ts:16:8 | |
[vite] connected. client.ts:53:14 | |
content.$el: | |
<div style="display: none;"> | |
- __vnode: Object { __v_isVNode: true, __v_skip: true, type: "div", … } | |
- __vueParentComponent: Object { uid: 30, vnode: {…}, type: {…}, … } | |
- _vod: "" | |
- accessKey: "" | |
- accessKeyLabel: "" | |
- align: "" |
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
{ | |
"version": 1, | |
"hasMozMallocUsableSize": true, | |
"reports": [ | |
{ | |
"process": "Main Process (pid 3990)", | |
"path": "explicit/dom/memory-file-data/large/file(length=18250, sha1=<anonymized>)", | |
"kind": 1, | |
"units": 0, | |
"amount": 32768, |
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
/home/ian/.atom/packages/linter/lib/linter-registry.js:159 [Linter] Error running Unknown EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'". | |
at Function.line.toFunction (/home/ian/.atom/packages/json-schema/node_modules/generate-function/index.js:55:21) | |
at compile (/home/ian/.atom/packages/json-schema/node_modules/is-my-json-valid/index.js:558:23) | |
at visit (/home/ian/.atom/packages/json-schema/node_modules/is-my-json-valid/index.js:333:16) | |
at /home/ian/.atom/packages/json-schema/node_modules/is-my-json-valid/index.js:536:9 | |
at Array.forEach (native) | |
at visit (/home/ian/.atom/packages/json-schema/node_modules/is-my-json-valid/index.js:533:31) | |
at compile (/home/ian/.atom/packages/json-schema/node_modules/is-my-json-valid/index.js:552:3) |
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
$ rm headers.txt | |
$ ls resource* | xargs head -1 -q >> headers.txt | |
$ sort headers.txt | uniq | |
Body Name,Body,Service Area Categorisation,Organisational Unit,Title Of The Agreement,Scope,Contract Reference Number,Description,Start Date,End Date,Extension Period Months,Amount,Supplier Name,Nominated Contact Point,ProcurementCategory | |
Body Name,Body,Service Area Categorisation,Organisational Unit,Title Of The Agreement,Scope,Contract Reference Number,Description,Start Date,End Date,Extension Period Months,Amount,Supplier Name,Nominated Contact Point,ProcurementCategory,,, | |
Body Name,Body,Service Area Categorisation,Organisational Unit,Title Of The Agreement,Scope,Contract Reference Number,Description,Start Date,End Date,Extension Period Months,Amount,Supplier Name,Nominated Contact Point,ProcurementCategory,, | |
Body Name,Body,Service Area Categorisation,Organisational Unit,Title Of The Agreement,Scope,Contract Reference Number,Description,Start Date,End Date,Extension Period Months,Amount,Supplier Name,Nominated Cont |
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
ian@ian-desktop $ cd ~ | |
ian@ian-desktop $ cat .emacs | |
(setq visible-bell 1) | |
(setq-default indent-tabs-mode nil) | |
(add-to-list 'default-frame-alist '(height . 68)) | |
(add-to-list 'default-frame-alist '(width . 180)) | |
(when (>= emacs-major-version 24) |
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
2015-09-10 17:33:15,392 INFO [http-bio-8080-exec-1] (LogRequestFilter.java:72) - Request [7] : /elda-standalone/velocity/games | |
2015-09-10 17:33:15,400 INFO [http-bio-8080-exec-1] (ELog.java:45) - []: don't need to reload router, will check again later. | |
2015-09-10 17:33:15,547 WARN [http-bio-8080-exec-1] (ELog.java:35) - [7]: Unable to find resource 'index.vm' (org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'index.vm') | |
2015-09-10 17:33:15,547 ERROR [http-bio-8080-exec-1] (ELog.java:51) - [7]: Error while streaming output | |
Sep 10, 2015 5:33:15 PM org.apache.catalina.core.StandardWrapperValve invoke | |
SEVERE: Servlet.service() for servlet [jersey] in context with path [/elda-standalone] threw exception | |
com.epimorphics.lda.exceptions.VelocityRenderingException | |
at com.epimorphics.lda.renderers.velocity.VelocityRendering.writeAll(VelocityRendering.java:129) | |
at com.epimorphics.lda.restlets.RouterRestlet$2.write(RouterRestlet.java:577) | |
at com.sun.jersey.core.impl.provider.entity. |
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
Running org.apache.jena.jdbc.remote.statements.TestRemoteEndpointStatements | |
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.533 sec <<< FAILURE! - in org.apache.jena.jdbc.remote.statements.TestRemoteEndpointStatements | |
org.apache.jena.jdbc.remote.statements.TestRemoteEndpointStatements Time elapsed: 0.533 sec <<< ERROR! | |
java.lang.NoSuchFieldError: langString | |
at com.hp.hpl.jena.sparql.graph.NodeConst.<clinit>(NodeConst.java:46) | |
at com.hp.hpl.jena.sparql.engine.optimizer.reorder.ReorderFixed.<clinit>(ReorderFixed.java:59) | |
at com.hp.hpl.jena.sparql.engine.optimizer.reorder.ReorderLib.fixed(ReorderLib.java:71) | |
at com.hp.hpl.jena.sparql.engine.main.StageGeneratorGeneric.<clinit>(StageGeneratorGeneric.java:41) | |
at com.hp.hpl.jena.sparql.engine.main.StageBuilder.standardGenerator(StageBuilder.java:108) | |
at com.hp.hpl.jena.sparql.engine.main.StageBuilder.init(StageBuilder.java:74) |
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 examples; | |
import com.hp.hpl.jena.ontology.*; | |
import com.hp.hpl.jena.rdf.model.*; | |
public class EmployeeExample | |
{ | |
public static final String ONT1 = "http://example.com/ontologies/ont1#"; | |
public static final String ONT2 = "http://example.com/ontologies/ont2#"; |
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 example; | |
import java.io.File; | |
import java.io.StringReader; | |
import org.openjena.atlas.lib.NotImplemented; | |
import com.hp.hpl.jena.ontology.OntModel; | |
import com.hp.hpl.jena.ontology.OntModelSpec; |
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 usertests; | |
import java.io.StringReader; | |
import java.util.Iterator; | |
import com.hp.hpl.jena.ontology.*; | |
import com.hp.hpl.jena.rdf.model.ModelFactory; | |
import com.hp.hpl.jena.util.iterator.ExtendedIterator; | |
public class LHRTest |