I am quite new to FireMonkey. I am shifting an old VCL project to Firemonkey. One of the requirements is I need to embed several video players in one form. The
I am trying to create a collage/montage of 15000 images using imagemagick montage command.The tool works perfectly for a small subset of the images but when try
I am trying to grab some data from a url. My code does not work as it produces error. import requests from bs4 import BeautifulSoup as bs headers = {"User-Agen
I'm making a script to fetch blockchain transactions, however the memory usage by the process grows untill it uses around 4 gigabytes and crashes. I suspect it
I'm creating a procedure to delete a row from my plants Table. The try and catch statement was to delete it but if the plantID doesn't match any plant, catch th
I have 2 boxes one of fixed aspect ratio 16/9 and I want to set 2nd box to be the size of the remaining space. The box with an aspect ratio of 16/9 is at the bo
I am trying to open an xls file (with only one tab) into a pandas dataframe. It is a file that i can normally read in excel or excel for the web, in fact here i