Skip to content

Instantly share code, notes, and snippets.

View mentiflectax's full-sized avatar

Mentiflectax mentiflectax

View GitHub Profile
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
@mentiflectax
mentiflectax / gist:d12a4332e074817770483407585a84b5
Created November 6, 2021 17:30
Log outtput when building a Docker image
#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
/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
;
; 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])
/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
@mentiflectax
mentiflectax / bpmn-viewer.browser-unpacked.js
Created October 1, 2020 10:16
Result of `browser-unpack < bpmn-viewer.js > bpmn-viewer.browser-unpacked.js`
This file has been truncated, but you can view the full file.
[
{"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
@mentiflectax
mentiflectax / bpmn-viewer.js
Created September 21, 2020 10:03
bpmn-viewer.js
This file has been truncated, but you can view the full file.
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){
@mentiflectax
mentiflectax / bpmn-viewer.js
Created September 16, 2020 08:01
Browserified File
This file has been truncated, but you can view the full file.
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){
@mentiflectax
mentiflectax / process.py
Created March 17, 2020 15:20
process.py
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))]
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)