Skip to main content
Advice
0 votes
10 replies
254 views

The standard says that after a move, an object is in a "valid but unspecified state". I found nothing in the standard on the properties of being in a "specified state" and being in ...
Norbert's user avatar
  • 103
0 votes
1 answer
318 views

import torch import torch.nn as nn import torch.optim as optim answer = input() class YourModelClass(nn.Module): def __init__(self, input_size, hidden_size, num_layers, output_size): ...
rtyrtyrtyqa's user avatar
0 votes
0 answers
310 views

What is the code for “any unspecified field type is text” in sql? I’ve tried using replace and I’ve searched multiple sites but I haven’t found a solution
user18704585's user avatar
1 vote
1 answer
3k views

My TwinCAT PLC project was working fine, but suddenly one day it could not build at all. The error message is simply "The operation could not be completed. Unspecified error". I also ...
Girl Spider's user avatar
1 vote
1 answer
135 views

I can't understand the quote (specifically, the bold part): A prvalue of type “pointer to cv1 void” can be converted to a prvalue of type “pointer to cv2 T”, where T is an object type and cv2 is the ...
user avatar
0 votes
1 answer
525 views

I've created a bash script to play some music using the afplay command. I used the file extension .command so that it can be opened with a double click in finder. This is an abbreviation of the code. ...
Jakeman90210's user avatar
0 votes
1 answer
188 views

I'm working on a music recognition Android app, which should recognize music annotations in sheet in real time using camera. When I try to recognize lines or circles using Hough transform (either ...
Martin Ryu Straka's user avatar
0 votes
1 answer
1k views

there. I am trying to search for a string contained in any column of a sql table by adding all the Fieldnames to the WHERE clause using a for loop. Also I use parameters to protect against SQL ...
Simon Erasmus's user avatar
1 vote
1 answer
97 views

I'm trying to start a new MVC project but I constantly get this message: Unspecified error (Exception from HRESULT: 0X80004005 (E_FAIL)) I have tried almost every thing that I could find on internet ...
H35am's user avatar
  • 818
0 votes
1 answer
235 views

Somewhere in my code I want to throw an exception to stop its execution( as the possible error in question is deep in the stack). However, when I write` throw new ArgumentException( ...
user3742604's user avatar
4 votes
1 answer
1k views

I am trying to get this to log into my website with a main login page and a second One Time Password(OTP) page. But i am getting and error run-time error '-2147467259 (80004005)': Automation error ...
Justin Michael Chia's user avatar
0 votes
1 answer
7k views

So I ran into a slight stumbling block and hopefully here someone can help me. In short, I need to visit a string of webpages (the list of the names on each page are already input, that code works ...
user3814832's user avatar
5 votes
3 answers
14k views

Is it possible to leave a parent class unspecified until an instance is created? e.g. something like this: class SomeParentClass: # something class Child(unspecifiedParentClass): # something ...
Thrasi's user avatar
  • 498
0 votes
2 answers
416 views

I'm getting the the following message on a chained adaptive payment call (via PHP). Can anyone see why? array(5) { ["ACK"]=> string(7) "Failure" ["L_ERRORCODE0"]=> string(5) "81002" [...
user2585248's user avatar
-1 votes
1 answer
1k views

Hello I am trying to make a simple lexer, to read KML(google maps). But I have a problem in several parts. And get an "unspecified token error"(ONLY included the part causing the error) import ply....
madprogramer's user avatar

15 30 50 per page