I'm creating a tic tac toe game for class. Right now when the user makes their move, the computer turn function is activated, but I'm trying to stop the "comput
I'm doing some trigonometry calculations in C/C++ and am running into problems with rounding errors. For example, on my Linux system: #include <stdio.h>
I'm debugging some datetime functionality, specifically converting between local time and UTC. The program I'm working on will only be running on Linux and Mac
I have a layout component that calls different components inside. They are the header, breadcumbs , main and filter (sidebar left) and footer I have a "filters
I am creating an emailing function on a website. The concept is that a button will automatically send an attachment to a pre-programmed email address, but the s
We are trying to flatten files that have nested tables. We want alle the tables in a separate .csv file where each line is a complete record. We have made a fun
I am fairly new web developer and I would like to ask for recommendations for text editors for my website which uses pug templates(I don't think it would make a
I have a datatable with first 3 columns as fixed and last 2 columns (9th, 10th) are hidden. "columnDefs": [{"targets":[9,10], "searchable":false, "visible":fals
df = pd.read_excel("file.xlsx", sheet_name = "Sheet1") for i in range(0, len(df)): cnt = 0 while True: cnt += 1 driver.get(df['urls