Newest Questions
24,146,128 questions
Tooling
0
votes
0
replies
8
views
raplace values in SQL
How can I replace numerical values with NULL in SQL
You’re a junior data analyst working for a local news station and your team uses BigQuery to analyze weather trends. The station’s meteorologist has ...
Advice
0
votes
1
replies
8
views
Skilled Visa Migration Agent Brisbane – Expert Help for Your Australian PR & Skilled Migration Journey
Are you in need of a reliable skilled visa migration agent in Brisbane? Visa Point Studies and Immigration offers expert support for Subclass 189 Skilled Independent, Subclass 190 Skilled Nominated ...
Advice
0
votes
0
replies
13
views
How can I calculate estimated solar savings in JavaScript based on energy usage and electricity rates?
I'm building a solar website where users can enter their monthly electricity usage (kWh), electricity rate, solar system size, and battery capacity to estimate their monthly savings.
My current ...
Advice
0
votes
0
replies
9
views
Partner Visa Migration Agent Brisbane – Expert Help for a Successful Australian Partner Visa Application
Looking for a trusted partner visa migration agent Brisbane? Visa Point Studies and Immigration is a professional consultancy that specialises in Partner Visa Subclass 820/801, 309/100 and Prospective ...
Advice
0
votes
0
replies
6
views
Computing class group of the splitting field of a polynomial
Let $f(X) \in \mathbb{Q}[X]$ be a fixed irreducible polynomial of degree $5$ whose splitting field $F$ is an $S_5$-extension of $\mathbb{Q}$. I am trying to compute the $p$-class group of the ...
Best practices
0
votes
1
replies
31
views
time complexity ~~ python
Find the maximum subarray sum (Kadane's Problem) in an array containing negative numbers. Brute force is O(n²)/O(n³) — optimize to O(n).
Find all pairs in an array that sum to a target value (return ...
Score of 0
0 answers
28 views
Vulkan dynamic rendering (vkCmdBeginRendering) hangs on Intel UHD when using a depth attachment and 1 or more color attachments
This is my second attempt at asking about this issue. I'm building a render graph for an in-house Vulkan engine using dynamic rendering (Vulkan 1.3, dynamicRendering + synchronization2), on Win32. I'...
Advice
0
votes
1
replies
29
views
involves responsive and adaptive design in flutter
Sizing info is a class that has properties orientation, device screen and the screen size. I am just trying to understand the code below, I am a beginner. if you need more information, I am ready to ...
Advice
0
votes
0
replies
15
views
Procedure for goldengate DR failover
I am trying to define failover runbook for goldengate failover in following environment. Could someone help me to prepare the document based on the best practise.
1.Enabled oracle active dataguard to ...
Advice
0
votes
1
replies
59
views
How to turn a list of strings into multiple dictionary keys?
For my project, I need to access a nested dictionary using a path system.
I need to convert ["test1", "test2"] into dict["test1"]["data"]["test2"][&...
Tooling
0
votes
0
replies
25
views
Seeking Guidance from Experienced ML/Embedded Engineers on an Edge AI Sign Language Recognition Project
Hi everyone,
I'm a final-year Electronics Engineering student, and my team is working on our major project. I'd really appreciate feedback from people who have experience in computer vision, embedded ...
Score of -3
0 answers
29 views
Why does YAML with colon inside quotes fail parsing?
a:
- b "c: "
Every YAML parser I could find chokes on the colon here. It works if I do "c:" without the space. Why?
Tooling
0
votes
2
replies
54
views
Building flight schedule system in SQL database
If you want to search Stack Overflow effectively, use specific search queries instead of general ones.
Here are some good search phrases depending on what you need:
Database Design
flight ...
Score of -1
1 answer
61 views
How to find the total number from and for loop
Here I am tying to find the total even number from 0 to 100 and get the sum of them From the If statement I am cooked
This is the code :
<!DOCTYPE html>
<html lang="en">
<...
Score of -1
1 answer
40 views
Python/SQLAlchemy – Need help building my models connecting tags to posts (many-to-many)
It's my first time building an SQLite database, and I'm using Python and SQLAlchemy (I'm using Python, no frameworks, to rebuild my site's backend from scratch to basically make a homemade SSG). I'm ...