Skip to main content
Filter by
Sorted by
Tagged with
Tooling
1 vote
3 replies
92 views

I'm currently searching for a solution to read a pdf and convert it to an excel. For now I found the "tabula-py" library, which seems to be good. But I'm not quite sure because the pdf has ...
marskernel's user avatar
0 votes
1 answer
182 views

I've been working with AlphaFold 3 on a Linux HPC, and I've been trying to use Posebusters to evaluate the results of AlphaFold 3 by comparing the predicted structures with the ground truth structures ...
melee's user avatar
  • 113
-1 votes
1 answer
106 views

Just downloaded a whole bunch of videos from my phone to desktop. How to convert all the .MOV files in a directory to mp4s quickly, using ffmpeg.
anjchang's user avatar
  • 511
0 votes
0 answers
54 views

I would like to convert all my .dimacs graphs to .g6. I wrote a Python script to do this, but when I open my graph.g6, I realize that the string is not in the correct format. How can I properly ...
saami783's user avatar
0 votes
0 answers
62 views

I'm working on a project that involves manipulating node coordinates from an ANSYS .inp file. I'm trying to extract the node coordinates, modify them (e.g., multiply the z-coordinate by 1.5), and then ...
Thasmia's user avatar
0 votes
0 answers
23 views

While converting a large number of old MS office documents, Pop-Ups asking for document passwords, permission to save a file without macros, or hinting that files contain comments or revisions occur ...
Nerdycode's user avatar
2 votes
2 answers
265 views

I try to convert my .py scripts (using PySide6 to create an interface - the script is working great on VisualStudioCode) in an .exe using auto_py_to_exe and because it didn't work multiple times I ...
Lea Brouard's user avatar
4 votes
3 answers
3k views

My main goal is to save pandas dataframe with html and scc styles as image. I'm having problems imgkit so I tried html2image. And it worked for me. But a few days later the same code doesn't do ...
Maria Luchkova's user avatar
0 votes
0 answers
81 views

I'm trying to convert an SVG that I have in my program as a String into a PNG using the Batik library, but I'm facing the problem that one path that contains the style transform-origin is not in the ...
Roman Pejs's user avatar
1 vote
0 answers
320 views

How can one convert a .mlpackage model to a .mlmodel model? Example of a .mlpackage Core ML model created on Ubuntu 20.04 (tested with Python 3.10 and torch 2.3.1) with Hugging Face's Exporters lib: ...
Franck Dernoncourt's user avatar
0 votes
0 answers
56 views

Due to some reasons, we want to convert InDesign documents to responsive and accessible HTML. If we do manually, it would be very time consuming and costly as well. We want to automate or semi-...
Bhavesh Bambhaniya's user avatar
0 votes
0 answers
46 views

I am trying to convert an av1 file to mp4, however, i cannot seem to get it to work. I am using an apache2 webserver to serve the php file. Here is the documentation link. Here is my code: <?php ...
user25476863's user avatar
-1 votes
1 answer
56 views

I need to convert a pdf file containing only one image to a .jpeg or .png format using ImageMagick. This is the image. Original PDF file: https://file.io/WMEsCGtbodwz Using the command line convert -...
user3204810's user avatar
-1 votes
1 answer
429 views

I am using ffmpeg to convert a batch of .mp4 videos to the .avi format from the command line. The .mp4 videos are all trimmed videos that are sub-videos of a longer video. I have basically segmented ...
cassenav's user avatar
  • 151
-2 votes
1 answer
392 views

I have 82 .pcap files and I need to convert all of them into .csv format. Is there any way that I can convert all of the files together? The way I could find was using WireShark but using that I’ll ...
Sidhanth Bansal's user avatar
0 votes
0 answers
133 views

The Jupyter ecosystem offers different ways to create a PDF, however, none suits me well so far – either because the process is buggy, because not all features are supported, or because it looks ...
normanius's user avatar
  • 9,969
0 votes
2 answers
868 views

My company is using RPS Oilmap software to accurately model, simulate, and mitigate the impact of oil spills on marine and coastal environments. This software reads from current and wind data files in ...
OSRL_GIS's user avatar
0 votes
0 answers
457 views

wrote python script to convert a .heic image into .png to practise some coding Step 1. Created the script Step 2. Updated library to python3 Step 3. Ensured the installed Pyheif library is latest Step ...
jash's user avatar
  • 1
1 vote
1 answer
91 views

I ran a Powershell code that outputted a bunch of text files. The text files look like this: This is my aText.txt Clark Kent Dolly Parten Charlie Brown Gary Numan It's just text files ...
noobCoder's user avatar
  • 105
0 votes
2 answers
49 views

General overview The goal is to match the content of all \foo occurrences to transform it into <p>content of \foo</p>. The details The goal is to match some LaTeX macro’s content from it ...
fauve's user avatar
  • 321
0 votes
1 answer
767 views

I am trying to read a Stata .dta file into either python or R so that I can work with it and it is giving me a version error in Python and R . I was wondering how I could resolve this. Here is my code:...
Tendekai Muchenje's user avatar
0 votes
0 answers
352 views

I am trying to convert a .html file which contains logs in tabular form and it has nested tables. i am converting it to .csv file. one column has error report and it as new table inside that column. i ...
shreyans's user avatar
1 vote
0 answers
75 views

I have time stamped transcripts with 2 different speakers in .xml (created as Adobe Premiere XML file). I would like to turn this into a two-tiered textgrid to work with in Praat, with one speaker in ...
Aimee's user avatar
  • 11
0 votes
0 answers
67 views

I’m trying to read a collection of audio files - recordings of people talking - into MATLAB. The files are in WebM format. When I try to read these files into MATLAB using the audioread() function, ...
Jessica's user avatar
1 vote
0 answers
1k views

I need to convert a bunch of RTF files to HTML keeping the same formatting as possible So I tried that python script that converts all rtf files from a folder to its html variants: from glob import ...
serge's user avatar
  • 15.4k

1
2 3 4 5
16