Newest Questions

0 votes
0 answers
2 views

I am having troubles with making this setup work consistently. Sometimes it gives a final reading of negative even though it theoretically should be positive. The values should read about 0.6 - 0.8 ...
QDqrk's user avatar
  • 1
Advice
0 votes
3 replies
30 views

I wanted to start learn how to code from scratch without using the help from AI. What should I know about coding, like which programming language I should start with, how to test the code if it works ...
Programming Language Learning's user avatar
Advice
0 votes
0 replies
10 views

A NaN in IEEE-754 has exponent as all ones and mantissa non-zero. Quiet NaNs have the most significant bit (MSB) as one, signalling NaNs have it zero. Why isn't the sign bit used instead to ...
Cigarette Smoking Man's user avatar
Advice
0 votes
0 replies
10 views

Good day, I am trying to open a CVS file from my project file, running a SQL command/ I am using Ubuntu Linux and VSCode with PostgreSQL drivers COPY skills_dim FROM '/home/henka/Desktop/sql_tut1/...
user508050's user avatar
Best practices
0 votes
0 replies
9 views

How to avoid of covering a magnificant object by the "loupe" tool in macos "preview"? There is now way / cheat to shift away over the zoomed target. Any LLM suggestions aren't ...
user32611928's user avatar
0 votes
0 answers
16 views

I am in the process of developing a card game in Delphi. I am getting an access violation from the last line of the following code. The value being assigned at the time of the error into .Top is 500. ...
Skypilot65's user avatar
Advice
0 votes
2 replies
20 views

I want to have the ability to write Python script that use the Imgur API but I'm confused about registration and getting authenticated and the help is not very helpful. I'm following Registration ...
John's user avatar
  • 339
-2 votes
0 answers
34 views

I have a Visual Studio MAUI C# project and I want to change icon(s). I have followed several routes from AI and have not found a solution. Can any real person give me direction? I am starting with a ...
Robert's user avatar
  • 1
Advice
0 votes
1 replies
17 views

I'm creating an injector where it retrieves a .dll from a web url [like a raw github url], and then injects into another process, and i'm not seeing any success, and the only method i've gotten to ...
kinomonke's user avatar
0 votes
0 answers
23 views

I have a set of leaderboards and archived some of them for older versions. When I go to App Store Connect Game Center Leaderboards, I see the current leaderboards: When I go to edit, the archived ...
Nathanael Tse's user avatar
0 votes
0 answers
22 views

I have a lookup item and a parent entity that I want to add in the same transaction. So for instance, I use this code: Parent newParent = new Parent(); LookupItem item = new LookupItem(); item.data= &...
coolblue2000's user avatar
  • 5,176
2 votes
1 answer
53 views

Here is a MRE that tries to reduce my initial problem to something as small as possible: using System.Diagnostics; List<string?> xs = new() { "a", "b" }; // normally xs ...
FluidMechanics Potential Flows's user avatar
0 votes
0 answers
32 views

i tought everything but i have not solve the problem yet. I don't know where is the problem. The other modules like, QuarterRound and ChaCha20_Cipher are fine and very basic. Also QuarterRound Module ...
Umutcan Akyol's user avatar
0 votes
1 answer
70 views

I am currently following an online course about C++, and I came across the following code snippet: class A{ private: const bool state; public: A(bool state) : state(state) {} };...
ukvjr's user avatar
  • 11
-1 votes
0 answers
36 views

I’m facing an issue while uploading a file between two Spring Boot microservices using OpenFeign. task-service generates an Excel file It sends the file to system-service using Feign (multipart/form-...
Sandip Gadade's user avatar

15 30 50 per page
1
2 3 4 5
1610761