View gist:3384488a1ef77e524c68941053093cbd
This file contains 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
08:52:01.701 [main] INFO org.bitcoinj.core.Context - Creating bitcoinj 0.15.10 context. | |
08:52:25.704 [WalletAppKit STARTING] INFO org.bitcoinj.kits.WalletAppKit - Starting up with directory = . | |
WARNING: An illegal reflective access operation has occurred | |
WARNING: Illegal reflective access by com.google.protobuf.UnsafeUtil (file:/Users/dp118m/.m2/repository/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar) to field java.nio.Buffer.address | |
WARNING: Please consider reporting this to the maintainers of com.google.protobuf.UnsafeUtil | |
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations | |
WARNING: All illegal access operations will be denied in a future release | |
08:52:25.931 [WalletAppKit STARTING] DEBUG o.b.wallet.DeterministicKeyChain - Deserializing: DETERMINISTIC_MNEMONIC: DeterministicSeed{unencrypted} | |
08:52:26.014 [WalletAppKit STARTING] DEBUG o.b.wallet.DeterministicKeyChain - Deserializing: DETERMINISTIC_KEY: DeterministicKey{pub=03c90fc7a8fbe35 |
View gist:d12a4332e074817770483407585a84b5
This file contains 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
#13 49.60 checking for boostlib >= 1.47.0 (104700)... yes | |
#13 49.80 checking whether the Boost::System library is available... yes | |
#13 51.75 checking for exit in -lboost_system... yes | |
#13 51.82 checking whether the Boost::Filesystem library is available... yes | |
#13 54.45 checking for exit in -lboost_filesystem... yes | |
#13 54.53 checking whether the Boost::Thread library is available... yes | |
#13 58.88 checking for exit in -lboost_thread... yes | |
#13 58.97 checking whether the Boost::Chrono library is available... yes | |
#13 61.28 checking for exit in -lboost_chrono... yes | |
#13 61.35 checking for mismatched boost c++11 scoped enums... ok |
View gist:189713b44041047145f006b695948c9d
This file contains 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
/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:52074,suspend=y,server=n -javaagent:/Users/dp118m/Library/Caches/JetBrains/IdeaIC2021.2/captureAgent/debugger-agent.jar -Dfile.encoding=UTF-8 -classpath /Users/dp118m/dev/misc/minimal-crypto-exchange/process-engine/target/classes:/Users/dp118m/.m2/repository/org/camunda/bpm/springboot/camunda-bpm-spring-boot-starter-webapp/7.16.0/camunda-bpm-spring-boot-starter-webapp-7.16.0.jar:/Users/dp118m/.m2/repository/org/camunda/bpm/springboot/camunda-bpm-spring-boot-starter-webapp-core/7.16.0/camunda-bpm-spring-boot-starter-webapp-core-7.16.0.jar:/Users/dp118m/.m2/repository/org/camunda/bpm/springboot/camunda-bpm-spring-boot-starter/7.16.0/camunda-bpm-spring-boot-starter-7.16.0.jar:/Users/dp118m/.m2/repository/org/camunda/bpm/camunda-engine-spring/7.16.0/camunda-engine-spring-7.16.0.jar:/Users/dp118m/.m2/repository/org/camunda/bpm/camunda-engine/7.16.0/camunda-engine-7.16.0.jar:/Users/dp118 |
View export-scene-list-test.clj
This file contains 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
; | |
; This file is intellectual property of Dmitrii Pisarenko (dp@dpisarenko.com). | |
; | |
; Copyright (c) 2020-2021. Dmitrii Pisarenko. | |
; | |
; All rights reserved. | |
; | |
(ns lit-universe.process.v1.export-scene-list-test | |
(:require [clojure.test :refer :all]) |
View gist:c7c0ccf5835109dbab5c6cf084692965
This file contains 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
/Library/Java/JavaVirtualMachines/adoptopenjdk-13.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/dp118m/dev/misc/elispt -Dmaven.home=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3 -Dclassworlds.conf=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/bin/m2.conf -Dmaven.ext.class.path=/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven-event-listener.jar -javaagent:/Applications/IntelliJ IDEA CE.app/Contents/lib/idea_rt.jar=50286:/Applications/IntelliJ IDEA CE.app/Contents/bin -Dfile.encoding=UTF-8 -classpath /Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds.license:/Applications/IntelliJ IDEA CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.6.0.jar org.codehaus.classworlds.Launcher -Didea.version=2020.3.1 clean antlr4:antlr4 install | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] -----------------------< com.dpisarenko:elispt >------------------------ | |
[INFO] Building elisp |
View bpmn-viewer.browser-unpacked.js
This file has been truncated, but you can view the full file.
This file contains 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":"f/h4Bg","source":"var BpmnJS = require('bpmn-js/lib/Viewer');\n\nBpmnJS.prototype._modules = BpmnJS.prototype._modules.concat([\n require('bpmn-js/lib/features/movecanvas'),\n require('bpmn-js/lib/features/zoomscroll')\n]);\n\nmodule.exports = BpmnJS;","deps":{"bpmn-js/lib/Viewer":7,"bpmn-js/lib/features/movecanvas":14,"bpmn-js/lib/features/zoomscroll":16},"entry":true} | |
, | |
{"id":"bpmn-js","source":"module.exports=require('f/h4Bg');","deps":{}} | |
, | |
{"id":"Focm2+","source":"module.exports = require('./lib/differ');","deps":{"./lib/differ":6},"entry":true} | |
, | |
{"id":"bpmn-js-diffing","source":"module.exports=require('Focm2+');","deps":{}} | |
, | |
{"id":5,"source":"'use strict';\n\n\nfunction isTracked(element) {\n if (element.$type === 'camunda:in') {\n return true;\n }\n\n return element.$instanceOf('bpmn:FlowElement') ||\n element.$instanceOf('bpmn:MessageFlow') ||\n element.$instanceOf('bpmn:Participant') ||\n element.$instanceOf('bpmn:TextAnnotation') ||\n element.$ins |
View bpmn-viewer.js
This file has been truncated, but you can view the full file.
This file contains 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
require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({"f/h4Bg":[function(require,module,exports){ | |
var BpmnJS = require('bpmn-js/lib/Viewer'); | |
BpmnJS.prototype._modules = BpmnJS.prototype._modules.concat([ | |
require('bpmn-js/lib/features/movecanvas'), | |
require('bpmn-js/lib/features/zoomscroll') | |
]); | |
module.exports = BpmnJS; | |
},{"bpmn-js/lib/Viewer":7,"bpmn-js/lib/features/movecanvas":14,"bpmn-js/lib/features/zoomscroll":16}],"bpmn-js":[function(require,module,exports){ |
View bpmn-viewer.js
This file has been truncated, but you can view the full file.
This file contains 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
require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({"f/h4Bg":[function(require,module,exports){ | |
var BpmnJS = require('bpmn-js/lib/Viewer'); | |
BpmnJS.prototype._modules = BpmnJS.prototype._modules.concat([ | |
require('bpmn-js/lib/features/movecanvas'), | |
require('bpmn-js/lib/features/zoomscroll') | |
]); | |
module.exports = BpmnJS; | |
},{"bpmn-js/lib/Viewer":7,"bpmn-js/lib/features/movecanvas":14,"bpmn-js/lib/features/zoomscroll":16}],"bpmn-js":[function(require,module,exports){ |
View process.py
This file contains 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 os | |
exec(open("py/addTextFragment.py").read()) | |
input_dir = "input" | |
processed_dir = "processed" | |
# Find all files in the input directory | |
files = [f for f in listdir(input_dir) if isfile(join(input_dir, f))] |
View add_text_fragment.py
This file contains 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
exec(open("py/cm.py").read()) | |
import toml | |
import sys | |
# toml_file_name = sys.argv[1] | |
def add_text_fragment(toml_file_name): | |
f = open(toml_file_name, "r") | |
pt = toml.load(f) |
NewerOlder