The official documentation only refers to modifying the MainActivity.java and MainAplication.java but in my project those files are .kt or Kotlin. I tried porti
I'm currently working on web application that require Content Security Policy to be implemented particularly the script-src part. In this appliction i wanted t
i created my new project for testing ads cause i have a project in which i have completed everything and then i tested it worked but after importing admob plugi
I need to use the to_jsonb function in my LINQ. To get a code like this SELECT ... FROM Product AS a WHERE jsonb_path_exists(to_jsonb(a), '$.* ? (@ like_regex "
I need get neighbours of cells on 1D closed field for example: neighbours [1,2,3,4,5,-1] (6 elements) must return [[-1,1,2],[1,2,3],[2,3,4],[3,4,5],[4,5,-1],[5,
I'm trying to understand how the below function works from Laravel 4.2 in the BcryptHasher.php file: /** * Hash the given value. * * @param str
i try to build a little clothing web shop with nuxtjs. You can choose the color on the details page. The details page represents a pice of clothing. The ColorMe
Natural language question answering using BERT from tensorflow not working . for every input its giving empty array as result in my project, then I tried tensor