Newest Questions

0 votes
1 answer
11 views

I have a Google Custom Search JSON API returning 403 error despite having billing enabled. I have tried: Created 2 different Google Cloud projects Enabled Custom Search JSON API in both Activated ...
Compra Inteligente's user avatar
0 votes
1 answer
11 views

I’m testing on iOS 26 / Xcode 26 with UITabBarController. I noticed this behavior: If I set bottomAccessory, the tab bar becomes full width If I do not set bottomAccessory, the tab bar stays floating/...
Daniel's user avatar
  • 475
0 votes
1 answer
18 views

I submit Flink SQL jobs on native Kubernetes operator in Application Mode (Flink 2.2.0, Kubernetes operator 1.4.0) I regularly run into these issues (Stack trace below) and I cannot figure out how to ...
Clemens Valiente's user avatar
-1 votes
1 answer
14 views

Given the below JSON { "k1": "v1", "k2": "v2" } Print the key and value for k1. What have I tried? cat data.json | jq '.k1' This produces and output that ...
Jojo Thomas's user avatar
0 votes
0 answers
8 views

Can Zarr organise different gridded variables (or sets of gridded variables) into different files in the same directory structure? E.g., t.x.y/A and t.x.y/BC assuming my spatiotemporal variables are A,...
benjimin's user avatar
  • 5,126
Best practices
0 votes
1 replies
23 views

I want to read a line from stdin with timeout on Windows. The following code uses WaitForSingleObject without success. Creating a blocking thread seems only transfer the problem to canceling the ...
Jackoo's user avatar
  • 555
Advice
0 votes
2 replies
26 views

I have 12 separate dataframes for 3 subjects and 4 activities for each subject. Using the following code, I have created a list of lists containing indices or "markers" from the 12 separate ...
Coconut276's user avatar
0 votes
0 answers
18 views

Years ago I implemented a CPU raytracing software and things work properly. I then implemented a DirectX 12 viewer. I just found out there is some discrepancies between my 2 implementations when i t ...
TheChamp's user avatar
Advice
0 votes
3 replies
56 views

I need help with my homework. I'm not sure what I'm doing wrong. Here is what the homework prompt is: Write a complete C++ program that allows the user to input and sort two values of a selected data ...
Lizzie Reyes's user avatar
0 votes
1 answer
50 views

I have a grid of identical boxes, but some of them seem to appear with dotted lines, corresponding to the padding of the box. It appears to be the same boxes in the grid each time, and each box has ...
Charles Yu's user avatar
-1 votes
0 answers
28 views

Im using JavaScript Web audio API. The good news is that the filter I created works as expected. The bad news is that my app applies the filter without being prompted. The flow is like this: user ...
Michael Johnson's user avatar
0 votes
1 answer
22 views

Problem I'm using the Azure OpenAI Realtime API (gpt-realtime-mini-2025-12-15) via the .NET OpenAI.Realtime SDK to measure token consumption. The response.done server event includes a usage object ...
Hamed Hajiloo's user avatar
-1 votes
0 answers
22 views

Ok i have an ongoing problem with a project I'm working on. I made an ElectronJS app that I'm going to be installing in the users desktop. This electron app will communicate with an MCP server via ...
état de choses's user avatar
Best practices
0 votes
3 replies
30 views

I'm using MongoDB with the .NET driver and trying to implement an optimistic concurrency pattern with versioning using UpdateOneAsync and IsUpsert = true. Here is my code: public Task UpsertAsync(User ...
Muhammed Furkan Güler's user avatar
0 votes
0 answers
84 views

I'm looking at the built-in methods that C has, like fread(). I'm wondering what search algorithm fread() uses to return the number of bytes from a file? I looked on Google, and it says "it ...
booboobearboy283's user avatar
-4 votes
0 answers
53 views

https://llamacoder.together.ai/share/v2/6X7H_oBvFLd6p-GK Using AI to help me code - I have this - cant get it to work. It runs perfectly fine n their website- but blanks on my host. Can anyone assist
Amubus's user avatar
  • 1
0 votes
1 answer
44 views

I’m trying to use the OpenAI Moderation API for text moderation, but every request returns a 429 Too Many Requests error — even though I haven’t made any prior requests with this API key. Error ...
Ayodele Kayode's user avatar
0 votes
0 answers
26 views

My document is made up of several smaller "sections" compiled into one large document. Each section has its own page-number prefix and is numbered 1 through whatever. They look like MD-23 or ...
Kinyon Green's user avatar
0 votes
1 answer
30 views

I am building an operating system for the x86_64 ISA. I am to the point in my development where I want to begin to display things graphically for the user, and therefore wish to retrieve the monitor/...
Sermir's user avatar
  • 1
0 votes
0 answers
24 views

I am deploying a Saas with Django 5.2.10 application on Azure App Service (Linux). During container startup, my startup script runs database migrations before launching gunicorn. The container crashes ...
Br0k3nS0u1's user avatar
Advice
0 votes
2 replies
60 views

I always created makefiles like this: src = file1.c file2.c obj = $(SRCS:.c=.o) and never really thought much about it, but now that I want to understand more about make, I do not really see why I ...
Nicolas Fardim's user avatar
0 votes
0 answers
23 views

I am developing a desktop application in C++ using Qt Creator. My app runs fine in release mode, but it started to quit after making (perfectly) one display cycle, in Debug mode, without issuing any ...
katang's user avatar
  • 2,854
Best practices
0 votes
2 replies
37 views

<?php include "./db_functions.php"; $method = $_SERVER["REQUEST_METHOD"]; $uri = parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH); $uri = explode("/", $...
cheater Mr's user avatar
0 votes
0 answers
16 views

I want to upload dataFrame records from DBX to SAP HANA and it fails with DBX 16.4 giving error Could not initialize class com.sap.db.jdbc.Driver . Any solution appreciated Connect to HANA (hdbcli ...
Raj R's user avatar
  • 1
0 votes
0 answers
23 views

How do I add a variable to my dataframe in R, that has lagged values based on previous treatment rows? I wish to set a variable "previous_treatment_stop_date_missing" as TRUE when there is ...
jacerl980's user avatar
Advice
0 votes
2 replies
27 views

I’m trying to learn how to use INDEX and MATCH instead of VLOOKUP in Excel. I have a table where: Column A = Employee IDs Column B = Names Column C = Salaries I want to look up a salary based on an ...
Kaaliyah Gray's user avatar
Best practices
0 votes
1 replies
35 views

<?php // get data or modify data function getData($sql){ $db = new mysqli("localhost", "root", "", "database"); if($db->...
cheater Mr's user avatar
Best practices
0 votes
2 replies
40 views

I want to develop an mvp metadata-based deepfake detection tool under one month for my final year project and I am still a beginner in Python. Any advice on how I can accomplish this without failing ...
Ademu Abdullahi's user avatar
0 votes
0 answers
24 views

Using the PostgreSQL-specific slick-pg extension of slick, which supports multi-upsert. Let's consider a small example. CREATE TABLE foo (id INT PRIMARY KEY, name TEXT DEFAULT 'foo'); The ...
silverberry's user avatar
Advice
0 votes
1 replies
34 views

to reduce the image size it's claimed: creating efficient and secure final images by separating the build environment from the runtime environment The first stage uses a bulky golang image to compile ...
J.J. Beam's user avatar
  • 3,263

15 30 50 per page
1
2 3 4 5
805463