Newest Questions

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

I'd like to write a function that can access an arbitrary field on an object, given the object and the name of the field: #lang racket (define (get-field* field-name obj) (eval `(get-field ,field-...
kasdeya's user avatar
  • 11
0 votes
0 answers
10 views

Problem I'm building a CMS publishing pipeline where I need to validate SEO metadata before content goes live. I need to: Detect if a SERP title will be truncated in Google search results Validate ...
Al Amin's user avatar
0 votes
0 answers
13 views

I have a problem where my macOS (Sequoia) Spritekit game spikes delta during the first press of an arrow key. I've test this with a small program, code below: // // GameScene.swift import ...
Chris Tucker's user avatar
1 vote
0 answers
21 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
17 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
30 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
29 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
-1 votes
1 answer
52 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
1 replies
26 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
-3 votes
0 answers
54 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
43 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
-1 votes
0 answers
34 views

I have this enum in usermode app: [Flags] public enum ProcessAccessRights : uint { PROCESS_TERMINATE = 0x0001, PROCESS_CREATE_THREAD = 0x0002, ...
Sardor's user avatar
  • 35
0 votes
0 answers
31 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
28 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
51 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

15 30 50 per page
1
2 3 4 5
1610658