Skip to main content
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 ...
spots 727's user avatar
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 ...
OZ1SEJ's user avatar
  • 417
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 ...
eslam wael's user avatar
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 ...
Shaik Khadar's user avatar
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 '...
Felix508's user avatar
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 ...
bisgardo's user avatar
  • 4,668
-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 ...
Mara Pacheco's user avatar
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 ...
oivil's user avatar
  • 1
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 ...
Simplicissimus's user avatar
-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 ...
Stepan P.'s user avatar
-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 ...
Abdulaziz's user avatar
-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 ...
Jeffrey Jacobson's user avatar
-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 ...
Alexander Jonsson's user avatar
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 ...
Yasmine Raafat's user avatar
-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 ...
noydb's user avatar
  • 51

15 30 50 per page
1
2 3 4 5
5438