I am working on my first Ember app and got it to display the way I wanted with the route returning a static JSON object from model(): element: { name: "First
Can you please help me with this. I need to find a value in array and if there is no such a value make an exception about it. i did wth if else in a loop it is
I want to clear an image background of ID without losing quality, Keep only the text with white background Using the following code is not efficient, produce hi
I've been trying to make a simple function which checks if an array is the same as another array reversed. For instance, comparing [0, 1, 2] and [2, 1, 0] would
If double can represent value up to 3.4E308 (308 zeros), then why do we say that double stores only 15 digits? What is point of saying "ten power of 308" ?
I have the following regex problem: The string is: 32 Abs. 8 und 10, 37 Abs. 5 Satz 3, 39 Abs. 3 und 40 Abs. 7, 8 und 10 I want to get the output: ['32 Abs. 8 u
I have a service that always returns Observable<T>, and I cannot change the code of this service. I have a button, whenever the button is clicked, I call
I would like my MacOS "server" (basic mac mini with OS12.1 installed) to be able to send emails using my current (paid) email provider. Some theory first. I am
I have a Spring boot application where I want to use spring bot cache on a repository method.I have specified @EnableCaching annotaion in my spring boot app, Wh