struct node { int data; struct node *next; } *start=NULL; void create() { char ch; do { struct node *new_node,*current;
I am a beginner in programming, and in selenium as well. Therefore, I am seeking for your help in fixing the code to set os.environ in selenium4 as below. ser
I have 2 different Angular apps [Product View and Product Cart] and a shell application. All 3 apps are hosted on different ports. In the shell application I ha
I am working with an Android API in my app and it is not working properly on Redmi phones. On all other phones it is working fine. I have tested it on Google pi
I am trying to better understand patterns in SOA, and how it fares to OO design. I'll consider a taxi service. Basically, there are 3 patterns of application de
I have the following query: g.V(). hasLabel('courseContent'). has('status', 'active').as('cc'). outE('ccBelongsToCourse'). has('status', 'active'). in
I am using Java Sound API for creating a Web Application .User Interface(UI) has a button which on click starts recording the speech ,the recorded audio is save
It is a simple project that consists of making a MySQL query and displaying it. I use NetBeans. The hibernate.xml and client.xml file were created by NetBeans (
I have a private S3 bucket with lots of small files. I'd like to expose the contents of the bucket (only read-only access) using AWS API Gateway as a proxy. Bot