In have set up a service account for a particular project and that project has the "Gmail API" added to it as an enabled API. Is there a way to set up permissio
I am having issues identifying whether the database is a controller or boundary (view) in a sequence diagram. I have drawn the following sequence diagram for 'c
I'm trying to save the 3D array witch has position data of the blocks with Unity and I can't find out how to save it. public class Block { public Vector3 po
I have a PHP-script to dump the "structure only" of a database with a total of 741 tables. Im calling "shell_exec" which works fine. The reason is, sadly... I d
so im trying to implement microsoft tts on android using Official Docs my code looks like : class TextToSpeech(val context: Context) { private val speechConfi
I want use Broadcast extension and SwiftyTesseract to recognition text on screen,but when I load tessdata then will use over 50MB memory lead to crash. Has any
I am testing a godot app, where there is a text heading along the top, and there are buttons along the bottom. For now I have a spacer in the middle to keep the
I am adding CI to my Android application using github actions. The problem is I am not able to view it under actions tab. My android.yml file looks like this: n
def encode( text, code_table, usecaps=True, insep="", outsep=" "): for x in text: if x != outsep: insep += code_table[