Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

I tried to make the application like following. The name is "The World on 3D". When the user signs up, he should import his model(.fbx file) that he made using 3D Printer. At this point, he ...
user32642875's user avatar
0 votes
0 answers
9 views

I have used the following commands to load in a python .pkl file in MATLAB: fid = py.open("data.pkl"); data = py.pickle.load(fid); T = table(data); This loads a python DataFrame object and ...
David K's user avatar
  • 1,350
0 votes
0 answers
18 views

Designated initializers, added in C++20, allow us to name the arguments passed to the initializer list, making the code easier to understand. Commented out is the syntax I would like to use in this ...
Existn't's user avatar
  • 139
0 votes
0 answers
34 views

While we are doing the recent deployment testing on one of our .NET code implementation over a web application, we found that the readiness probe consistently starts to fail with code 500. Here is the ...
xchen218's user avatar
Advice
0 votes
8 replies
48 views

So this is the connection file. This is what we are using but my classmate said its not the best and not the safest but i want to use the structure of it. <?php function getData($muvelet, $...
11c Tóth Kristóf's user avatar
Advice
0 votes
0 replies
14 views

I understand that derived attributes should generally be calculated .. When should a derived attribute be physically stored in a database table? I understand that derived attributes should generally ...
Abdelrahman Saber's user avatar
0 votes
0 answers
20 views

I'm serving a Create React App (react-scripts 5, webpack 5) build behind nginx in production. Roughly 7% of my hashed static assets return 403 Forbidden even though the files exist on disk and ...
Vivek J Dhamanemath's user avatar
0 votes
0 answers
21 views

If I have a function that takes P params and Returns R , I would like it to Take in P params but return Z.. How can I cast it to such that it keeps the identical signature for Params but returns a ...
lonewarrior556's user avatar
0 votes
0 answers
28 views

I'm trying to change the permissions to my ssh key so that I can use it, but the permissions do not change as expected (e.g. 600 becomes 777, 400 becomes 555) ~$ chmod 600 ~/.ssh/* ~$ ls -l ~/.ssh ...
coder5671's user avatar
0 votes
0 answers
16 views

I have a data file which has a lot of data between [-5:5] and some extreme data with values around -20. If I use a linear color scale, the smaller magnitude data cannot be seen on the plot. So I am ...
vibe's user avatar
  • 635
Advice
0 votes
1 replies
45 views

I noticed that the number 2147480064 comes up occasionally as a max achievable value in games/programs. I'm curious why this is, as it doesn't seem to be at any conventional integer or floating point ...
Gabe's user avatar
  • 1
0 votes
0 answers
16 views

Getting below error while trying to send a message to ASB topic. Timeout on blocking read for 245600000000 NANOSECONDS; java.lang.IllegalStateException: Timeout on blocking read for 245600000000 ...
vasantharajan's user avatar
Advice
0 votes
0 replies
16 views

I am working on a smart home security system using Node.js where devices like cameras and sensors send data to an API. I want to make sure the API is secure and protected from unauthorized access. ...
williambryn's user avatar
Advice
0 votes
4 replies
43 views

I’m working with a simple text file containing car data, and I’d like to parse it into strongly typed objects in C#. The file structure looks like this: Brand;Model;FuelType;Year;Price Toyota;Corolla;...
Sharma_Arjun's user avatar
0 votes
0 answers
20 views

Is it possible to create a functions that can apply multiple Functions while preserving the type information? // example const add1 = (n: number) => n + 1; const makeArray = <T>(t: T) =&...
lonewarrior556's user avatar

15 30 50 per page
1
2 3 4 5
1610664