i need help of yours. I want to limit my GET API. firstly i can hit this API only for one time(forever with the same system) then i signup then i can hit this s
I would like to know how to determine the data usage for the specific application above Android version pie programmatically. I found from Android 10 onwards su
What does the term " Java EE stack " means in simpler terms with an example
I am implementing automation test cases for one application. I wanted to generalized some test cases in order to run on each and every device based on some cond
I tried this command: dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true /p:IncludeNativeLibrariesForSelfExtract=true --outpu
The app is created with the default template for Kotlin React apps: uses KTS-based Gradle build scripts; Kotlin JS plugin 1.6.10; Kotlin wrappers for React 17.0
I am writing unit test for a method which uses WebClient to call a REST end point. Using MockWebServer, I am able to cover the code for a success response, but
When I try to merge code from trunk to a branch, it will not pick up all of my files. The files will show "skipped" in the merge log. Of course I searched for
How can I convert Ascii into binary length 7 this is what i have so far: f = open("two_cities_ascii.txt") lines = f.read() byte_array = lines.encode() binary