Newest Questions

Filter by
Sorted by
Tagged with
Filter by Employee ID
Best practices
0 votes
1 replies
19 views

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
16 views

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
22 views

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
14 views

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
52 views

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
23 views

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
25 views

Repro: a: - b "c: " Every yaml parser I could find chokes on the colon here. It works if I do "c:" without the space. Why? Isn't parsing languages with quoted strings a problem ...
Tooling
0 votes
2 replies
47 views

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
52 views

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 0
0 answers
34 views

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 ...
Advice
0 votes
3 replies
33 views

I’d like to use an arduino to measure temperature, but I also want this bundled with a simultaneous other measurement that must be run in python. Is there a way to have the arduino run all the code to ...
Advice
0 votes
4 replies
49 views

On my questions, I often receive more suggestions about how to improve the question, what to include, what to remove, and how to format it, than actual answers, even when the question is already clear ...
Score of 1
0 answers
59 views

I am trying to solve the following problem. Given the class template template <class> struct Vector {}; I want to write a type trait IsVector<Type> that evaluates to true iff Type is a ...
Score of -4
1 answer
32 views

I can't open Android Studio after installing Astrill VPN. If opens the Android Studio, it closes it by itself. Astrill VPN is v3.10
Advice
0 votes
1 replies
51 views

If I installed my app on system and Enrolls as Device Owner at setup Blocks factory reset via DevicePolicyManager restrictions (DISALLOW_FACTORY_RESET) Disables USB debugging (...

15 30 50 per page
1
2 3 4 5
1609742