Newest Questions

Ask Question
24,174,132 questions
Filter by
Sorted by
Tagged with
0votes
0answers
5views

I'm creating a game using the terminal window but I'm running into issues with using time.sleep and the input function.Here's my code:import timeprint("Starting")time.sleep(3)input()...
0votes
0answers
4views

This question is about style and efficiency. I have a working solution to my problem, but I am searching for a nicer one. I have an array of file paths and I want to find their common parent folder. ...
Theodor Zoulias's user avatar
0votes
0answers
8views

I followed the instructions from here and created the app like this:npx create-next-app@latest next-demo-app --typescript --eslint --appIt works totally fine locally in VS Code, by running npm run ...
-1votes
1answer
5views

What is the ubuntu-slim environment in GitHub Actions, and how does it differ from ubuntu-latest?
user2314737's user avatar
0votes
0answers
13views

Below is the code and results. Some commented out lines use when testing to insure mapping and updating array was working.#include <map>#include <iostream>using namespace std;int main(...
Advice
0votes
0replies
10views

Since the last update VSCode shows some windows like 'settings' in a pseudo-window that tries to be modal. Not only does it waste screenspace, but it's often misbehaving when switching monitors.How ...
0votes
1answer
24views

I'm running into a problem with using std::vector. When pushing the newly constructed object into vector, it seems to destruct it twice: first in push_back, second - in the vector's own destructor. ...
Paul-dev's user avatar
0votes
0answers
6views

This is my first time using unity, and I've been trying to make a very simple operation. When an Apple falls into a basket, the basket will increment the score counter. However, Every time the apple ...
0votes
0answers
8views

Gradle releases are signed by GPG and .asc file is located in the same location as distribution.Where would I get official GPG sign keys for Gradle releases to verify the installation?
0votes
0answers
16views

When I compile my app using the 64bit Delphi IDE, then I get errors like this:[dcc64 Fatal Error] F2084 Internal Error: AV7FF8AB8957FE(7FF8779F0000)-R1996FF0A004-0and[dcc64 Fatal Error] F2084 ...
-1votes
0answers
11views

Problem SummaryI'm using GramJS (telegram npm package) to listen for new messages in Telegram groups. The NewMessage event handler works perfectly for:✅ Direct messages (DMs)✅ Small groups (< ...
1vote
1answer
13views

I'm trying to compute the 2‑norm of a matrix in Maxima using mat_norm, but Maxima throws an error.A : matrix([0.780, 0.563],[0.913, 0.659]);mat_norm(A, 2);The output is:Not able to compute the 2 ...
user767289's user avatar
1vote
2answers
28views

I have this:<div id="axis_display"> <div>&#x25c4;<hr /></div> <div>stuff here ...</div> <div>&#x25ba;<hr /></div>&...
Brian's user avatar
  • 2,043
-7votes
0answers
48views

Hi everyone I am a junior front end developer. I need a little help in JavascriptI am at the beginning in Javascript .My problem is I can understand code i can read it but when I try to create smth ...
resad505's user avatar
0votes
1answer
35views

The idiv amd64 instruction is not working as I expect. When the dividend is negative, it produces a large positive number.xor rdx, rdxmov rax, -10mov rbx, 5idiv rbxpush rax ; expected -2, got ...

153050per page
1
2345
1611609