Newest Questions
24,166,486 questions
Best practices
0
votes
0
replies
8
views
What is the best way for a beginner to learn SQL?
I am new to the world of SQL and data analytics and would like to learn how to work within SQL and be literate in the platform to prepare myself for entry-level data analytics roles. Do you have any ...
Advice
0
votes
1
replies
9
views
can you help Create a memory management program using either the fifo page replacement approach or the lru approach
can you help Create a program in any programming language you wish that performs memory management using either the first in first out page replacement approach or the least recently used approach. ...
1
vote
0
answers
27
views
WKWebView navigation very slow during HTTPS redirect chain with repeated server trust challenges (works fine on Android WebView)
I am investigating a navigation performance issue that occurs only on iOS WKWebView, while the same flow works normally on Android WebView.
The app is a Flutter application using InAppWebView, and the ...
Advice
1
vote
2
replies
39
views
Subject: Complaint about credits in VS Code
Subject: Complaint about credits in VS Code
Dear Sirs,
I recently purchased credits in Visual Studio Code, according to the contract that provides 30 free days. However, already the day after the ...
0
votes
0
answers
30
views
503 Service Unavailable Azure App Service
I'm having issues because my Application is running on an Azure resource, but I get "The Service is unavailable."
Quick context: I am migrating from an old subscription to a new subscription....
Best practices
0
votes
0
replies
38
views
What beginner-friendly project can I build to practice Model Context Protocol (MCP)?
I’m currently learning MCP and reading through the official guidelines on modelcontextprotocol.io. Now I’d like to move from theory to hands-on practice.
As a beginner, what kinds of small, realistic ...
-2
votes
0
answers
22
views
Manual code signing with ssl.com certificate
I am trying to manually sign code with an ssl.com code certificate. I am using the Windows signtool to do the manual signing.
According to the documentation, I must first run esignerCKA.exe which ...
1
vote
0
answers
17
views
Encountering emergency shell after installation of rhel9 using kickstart
I am new to linux kickstart installation and I am encountering with emergency shell .
Here is the scenario :
The installation process is smooth but after installation when system boots up sometimes I ...
0
votes
0
answers
12
views
How can users see a list of places they've interacted with under Google Places API Terms of Service?
Consider a feature where each user can view a list of places they've previously interacted with. The natural implementation is to persist place data (name, address, etc.) in a database against the ...
0
votes
0
answers
17
views
Sending data to Thymeleaf (HTML) from Spring-Boot MVC (Java), Not being displayed
I am trying to put a front end on some Java code, I have added a Spring Controller Class. The only code that matters is the viewHomePage method. The Employee Class and allemplist attribute, both ...
0
votes
0
answers
11
views
Winforms TabIndex order between LayoutPanels
Using Winforms, I have a UserControl with a few nested LayoutPanels (Table, Flow,etc.) to arrange the controls so that they align and stretch correctly when the control is resized. I have set the ...
0
votes
0
answers
16
views
“How can I use WhatsApp Business API with an existing WhatsApp Business app number while still replying manually from the mobile app? [closed]
Hello everyone,
I’m looking for advice from anyone who has worked with a Meta Developer Account, specifically with WhatsApp.
I currently have a WhatsApp Business number that I use through the mobile ...
Advice
0
votes
0
replies
15
views
encountered glitch while playing and hitting a spike
unity while in game mode playing my player once hits the spikes I come across a glitch like shake before it resets to start point, anyone knows how to help .
I'm building game prototype, I would love ...
-5
votes
0
answers
21
views
Program ch572 over wchlink [closed]
I tried to program my ch572 over the wch linkE R0 1v2 it worked one time but now its not working anymore.
I tried to programm my ch585 dev board it worked neither. The ch32v003 devboard is working.
I ...
Advice
1
vote
2
replies
24
views
Clarifying what an ADT is
I'm a bit stuck on the concept of an ADT, what I know is that, and ADT is an idea (implemented through an Interface) that dictates how a program structures its data. But when implementing ADTs, we use ...