81,561 questions
0
votes
0
answers
18
views
Problem accessing resources in bundle app MacOS with C
I'm currently working on a project that can compile and execute with multiples OS. I'm currently working on the MacOS version (working with a M2 one). My problem is that I have done a bundle of my app ...
0
votes
0
answers
48
views
Sending a 9MB JSON file takes 3 seconds
I have to provide data from a MySQL database, so I'm extracting that data with a traditional PHP/MySQL prepared statement, turning it into JSON with json_encode and echoing it.
This takes almost three ...
0
votes
1
answer
36
views
On product edit page, to send the same images, need to click on the button and choose the same images again
On the product edit page, if you want to send the same images, you'll need to click the button and select "Same Images" again.
The images are uploaded to Cloudinary as URLs, and they don't ...
0
votes
1
answer
33
views
Leading Spaces are removed when RTF scripted SAS dataset to Export into RTF while concatenating multiple reports
I am trying to concatenate multiple RTF reports into a single RTF file by importing into SAS data and Exporting to Combine RTF file. When I am doing that everything is transferred exactly except the ...
0
votes
2
answers
52
views
The canvas' background color isn't changed
I have 2 seperate files and trying to make a sort of 'module' with this one file. But it does not work.
The background color is still this weird gray color even if I set it to say, black.
Here is the '...
0
votes
0
answers
69
views
Unexpected modification time of created file
I'm writing a unit test of a component that creates a file, specifically the case where it doesn't set the file's modification time (mtime). I.e., I'm verifying that mtime is within the time range ...
-3
votes
0
answers
15
views
Unable to download .tsv file [closed]
I'm trying to run a code, which uploads a .tsv file This file can be downloaded via: https://doi.org/10.3886/ICPSR20240.v8 . However, I'm having trouble identifying the file. Can someone please help ...
0
votes
0
answers
69
views
How can I use a file .txt to store some passwords for many programs in python?
I have a file called password.txt and I want to store some passwords in it, I use it in a file of functions but I don't know how to make it usable for more than one file, every one having his specific ...
0
votes
0
answers
53
views
Changing tkinter elements from other files in python
I am trying to change tkinter elements from other python processes (in seperate files).
Is it possible to do so without restarting the start.py GUI window from end.py due to the import start in my ...
-9
votes
0
answers
71
views
Is it possible to process 2TB file size? [closed]
Is it possible to process 2TB file size using Python and Jupyter Notebook?
The file contains about 730 million rows. I am going to filter some columns by specific client_id.
I'm wondering how much ...
-4
votes
0
answers
39
views
Networked File Synchronization System [closed]
I want make client and server to sync file between each other , Now through socket I received (server) from client information about files my problem how I can distinguish if these name file or the ...
-2
votes
0
answers
52
views
Are external hyperlinks to files broken in Excel? [closed]
I am using Excel version 16.96 (25041326) on a MAC (Running Sequoia 15.3.2). I want to reference an external media file, on disk, from a cell in an Excel spreadsheet. Trying to use the hyperlink ...
-1
votes
0
answers
30
views
"The process cannot access the file because it is being used by another process" error when using Picture Boxes in Windows Forms [duplicate]
I am writing a program that should move images from one folder to another. If I click on viewFolder1Button in Form1 I display imagesUserControl1 that displays all images in a specific folder. Then, in ...
0
votes
0
answers
14
views
kotlin download a file divided into multiple uris in a single request and show a single progress
as stated in the subject, I have an application that provides an audio download service.
the problem is that the audio is divided into multiple smaller files (for example: an audio track divided into ...
-3
votes
0
answers
32
views
file size sum of a set of files, command for AWS s3 [closed]
In a command prompt, how do I query a set of files in an AWS S3 bucket to get the total file size of just that set of files? Not for an entire folder or bucket, just for a given set of files. I can ...