python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Trimming a long text to get what I want using substring
I have a program that was created using c# in UWP and we have a map embedded in it using ESRI.ArcGISRuntime libraries.
I want to show the datum only and I have used substring to extract what I need bu...
jam
Votes: 0
Answers: 1
load data and set up custom projection in R Shiny (leaflet)
I would like to load data and set up a custom projection in R Shiny. I am able to load the data but cannot get the projection right (ESPG:26916). I have searched but am not sure what I have missed. He...
yearntolearn
Votes: 0
Answers: 0
Loading-behaviour | Include vs Projection
I have a question regarding a different loading behaviour when using EFCore 5 Code First.
First the model:
public class Store {
ICollection<Customer> Customers {get;set;}
}
public class Custo...

dpa
Votes: 0
Answers: 1
Does default OpenGL perspective projection matrix preserve straight lines in all three dimension?
I know that the default OpenGL perspective projection matrix preserves straight lines at least in XY - so if three points are colinear in eye-space, the XY coordinates of the three points in NDC will ...

matthias_buehlmann
Votes: 0
Answers: 1