// the buttons act like a panel tab* <asp:button ID=Button1> = hide the panel2, show the panel1 <asp:button ID=Button2> = hide the panel1, show the
I was wondering if there's a way to use an Environment Variables (or similar) with an if statement in order to turn certain things on and off, such as display_e
I have many-to-many relation on two entities: Student and Teacher. They common table is course. Every student can have a course with a teacher. This is table sc
I am building a chat application in which I am sending voice messages. Now when I am calling or any other mobile app is using a microphone then my chat app voic
I'm using an on premise Azure Devops server. I'd like to set the GIT repository inheritance to OFF by default. When I set the Inheritance to off in the All Re
I am showing the product categories on the WooCommerce thank you page using this piece of code: add_action( 'woocommerce_thankyou', 'show_product_category', 10,
my objective c code is not called because custom flag defined in settings is not visible here. Why? How can I define the same for objc?
Hi everyone! I have a question that I hope you can help me with. I just started with React Native and I'm working on a simple name generator. I have an array wi
Hello i have a dynamic list which increases or decreases accordingly from the extracted data from a site with BeautifulSoup mylist = [a,b,c,d,.......] how can