๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Vim for Windows - What do I type to save and exit from a file

๐Ÿ“‚ Categories: Programming

Using WindowsnbspXP I accidentally typed git commit a instead of git commit am My commit message and now Im viewing my CMD prompt filled with the file version

Thumbnail for Posts

What causes NextJS Warning Extra attributes from the server data-new-gr-c-s-check-loaded

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Reactjs Ecmascript-6 Next.Js

I am getting the following warning from my NextJS Application Warning Extra attributes from the server

Thumbnail for Posts

What does the ampersand mean in a TypeScript type definition

๐Ÿ“‚ Categories: Typescript
๐Ÿท๏ธ Tags: Types Ampersand

On line 60359 of this type definition file there is the following declaration type ActivatedEventHandler ev

Thumbnail for Posts

What does the Z mean in Unix timestamp 120314170138Z

๐Ÿ“‚ Categories: Programming

I have an X509 certificate which has the following 2 timestamps validFrom String13 120314165227Z validTo String13 130314165227Z What does the postfix character

Thumbnail for Posts

what happens when you type in a URL in browser closed

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

Closed This question is offtopic It is not currently accepting answers Want to improve this question Update the question so its ontopic for Stack Overflow

Thumbnail for Posts

What is Java String interning

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: String String-Interning

What is String Interning in Java when I should use it and

Thumbnail for Posts

What is the difference between CHARACTER VARYING and VARCHAR in PostgreSQL

๐Ÿ“‚ Categories: Postgresql
๐Ÿท๏ธ Tags: Database Varchar Varying

John uses CHARACTER VARYING in the places where I use VARCHAR I am a beginner while he is an expert This suggests me that there is something which I do not

Thumbnail for Posts

What is the difference between parseIntstring and Numberstring in JavaScript duplicate

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: String-Conversion

This question already has answers here What is the difference between parseInt and Number 11 answers Closed 9 years ago What is the difference between

Thumbnail for Posts

What is the idiomatic way in CMAKE to add the -fPIC compiler option

๐Ÿ“‚ Categories: C++
๐Ÿท๏ธ Tags: C Cmake

Ive come across at least 3 ways to do this and Im wondering which is the idiomatic way This needs to be done almost universally to any static library Im