I am trying to read the lines of a text file into a list or array in python. I just need to be able to individually access any item in the list or array after
Dim path as String dim a as string dim b as string a = range("A4") // variable name in cell b = range("A106") // variable of other name in cell Workbooks.Open
I have a problem with a Java code and I can't solve it, I have a Vector with 3.529 .txt files and I wanted to split it into 6 other vectors. I'm using the code
This is my first time posting and I'm also very new to javascript. I've had this problem for days and have tried various solutions but none have worked. I have
I have a procedure called TableNumberSequence that adds a table row, pauses for a second and then adds another. It does this up until what's specified in the co
I'm currently trying to write a program that converts images into ASCII art in Python using Python Image Library Here's what I got so far: import PIL.Image # a
Getting this error when I run the following code in google colab "ValueError: 'image_path \tpredicted_labels \tconfidence score' is not in
In Excel, column names are characters from A to Z, if there are more columns needed, it continues with AA, AB ... I want to write a function, that converts inte
In a C++ program in which there is a base class with a virtual function and two derived classes with redefinition of that virtual function , which class is a po
What I mean is there a way to set the window size to related to the result given by this method: GraphicsEnvironment.getLocalGraphicsEnvironment().getMaximumWin
This is a follow up question to this question: appsettings.json and azure function by timer I want to have dynamic settings which I can change without redeployi
while attempting to update the installed pypi packages on my composer env, I'm getting the following error - UPDATE operation on this environment failed 7 minu
I have a div card (bootstrap) in my project which contains messages from a chat. The new messages append below the old so, when the container is full the user c
Does Cypress support multidomain testing in the same test? I am getting the below error while navigating to the different domain: The new URL is considered a di
How can I group by below table from Customer ID and Product Code and get them to one row as below using Python? Customer ID Product Code Days since the last
I have a background service listening socketio and showing me notification. I wanna cache to local that i take from socketio but packages dont support caching w
I'm having a hard time understanding how universal Link works. First I have tried redirection to a specific UIViewController (Universal link works as it redirec
So basically I am writing a socket program in C++ on a Windows machine. But I am running a WSL and compile the code within the WSL because I am building it for
i'm trying to access my model using both method but one of them is not working in my view. i want when a user click on {{question.title}} in my home page to be
I have defined two classes. A Bookshelf class and a Book class and have defined each with its own methods and type hints. When I run the below code in VS Code u
I am working in many project in same time so i need to use a different working directory in circle,look what i did: steps: - checkout - run: name: Ru
I have a function foo which makes an asynchronous request. How can I return the response/result from foo? I am trying to return the value from the callback, as
I have a problem. I want to call inside my Jupyter Notebook a Python File. I looked at How to execute a * .PY file from a * .IPYNB file on the Jupyter notebook?
this is in Kotlin, it doesn't seem to work no matter what I try it's just a button with a click listener. Its function is to take me to another activity, I trie
tl;dr: I'm using Google OR-Tools in Java. I want to add a conditional constraint to a CpModel depending on whether clause involving IntVar variables are true. B
how can i make something divided by 0 equal base, EX: 5/0 output 5 Sorry I can't explain properly, I'm new to programming
> df A B C 1 1 2 3 2 4 5 6 3 7 8 9 This is an example from another stack over flow question. Actually, in my dataset, there are 301 columns. I wonder How
I am trying to find a way to send an unordered map from one node to another using MPI. The exact data structure I am trying to send is a nested unordered map (s
I have an EKS cluster up & running, with everything going smoothly. However, I see there are several unexpected Log streams for the EKS control plane compon
I'm updating an outdated tutorial project using react hooks and react router v6. I want to pass the id in the path url to the component proper