Skip to main content
-1 votes
0 answers
50 views

Python for i loop slowing down gradually over time

this is the entire script and its running on its own. This script cycles trough thousands of .txt files and just prints their contents. Though it quickly starts to slow down. First they print at a ...
Max Taskila's user avatar
-1 votes
3 answers
61 views

Detecting duplicate files based on binary content

So here's my current situation I have a folder with textures I extracted from a game, but they weren't exactly stored efficiently so now I have a giant amount of textures of which some are unique but ...
eman_not_ava's user avatar
0 votes
0 answers
36 views

How to properly handle Git file moves in Visual Studio 2019 when using cut/paste?

Following this question, when moving files in Visual Studio 2019 via cut/paste, Git doesn't properly track the file movement - it marks the file as deleted in the original location and untracked in ...
Foad S. Farimani's user avatar
0 votes
1 answer
54 views

How should I go about importing one module from another module, where the first module itself is importing a different module?

I have 3 relevant files here, in this directory set up: src/operator_precedence_high_roller_bot/ parsing/ command_parser.py high_roller.py tests/test_high_roller/ ...
Jade Roberts's user avatar
0 votes
1 answer
79 views

Is there a way to delete multiple folders in Azure DevOps without having to commit it 1-by-1?

So, without cloning the repo to a local machine and deleting them there and then committing, is there a way to delete multiple folders without it prompting me to commit these changes one by one? Haven'...
user26396173's user avatar
0 votes
2 answers
295 views

NetSuite Scripts that can affect File Cabinet?

I am a junior NetSuite Developer and I'm trying to work out a script to move items from one folder to another automatically in the NetSuite file cabinet. While looking for ideas on how to actually put ...
Lem8820's user avatar
0 votes
0 answers
21 views

can't seem to increase the memory limit [duplicate]

FYI, I'm a designer and don't have mutch experience in this field. I bareley understand what i am doing atm. I need to increase the memory limit of a wordpress site to use a plugin. It's curently at ...
Rick van Uden's user avatar
0 votes
0 answers
76 views

File manager for Ghost CMS

I was searching for a WordPress alternative for blogging, that is how I found Ghost. The CMS was promising, easy to use and has a beautiful GUI. However after some resourcing it occurred that ghost ...
samax's user avatar
  • 33
-1 votes
2 answers
956 views

Is there a simple way to manage files stored on a S3 bucket (via Mac Finder or FTP Client)?

I need to upload files (mainly pdf documents) into folders within an Aws S3 bucket. Example : PDF files containing keyword accounting in filename need to go to accounting folder PDF files containing ...
Decoy_Octopus_'s user avatar
0 votes
0 answers
29 views

Using the Same Argument File for Different Targets in Xcode C++

I am new to Xcode and C++.For my project, I have created two different targets that utilize the same argument files containing the data for my projects (https://i.sstatic.net/kva6G.png) I have set the ...
Hilal's user avatar
  • 1
0 votes
1 answer
146 views

I want to access a map file which is in my internal storage in android 13 and above

I am developing a map application that have a map file not in its assets or raw but on the users phone for instance country.map so how do i access by giving right permission Media.IMAGES or Media....
naod_goitom's user avatar
0 votes
0 answers
26 views

File Management | Extract a specific file type and it's folder name and move them to another location with the files stored separately by folder names

I'm cleaning and organizing a messy folder with all kinds of folders mixed together, I could just go into each folder and create file type specific folders like \images, \videos, etc. But there are ...
Gator's user avatar
  • 1
0 votes
1 answer
515 views

Files disappeared after renaming folder to .nomedia in Android, so what happend?

I renamed a folder in my Android device to ".nomedia" in order to exclude its contents from the media scanner. However, after doing so, the entire folder seems to have disappeared from my ...
Augustus Saint's user avatar
2 votes
2 answers
189 views

How do I delete only older files from Recycle Bin in Python?

I am trying to make a program that deletes files that were deleted a certain number of days ago from the recycling bin. I know there is a simple way to empty the recycling bin with winshell, but I ...
Brianna Drew's user avatar
0 votes
2 answers
194 views

React Native Build Issue: How to Exclude ._filename Files from Gradlew Build Process?

My React Native application is unable to execute the npx react-native run-android command, consistently returning an error related to some ._filename file, which is automatically created by the system....
Erick Crus's user avatar

15 30 50 per page
1
2 3 4 5
37