Pandoc
"If you need to convert files from one markup format into another, pandoc is your swiss-army knife." Update 16.10.2018: Pandoc mit PDF-Ausgabe unter CentOS yum install texlive yum install pandoc-citeproc
"If you need to convert files from one markup format into another, pandoc is your swiss-army knife." Update 16.10.2018: Pandoc mit PDF-Ausgabe unter CentOS yum install texlive yum install pandoc-citeproc
Our current rating for the The Joel Test: 12 Steps to Better Code. – Do you use source control? – Can you make a build in one step? – Do…
Microservices, SOA and APIs: Friends or Enemies? Microservices vs APIs Microservices vs SOA
REST in an Async world JSON Support in Java EE 8 Enterprise functionality for mobile apps
Das tägliche Abfrageergebnis als XML-Datei schreiben. Die Spalte "erstellt" enthält Datum und Uhrzeit von der Datensatzanlage. @echo off set jahr=%date:~-2% set monat=%date:~-7,2% set tag=%date:~-10,2% bcp "select t1.* \ , convert(date,…
Als Ergänzung zum Node-Red wird eine SMTP-Server für den Postausgang benötigt. mkdir mailserver cd mailserver/ touch Dockerfile Das Dockerfile mit Notepad++ bearbeiten (Inhalt findet sich auf GutHub). Im Anschluss das…
"FXDesktopSearch is a Java and JavaFX based Desktop Search Application. It crawls a configured set of directories and allows you to do fulltext search with different languages support on the…
Swagger Editor Beispiel "openapi.yaml": openapi: 3.0.4 info: title: Demo API version: 1.0.0 servers: - url: https://c-intact.d-velop.cloud/scripting/script/09399c54-15a4-4ea5-af4c-6ed1208bd07c/run - url: https://webhook.site/2d8ba29a-87ca-49ff-bc97-b265f3bc089f tags: - name: aeink description: Einkaufsakte - name: averk description: Verkaufsakte…