๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Multi-line string literals in PHP

๐Ÿ“‚ Categories: Php
๐Ÿท๏ธ Tags: String

Consider xml l xml vv echo xml This will echo vv Why and how can I do multiline string literals for things like SimpleXML

Thumbnail for Posts

Multiple FROMs - what it means

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Dockerfile

I want to build a docker image which requires both a Neo4j database and Nodejs to run My first approach was to declare a base image for my image containing

Thumbnail for Posts

MySQLDump one INSERT statement for each data row

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Mysql

with the following statement mysqldump completeinsert lockalltables nocreatedb nocreateinfo extendedinsert passwordXXX u XXX dumpdate yyy gt yyydataOnlysql I

Thumbnail for Posts

NET Standard vs NET Core

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: .Net .Net-Core .Net-Standard

I have read about the difference between NET Standard and NET Core but I really dont know what the difference is or when to choose a NET Standard library

Thumbnail for Posts

ngIf else if in template

๐Ÿ“‚ Categories: Html

How would I have multiple cases in an ngIf statement Im used to Vue or Angular 1 with having an if else if and else but it seems like Angular 4 only has a true

Thumbnail for Posts

Nodejs 1701 Gatsby error - digital envelope routinesunsupported ERROSSLEVPUNSUPPORTED duplicate

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: Gatsby

This question already has answers here Error message error0308010Cdigital envelope routinesunsupported 69 answers Closed 2 years ago I am building a Gatsby

Thumbnail for Posts

Plot a legend outside of the plotting area in base graphics

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: R Plot Legend

As the title says How can I plot a legend outside the plotting area when using base graphics I thought about fiddling around with layout and produce an empty

Thumbnail for Posts

PostgreSQL create table if not exists

๐Ÿ“‚ Categories: Sql

In a MySQL script you can write CREATE TABLE IF NOT EXISTS foo other stuff and then you can run the script many times without recreating the table How do you

Thumbnail for Posts

Recursive file search using PowerShell

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Powershell Powershell-2.0

I am searching for a file in all the folders Copyforbuildbat is available in many places and I would like to search recursively File VMyfolderCopyForbuildbat