I am trying mtls authentication in MQTT. I am using mosquitto to achieve this. When I created a server and client certificate from the same CA then the connecti
I'm developing a flight ticket booking app with flutter and I'm trying to add a search query from Firestore for the start and destination. basically the idea is
I am creating a bot that would create a number of buttons based on a for loop, this is what I want to succeed in doing: (I'm using discord_components, for some
I want to code this non-linear system of equation into R language, for that I suppose I need to make a variable matrix of v, x, y and z but I am to able to acco
I have a player object that controls like the ship in Asteroids, using speed and direction. This object is fixed in the middle of the screen, but can rotate. Mo
As I discovered Spark SQL does not have hashing functions. In order to select specific hashed data I need to use custom/UDF function like this sparkSession.
I'm trying to figure out a way to detect groups of files. For instance: If a given directory has the following files: Birthday001.jpg Birthday002.jpg Birthday00
I'm using Flutter. I have a simple app with 3 tabs. There is a RefreshIndicator in each tab with a ListView. The rows are built in another method. This is the