๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

How does this CSS produce a circle

๐Ÿ“‚ Categories: Html
๐Ÿท๏ธ Tags: Css Css-Shapes

This is the CSS div width 0 height 0 border 180px solid red borderradius 180px How does it produce the circle below Suppose if a rectangle width is 180 pixels

Thumbnail for Posts

How to calculate the SVG Path for an arc of a circle

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Svg

Given a circle centered at 200200 radius 25 how do I draw an arc from 270 degree to 135 degree and one that goes from 270 to 45 degree 0 degree means it is

Thumbnail for Posts

How to change title of Activity in Android

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Android Android-Activity

I am using Window w getWindow wsetTitleMy title to change title of my current Activity but it does not seem to work Can anyone guide me on how to change

Thumbnail for Posts

How to do a JUnit assert on a message in a logger

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Logging Junit Assert

I have some codeundertest that calls on a Java logger to report its status In the JUnit test code I would like to verify that the correct log entry was made in

Thumbnail for Posts

How to ensure order of processing in Java 8 streams

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Java-8 Java-Stream

I want to process lists inside an XML Java object I have to ensure processing all elements in the order I received them Should I therefore call sequential on

Thumbnail for Posts

How to get filename without extension from file path in Ruby

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

How can I get the filename from a file path in Ruby For example if I have a path of Cprojectsblahdll and I just want the blah Is there a LastIndexOf method in

Thumbnail for Posts

How to get the azure account tenant Id

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Azure Azure-Active-Directory

My question is Is it possible to get the azure active directory tenant id without using powershell command I found this two blogs and with this help Im already

Thumbnail for Posts

How to insert an item at the beginning of an array in PHP

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

I know how to insert it to the end by arr item But how to insert it to the

Thumbnail for Posts

How to refer to relative paths of resources when working with a code repository

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Path Relative-Path

We are working with a code repository which is deployed to both Windows and Linux sometimes in different directories How should one of the modules inside the