Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
7 views

To avoid installing each time I start a session, I tried to put the miniconda inside the google drive. Here is the error I got: The Permission denied error means Google Drive is still preventing the ...
Thomas Kojar's user avatar
Advice
0 votes
0 replies
9 views

I've tried to create a C++ project for several times, but it showed me a blank every time. Instead, I am able to create a micropython project. The empty "new pico project" tab I've tried ...
hdkghc's user avatar
  • 1
Advice
0 votes
1 replies
12 views

Add personal information associated with immigration operation , update , delete , search and display all information."Create a Linked List code project for me, completing every part, and make it ...
Beti Man's user avatar
Best practices
0 votes
1 replies
17 views

I am trying to use excel to check if a typed answer can be found in another list. If the word can be found in one of the other lists, I want to score that a 1, if not I want it to be scored a 0. I am ...
Paul D's user avatar
  • 1
0 votes
1 answer
39 views

I have a Python file and a text file in the same folder in VS Code, and I have the following code: intro_doc = open("0_intro.txt","r") intro_text = intro_doc.readlines() print(...
Matt D's user avatar
  • 1
Advice
0 votes
0 replies
19 views

Currently working on a website for a tree service company that contains info about their services etc as well as forms a customer can submit for a quote. These forms are then contained in mongoDB and ...
Crystal Figueroa's user avatar
-2 votes
0 answers
46 views

So I downloaded a program's source code because I need to use it, but the problem is that it uses FMOD, and whenever it tries to run FMOD.Factory.System_Create(out var system);, it just throws an ...
AshTheAlpaca's user avatar
Best practices
0 votes
1 replies
39 views

I am building a small computer vision project (MoodAI Player) where a webcam detects facial emotions and triggers music + LED responses on a Raspberry Pi . I am planning to train a YOLOv11 model, ...
Aneeq Shakeel's user avatar
0 votes
0 answers
27 views

I have this enum in usermode app: [Flags] public enum ProcessAccessRights : uint { PROCESS_TERMINATE = 0x0001, PROCESS_CREATE_THREAD = 0x0002, ...
Sardor's user avatar
  • 37
0 votes
0 answers
28 views

I'm trying to make a generic popup which allows me to reuse it for multiple different occasions. For some reason tho the constructor of my viewmodel is never called even tho I register it and call it ...
Jule's user avatar
  • 81
Best practices
0 votes
1 replies
26 views

Apologies for asking what is probably a stupid question, I'm too prideful to ask an AI and not knowledgeable enough to know what words to Google for. Here's my situation; a few days ago, for fun and ...
T. P's user avatar
  • 1
-1 votes
0 answers
47 views

I am writing a small script to colelct some url info, and store it in database. getting the following error :: Dropping index: sqlite_autoindex_keywords_1 Traceback (most recent call last): FilX e &...
Sid's user avatar
  • 113
1 vote
0 answers
49 views

I am trying to add a builtin datepicker (i.e. <input type="date">) to a Mozilla web extension (which is based on html/css/js) but the calendar does not popup. The code below (stripped ...
bliako's user avatar
  • 1,233
-5 votes
0 answers
64 views

I'm following the instructions to setup an environment in which to compile Chromium OS source code, but I got this message: $ repo init -u https://chromium.googlesource.com/chromiumos/manifest.git --...
Melab's user avatar
  • 3,052
2 votes
1 answer
84 views

// Last task removal if(!strcmp(argv[2], "last")) { int line = 0; // Which line is last in the file FILE *fileptr = fopen(FileAddress, "r"); // Create ...
Harry B's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
1610658