I have a BroadcastReceiver like this: class PlatformAccountReceiver: BroadcastReceiver(), CoroutineScope by MainScope() { override fun onReceive(co
I have a .txt file that looks like this: xyz ghj asd qwe a / b: 1 2 3 4 c / d: 5 6 7 8 e / f: 9 10 11 12 ... ... I'm
class Toptanci: def __init__(self): self.fruits = dict(apple=30, pear=40, cherry=20, banana=10, strawberry=15) self.vegetables = dict(garlic=40, Tomato
I need to do data analysis using Hadoop. Therefore I have installed Hadoop and configured as below. But localhost:9870 is not working. Even I have format nameno
How do I force an overwrite of local files on a git pull? The scenario is the following: A team member is modifying the templates for a website we are working
I'd like to assert that a method creates and persists certain entities. The method's class has an instance of EntityManagerInterface injected into it. Within my
I created my own class called MyInputRow. @Composable fun MyInputRow( title: String, modifier: Modifier = Modifier, bgColor: Color, icon: Painte
Similar to zyBooks if you are familiar with it, I want to track the sections the user has read through and checked completed with a button. However, conceptuall
This is my class Cipher.hpp: #include <string.h> class Cipher { private: mutable char* m_matrice; public: /** * @brief Uniqement pour debug