Trying to find all words within a specific tag like all p tags, so that I can apply some regex to it and replace all the words. For example, <p>the lazy c
I am building a message queue system in an application. It is necessary that EVERY single message that the producer sends to the queue is delivered and processe
I am using a python script to create a shell script that I would ideally like to annotate with comments. If I want to add strings with hashtags in them to a cod
I have this column in my database table: `data` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci DEFAULT NULL Names like 'João' are inser
I have a request function that can accept a param for filtering, or not (it is optional). I can pass something to my func like this myFunc({id: 123}) and then
I finished an RPi3-based project under Ubuntu cross-environment one year ago. Now, the environment was crashed for some other reason. I would like to rebuild my
When should I use "? And when should I use ' in PostgreSQL? CREATE TABLE "user" ( id SERIAL NOT NULL, first_name varchar(50) NOT NULL, last_name varchar(5
I have 3 columns in an excel file. Note: my DCL anc CL columns are not the same lenght. I have extra values in CL and also my values in CL have numeric values i
I am trying to run heavy computations in a separate process (by using compute) in order not to block the UI. My problem is that the computations depends on the