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…