I am doing sentence comparison between actual text and speech to text. on this scenario I need to convert the number names one point ninety nine percent to 1.99
Write a function that allocates an array of 100 chars in the heap, sets them to ’b’ if their index is divisible by 9 and to ’1’ otherwis
I am trying to check multiple fields on the Choiceset using the Logical AND OR but it is throwing error.Below is the expression I tried not isEmpty(vars.quoteLi
I have a series of points that are to be sorted into adjacent squares so that a mesh is created. is there maby anything comparable to the Delaunay triangulation
My app/build.gradle: compile 'com.firebaseui:firebase-ui-auth:2.3.0' compile 'com.google.firebase:firebase-auth:11.0.4' compile "com.android.support:de
I am not an expert with styling and encapsulation. Need help with fixing style issue. Style used in a component is overriding the global style. i am using prime
I have two databases on the same Azure SQL server. I wanted to create an external table in database A to access one table from database B. To do it I followed t
I have a FastAPI app that works well when I launch it as a script. Unfortunately, I can't get access to my app when I'm using Docker and docker-compose. I can't