{ "$schema": "https://vega.github.io/schema/vega/v5.json", "width": 400, "height": 200, "padding": 5,
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
// const asciidoctor = require('asciidoctor.js')() | |
// console.log('Loaded SectionConverter') | |
class SectionConverter { | |
constructor() { | |
const self = this | |
self.baseConverter = Opal.Asciidoctor.Html5Converter.$new() | |
self.templates = { | |
section: (node) => SectionConverter.convertSection(node) |
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
// asciidoctor-pdf -r ./build_tools/sectionTreeProcessor.js --template-require ./build_tools/sectionConverter.js -a purpose=pdf P_and_A_Update.adoc | |
// console.log('Loaded SectionTreeProcessor') | |
function removeElement(arr, e) { | |
arr.splice(arr.indexOf(e), 1) | |
} | |
function last(array) { |
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
# Qucs 0.0.20 /media/mulhollandd/KINGSTON/HAM_C1_Testing/qucs_models/20200306_Transient_Model/HAM_C1_Unbalance_COMTRADE_test21_was_fails_with_qucs_0_0_20.sch | |
IProbe:LegTLR _net0 _net1 | |
R:RRS _net2 _net3 R="5 Ohm" Temp="26.85" Tc1="0.0" Tc2="0.0" Tnom="26.85" | |
IProbe:IR_Total _net2 _net4 | |
Vac:VR _net3 _net5 U="69.86 kV" f="50 Hz" Phase="0" Theta="0" | |
C:CTR1R R_R _net6 C="12.05 uF" V="" | |
C:CTL3R1 R_L _net7 C="14.464 uF" V="" | |
IProbe:UnbalanceCurrentR R_L R_R | |
VProbe:CanVoltage1 _net1 _net7 |
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
Starting new simulation on Sat 07. Mar 2020 at 22:25:54:261 | |
creating netlist... done. | |
Starting gnucsator.sh | |
default plugins: master 2017.10.03 | |
;: already installed, replacing | |
stashing as ;:0 | |
*: already installed, replacing | |
stashing as *:0 |
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
17:32 $ ./wkhtmltopdf-linux-x64 ~/Downloads/untitled.html test.pdf | |
Loading pages (1/6) | |
QSslSocket: cannot resolve CRYPTO_num_locks ] 10% | |
QSslSocket: cannot resolve CRYPTO_set_id_callback | |
QSslSocket: cannot resolve CRYPTO_set_locking_callback | |
QSslSocket: cannot resolve sk_free | |
QSslSocket: cannot resolve sk_num | |
QSslSocket: cannot resolve sk_pop_free | |
QSslSocket: cannot resolve sk_value | |
QSslSocket: cannot resolve SSL_library_init |
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
@startuml | |
alice -> bob | |
@enduml |
[excalidraw]
....
link:test_excalidraw.json[role=include]
....
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
"use strict"; | |
const fs = require("fs"); | |
const git = requireGit(); | |
const http = requireHttp(); | |
function requireGit() { | |
return require(require.resolve("isomorphic-git", { | |
paths: [ | |
require.resolve("@antora/content-aggregator", { paths: module.paths }) + |