Latest Questions

Extracting information from website with BeautifulSoup and Python

I'm attempting to extract information from this website. I can't get the text in the three fields marked in the image (in green, blue, and red rectangles) no ma

Trailing context match EOF flex-lexer

I want to match these two tokens: 1. NUM: A series of characters in [0-9_] with an optional . in between. 2. ID: A series of characters in [a-zA-Z0-9_] with at-

Instantiation of User Controls dissapearing on InitalizeComponent() when modifiyng Form

Hi everyone and thank you in advance. I have created a User Control named PanelOption that is a panel with a CheckBox and a TextBox, and these are inside a Flow

Creating Basic NFT Viewing App with ThirdWeb SDK

I'm looking to create a very basic app, where a user can connect their wallet, and display all NFTs they own from a specific collection. I am using the ThirdWeb

3 level Port forwarding (Kubernetes Pod -> Docker Container -> Local

I use a docker container to interact with my kubernetes cluster. I run kubectl from inside the container. All works fine except when I want to port forward. I c

Why does kivy show me a white background instead of the real rgba number?

In this program i set the background color of Label to 6, 61, 81, 1 like this : background_color: 6, 61, 81, 1 canvas.before: Color

Getting invalid pointer error for openmp parallel code

I am trying to compute the number of triangles for each edge in an OpenMP parallel code. Following is the code snippet where I am doing it. While running with m

How do I list all data in react native firestore? [closed]

I want to see the posts made by all users. so i want to get all data regardless of user id function storePostData(){ firebase.firest

Error in React-Router: 'Type expected. TS1110' after deleting my node_modules folder and package-lock.json

My project was working perfectly well but I went and accidentally deleted my node_modules folder and package-lock.json and then reinstalled everything using npm

Python cv2.VideoCapture() has wrong resolution and read cropped images

I'm trying to read images from an IDS GV-5240CP camera plugged to my laptop via ethernet using Python and OpenCV. This is what I am supposed to get : A 1280x102

Automate Azure Devops (FTP Upload) and Git to upload on Remote Server

The current setup is as below Version Control - Git Repos and Branch hosted on - Azure DevOps Codebase - External server The dev team clones Azure Repo into loc

Parameter Binding in CodeIgniter 3.1 Query Builder

I have a query $column = 1234; $sql = "SELECT * FROM TABLE WHERE COLUMN = ?"; $result = $this->db->query($sql,[$column])->row(); which works completel

How to manage firebase sign-in in another class

I have 3 different Fragments to sign in. This is one of fragment to sign-in. @AndroidEntryPoint class SettingFragment : Fragment(){ lateinit var binding: Fragm

I am getting this error while running the java selenium script......how to solve?

WARNING: onError java.net.SocketException: Connection reset at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) at java.b

How to get VS-Code style Intellisense(Case Insensitive and Intelligent) in jupyterlab?

TLDR version: How to make JupyterLab Autocomplete case insensitive? I would like to have Visual Studio Code style Intellisesne(prediction and auto complete) in

I am new to Cucumber BDD framework, Can we reuse Scenerio step which are repeated in between the Scenario using Background?

This is my feature file - Background: Common steps Given User should be on profile dashboard page Scenario Outline: Adding new key and values **Then User clic

How to use any icons with Nuxt3?

I'm facing an error with Nuxtjs when I try to use the vue-fontawesome framework and also the @nuxtjs/fontawesome framework, this is the error: [nuxt] [request e

Difference between Axon Framework and Axon server [closed]

what is the difference between Axon Framework and Axon Server

With Fo-Dicom, how do you make a case-insensitive MWL CFindRequest?

I can make these great worklist queries like this one... //Worklist MWL PATIENTID query var cf = DicomCFindRequest.CreateWorklistQuery(); cf.Dataset.AddOrUpdate

clip raster by SpatialPolygonDataFrame

I have a raster, and want to only retain the sea part of the raster, and remove the land part or the raster. If my raster is "ras" and my SpatialpolygonDataFRam

How to display most used ports when analyzing packets in Wireshark? [closed]

I've collected an array of packets on Wireshark and i'm wondering how do I filter that properly to see the most used ports / protocols? I'd as

Regex in c++ for maching some patters

I want regex of this. add x2, x1, x0 is a valid instruction; I want to implement this. But bit confused, how to, as I am newbie in using Regex. Can anyone share

Getting the node icon from tree view in SAP GUI Scripting

I want to automate the FEBAN transaction. Once the tree view is loaded, I am able get all the nodekeys. But I want to get the image/icon along with the text t

Detect collisions between 2 objects

I'm trying to do a little game on mobile using Unity and I've got a problem with the rotation of a maze. To add context : When your moving your finger on the sc

Kivy: Permission Denied when subprocess run executable file on android

I have built c code as android executable file and tried to run it with kivy app using subprocess.run("main"). But it says PermissionError: [Errno 13] Permissio

Fivem remove job dependency. Im trying to fix so all players can search other players inventory without having a job

I want remove the red box so u dont need a job to do this Im new to scripting but im trying to learn maybe hard to understand but i want players to be able to s

How to remove error ' System.AggregateException: 'Some services are not able to be constructed'' '?

i am getting this error when i run the application: System.AggregateException HResult=0x80131500 Message=Some services are not able to be constructed (Error w

How to speed up search for abundant numbers?

Is there a way which this code could be improved so that it would run faster? Currently, this task takes between 11 and 12 seconds to run on my virtual environm

How to update libc.so.6(GLIBC_2.26)(64bit) to 2.27 and more on OPENSUSE LEAP15.2 linux distribution. Opensuse, php8-fpm, php8, apache2

I updated the php7 to php8 and I tried to install php8-fpm (nginx) or apache2, but during installation, I am getting this error: Problem: nothing provides 'lib

While executing IronOCR on Windows Server 2016 using below line of code getting error described below

Code : var Ocr = new IronTesseract(); using (var Input = new OcrInput()) { var Result = Ocr.Read(Path.Combine(strFileFolderPath, strFileName + "." + curent