Newest Questions
24,157,100 questions
0
votes
0
answers
6
views
How to stack column arrays of variable rows returned by a user defined LAMBDA function using VSTACK? Is there an alternative?
First of all sorry for using Excel Android while asking questions.
My Goal:
From the text in B3 and B11, I want to create an array in which each element represents a line of the combined text ...
0
votes
0
answers
7
views
Model accuracy and loss_fn is not increasing
So i started my model , a dummy model to be specific as i am learning DL.
However i keep getting stuck at a point in training loop of acc and loss
enter image description hereenter image description ...
-1
votes
1
answer
34
views
Why is the map method returning my array as undefined?
Why does the error message appear TypeError: can't access property "map", headers is undefined?
I have defined headers inside a state variable, passed it as props and used it inside a ...
0
votes
0
answers
19
views
After an OS update, CLion refuses to configure, says it "cannot get compiler information
I'm using CLion with C++ project of mine. After while not opening the project on some particular computer, when opening it, I get an error during CMake configuration, in both Debug and Release ...
0
votes
2
answers
45
views
Why Does SQL Date Value Become NULL When Using AddWithValue?
if (connection.State == ConnectionState.Closed)
{
connection.Open();
string signup = "INSERT INTO TABLE (ID,NAME,SURNAME,MAIL,PASSWORD) VALUES (@ID,@NAME,@SURNAME,@MAIL,@PASSWORD)";
...
0
votes
0
answers
20
views
Exception thrown: 'System.NotImplementedException' in SQLDataAccess.dll
I am trying to load some data from SQL Server like this:
Imports System.Data.SqlClient
'Imports Microsoft.SqlServer
Public Class Form1
Inherits System.Windows.Forms.Form
'Create ADO.NET ...
Best practices
0
votes
0
replies
10
views
Thread-safe progress reporting in Swift
In a Swift codebase, I have classes Progress and ProgressGroup that are used to track progress of a long-running operation.
A ProgressGroup can contains several child Progress objects. A Progress ...
Advice
0
votes
2
replies
25
views
SQL Developer data modeler
Good afternoon. Can you tell me if there is any hot button setting in the modeler so that I can quickly navigate through the logical model? something like when you press the space bar in drowio (for ...
-1
votes
0
answers
18
views
Standard project structure for a React-TypeScript frontend integrated with an Express-AI (Gemini/OpenAI) backend? [closed]
I am looking to understand the professional architecture for a full-stack AI Chatbot application. I am transitioning from a Java background and currently working with a React-TypeScript frontend and ...
-6
votes
0
answers
30
views
Guidewire Policycenter Installation in MacOS M1 [closed]
I am not able to install Guidewire Policycenter which works fine in Windows. Can someone help me in the process.
-2
votes
1
answer
52
views
Is there an efficient way to optimize my code?
I'm currently working on this conjecture, and I struggled at computing these numbers (1, 2, 13, 22, 33, 248, 269).
Vmax = -1;
for(n = 1, 10^4,
V = 0;
fordiv(2^n + 3, d, V = max(V, valuation(d +...
-4
votes
0
answers
20
views
Authorize.NET PHP API - last day of the month on recurring payments
I have a client who allows patrons in her fitness center to pause their monthly membership. She charges them for one month up front, and then startes charging them 1 month later after their re-start ...
1
vote
1
answer
36
views
Exceptions in WebView constructor
My Android Java app shows some HTML content, but not on the initial screen. To make initial app loading faster, the WebView is initialized dynamically when needed:
m_TheEntry = new WebView(Ctxt); //...
-5
votes
0
answers
40
views
How to make markdown ` ` double space really visible? [closed]
How to make markdown ` ` double space really visible?
I use IDEA, occasionally VS Code.
Advice
0
votes
2
replies
46
views
How to make a basketball have a Orlando Magic Logo?
[enter image description here][1]I wanna see if you can put the Orlando Magic Logo in your basketball in a game. It would be very cool to put this logo in the ball in a future game with the help of 3d ...