Skip to main content
-5 votes
1 answer
109 views

What C or C++ functions (I guess), requiring what library if one is needed, help to create displays in text mode, the way commands such as top, btop are doing? The ability to edit screen at ...
Marc Le Bihan's user avatar
Best practices
0 votes
0 replies
34 views

I’m building a system to analyze performance data across ~120 ad accounts and want to detect inefficiencies like high CPA or performance drops. I’m trying to: Fetch data from multiple accounts (Meta ...
AI Chat Assist's user avatar
0 votes
0 answers
42 views

I am using the Acoustics Toolbox from OALib in Matlab, from the link below: https://oalib-acoustics.org/models-and-software/acoustics-toolbox/ I go to the HTTP site and the source code and binaries ...
user21764386's user avatar
0 votes
0 answers
93 views

libname xldata xlsx 'C:/Users/user/Documents/WB.xlsx'; proc print data=xldata.abc; run; I want to read and access Excel sheet, but I get this error: 1 OPTIONS NONOTES NOSTIMER NOSOURCE ...
Azhar Khan's user avatar
0 votes
1 answer
86 views

I've been working on the 'multiplication / division and general expressions' portion of my parser in Rust complains that () is not an iterator when I try to fold over the repeated operator-expr pairs. ...
Liam Smith's user avatar
0 votes
1 answer
98 views

I inherited a custom Python library and a Databricks instance that I haven't had to do much with, but this last week I had to make changes to a function in the codebase. I thought Databricks was ...
user2745258's user avatar
Tooling
1 vote
3 replies
106 views

I'm currently searching for a solution to read a pdf and convert it to an excel. For now I found the "tabula-py" library, which seems to be good. But I'm not quite sure because the pdf has ...
marskernel's user avatar
-1 votes
1 answer
334 views

The problem with this piece of code is that I am unable to import Client from the pinecone library. I tried to uninstalling and reinstalling different versions none of them worked. I also tried it ...
ACR's user avatar
  • 11
-5 votes
3 answers
295 views

Commonly the linker is only invoked once. A linear list of input files can be specified for symbol resolution; there are flags for looping through the linker inputs. But for more sophisticated ...
Caulder's user avatar
  • 483
1 vote
1 answer
165 views

Context: I am a somewhat seasoned C++ and Python developer, and a beginner in Rust with no experience in assembly or machine code following the blogOS guide trying to create a minimal kernel that ...
Sappy Duck's user avatar
0 votes
1 answer
178 views

I recently started using code::blocks on Linux (Linux Mint). I've been trying to install GTK and its dependencies for C++. I started by downloading each of the dependencies as a .tar.xz file, and then ...
Bob the Cob's user avatar
-1 votes
1 answer
70 views

I've been trying to install pywin32 and pypiwin32 in my work laptop since i was looking to automate downloading few files from outlook and storing them manually but im getting this error below. It's ...
akshat7_'s user avatar
3 votes
1 answer
96 views

Am having a problem with external references of libraries. I need to access the ogg libraries from xiph.org. I have simplified it down to the following. This works: in main.cpp #include "...
Peter Bonham's user avatar
0 votes
0 answers
94 views

The SBC in this case is the beaglebone black and/or beagley-ai. The later is the SBC with arm64 support. Now, does using the 64-bit processor support faster movements in threads compared to using a ...
For Ward's user avatar
-1 votes
1 answer
75 views

I am doing a painting app. I want to have an eraser as a cursor when I am erasing. I can set the picture for it, but the picture is formatted to 32x32 px. But I want it smaller. Does anyone know about ...
user30364614's user avatar

15 30 50 per page
1
2 3 4 5
230