๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Creating hard and soft links using PowerShell

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

Can PowerShell 10 create hard and soft links analogous to the Unix variety If this isnt built in can someone point me to a site that has a ps1 script that

Thumbnail for Posts

css overflow - only 1 line of text

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

I have div with the following css style width335px floatleft overflowhidden paddingleft5px When I insert into that div a long line of text its breaking to a

Thumbnail for Posts

Design Patterns web based applications closed

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Design-Patterns Jsp Servlets

Closed This question is opinionbased It is not currently accepting answers Want to improve this question Update the question so it can be answered with facts

Thumbnail for Posts

Difference between JAVAOPTIONS JAVATOOLOPTIONS and JAVAOPTS

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Jvm Jvm-Arguments

I thought it would be great to have a comparison between JAVAOPTIONS and JAVATOOLOPTIONS I have been searching a bit for one but I cannot find anything so I

Thumbnail for Posts

Differences between BEGIN RSA PRIVATE KEY and BEGIN PRIVATE KEY

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Openssl Rsa Private-Key Pem

Hi I was writing a program that imports private keys from a pem file and create a private key object to use it later the problem I have faced is that some pem

Thumbnail for Posts

Django valueslist vs values

๐Ÿ“‚ Categories: Python

In Django whats the difference between the following two Articleobjectsvalueslistcommentid flatTruedistinct versus Articleobjectsvaluescommentiddistinct My

Thumbnail for Posts

Fetch first element of stream matching the criteria

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

How to get first element that matches a criteria in a stream Ive tried this but doesnt work thisstopsstreamfilterStop sgt sgetStationgetNameequalsname That

Thumbnail for Posts

Freeze the top row for an html table only Fixed Table Header Scrolling

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

I want to make an html table with the top row frozen so when you scroll down vertically you can always see it Is there a clever way to make this happen without

Thumbnail for Posts

Get final URL after curl is redirected

๐Ÿ“‚ Categories: Programming

I need to get the final URL after a page redirect preferably with curl or wget For example httpgooglecom may redirect to httpwwwgooglecom The contents are easy