Newest Questions
24,238,223 questions
0
votes
0
answers
2
views
How to solve these errors with assembly? i am using nasm and i need to compile my first antivirus system, does anyone else knows about the issues?
I have these codes here, anyone knows how if these are faulty/broken codes?
There's absolutely no luck getting for them to work without additional/technical help, because i need more help in these ...
0
votes
0
answers
3
views
How do I grab a program's DWM thumbnail from it's process handle in .NET 6.0 WPF C#
I am trying to recreate the Flip3D feature from Windows Vista (pictured below), but now I need to get the DWM thumbnails from each program. I already have each program's process handle, but now I need ...
0
votes
0
answers
2
views
Oracle Apex 24.2 SAML is missing
I have installed the latest version of Oracle Application Express ( APEX ), 24.2, and apply the patch available at the time to upgrade to 24.2.1. At the same time I have also upgraded ORDS to 24.4. My ...
0
votes
0
answers
3
views
Open CV failure with zero bytes images and videos frequently
I wrote an opencv based program that runs on a loop. The code uses YOLO framework. But, it goes like the opencv fails to write images with cv2.imwrite() and videos with the video writer object, not ...
0
votes
0
answers
4
views
How to use useState to switch between 2 js files with Tabs
Currently working on a project and when clicked on the tab, it should change pages but for some reason its not changing. Only stuck on the overview page. Is there something I'm doing wrong?
const ...
0
votes
0
answers
9
views
Correct way to type a classproperty in Python
Following suggestions here, I've implemented a classproperty decorator in Python as follows
class classproperty[T]:
def __init__(self, func: Callable[..., T]):
self.func = func
def ...
0
votes
0
answers
7
views
Is there any issue in storing session files in Public_html?
In a PHP membership website hosted in shared hosting, the session used to timeout in 30 minute after closing browser. We solve that problem by creating users.ini file and creating folder 'session' in ...
0
votes
0
answers
4
views
Blazor in .NET 8 and font awesome with switching fonts via condition
I have a page with a lock/unlock icon from font awesome. Which one is shown depends on a parameter variable. The idea being if you click the icon it will toggle between lock and unlock. It also shades ...
0
votes
0
answers
13
views
Initialization of class array in a template class
I have a class which uses a fixed number of member classes (mInpA, mInpA in my case)
class csAndGate : public csLogicCell
{
public:
csAndGate() :
mInpA(this),
mInpB(this)
{}
...
0
votes
0
answers
5
views
gnuradio companion 3.10 dvb-t transmitter with gr-osmocon and hackrf one
I use a pc with linux Ubuntu 24.04 on i9 20core 50gb ram and m2 sdd,
by using the example included in sources : dvb-t tx 2k , i can transmit a ts file on a specific frequencies without problem.
If i ...
0
votes
0
answers
4
views
Always logs a warning message saying old token usage is deprecated
Basic setup details
We have setup a mesibo onprem server and have made the sample javascript app to connect to it.
We have generated an user-token with v2 : true and are using it in the config.js
...
0
votes
0
answers
6
views
I am seeing these two options flexbox and inline-flexbox when ever I use intellisence for my web project how do they differ from flex, inline-flex?
in vs-code, I am building a project. I am working with HTML5 and CSS, and I am just trying to do a simple project. Whenever I try to use flexbox, I notice that when I type in display: and get the ...
0
votes
0
answers
6
views
How can I display a dynamic label on the alert summary using Grafana builder format?
My goal is simple. I want to know the correct grafana variables syntax to display these metrics labels (I am using Google Cloud Monitoring as data source):
screenshot 1
And put it here: screenshot 2
...
0
votes
0
answers
6
views
ESP32: Token error -127: Missing required credentials, e.g., database URL, host and tokens in Firebase RTDB
I am getting this error in Arduino IDE. I am using ESP32 and firebase as the real-time database. I have ensured that I have got the actual api key and URL from my project in firebase. I also have used ...
0
votes
0
answers
4
views
Gnuplot colorbox appears blank when inverted using certain terminals
I'm running into a strange issue when generating a plot using
gnuplot (version 6.0 patchlevel 1, on Microsoft Windows version 10.0.19045.5737). To my plot I need the colorbox to appear inverted, i.e., ...