I have a function inside ondissmiss callback options.modal.ondismiss = () => { console.log("its working"); this.detectChanges(); this.isPaying = false
I am a noob to django and python 😥 I have a django form, it needs a dropdown menu with input field to enter the text which is not listed in dropdown. Is
I am accelerating a big application, part of which relies on basic indexing as shown below: #include <iostream> void kernel_cpu() { for (size_t i=0;
I have a pop-up with 2 buttons, Update and Delete. When the Update button is pressed, I want to make the initial pop-up disappear and a new pop-up appear popula
I have a long shell script that runs many pip installs inside a virtual env. When installing package X, Some other, unknown package/packages are causing pip to
While running the code, below error is showing in Eclipse. Could not initialize class org.testng.eclipse.util.ClassMethodsSuite
I was reading some code, but I could not understand one thing. What does -gt mean in the following code? if [ $result -gt 0 ] ; then exit 1 ; fi
hello guys, i have tabs in my web app. i want generate new form for each tab when tab is created. actually want pass new form to each tab content. i'm really
can anyone please help me with this code I wrote. I am multiplying the digit from the string that is either 0 or 1 by 2 to the power of "power" which is an inte