I have 6 unit test project but i wanna my pipeline just run some of this folder for example this yaml code run all tests but i dont want nop.data.tests ran in
I am trying to update a 20 year old windows XP device driver to work with windows 10. There is no documentation and no one left who has ever worked on it. The d
The app I'm currently building has the requirement that the app has to prevent the OS to take a screenshot of the app when it's being pushed into the background
after struggling one day I found this code "almost" works: private fun showFileChooser() { val mimeTypes = arrayOf( "text/csv",
I have this class: class Cell { string keyword; double bkgColor; double keywordColor; } I have a list of this class and I want to order it by dupli
So I have a scenario where I have to either create new entities, or update already existing ones and I'm doing all that and in the end using the entitymanager p
I have a running Android java written application and I would like to improve it. For know my mainactivity, called DrugListActivty extend AppCompat. In short it
I'm using following code to extract URLs from PDF and it works fine to extract the anchor but does not work when anchor text is different than the URL behind it
I just finished training a Custom Azure Translate Model with a set of 10.000 sentences. I now have the options to review the result and test the data. While I a
I am trying to make a button change a string from 'Mode One:' to 'Mode Two:', and when pressed again, changed back to 'Mode One:' and so on an