Trending questions in Edureka Community

0 votes
1 answer

How can I insert a line break into a <Text> component in React Native?

Hello @kartik, This should do it: <Text> Hi~{"\n"} this is a ...READ MORE

Sep 21, 2020 in Java-Script by Niroj
• 82,840 points
15,981 views
0 votes
1 answer

How to increase no of executors in Jenkins?

Hi@akhtar, By default Jenkins has 2 executors. But ...READ MORE

May 13, 2020 in Jenkins by MD
• 95,460 points
21,624 views
0 votes
1 answer

How to install all required PHP extensions for Laravel?

Hello, Laravel Server Requirements mentions that BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer and XML extensions are required. Most the ...READ MORE

Apr 6, 2020 in Laravel by Niroj
• 82,840 points
23,181 views
0 votes
0 answers

HTML code for a simple form

Hello, I need help to create a simple ...READ MORE

Sep 25, 2021 in Web Development by tcaf

edited Mar 4 55 views
0 votes
0 answers

Failed to start The Apache HTTP Server

Job for httpd.service failed because the control ...READ MORE

Sep 24, 2021 in Linux Administration by Anuradha

edited Mar 4 65 views
0 votes
1 answer

How to set session timeout in Laravel?

Hello, In app/config/session.php you have: lifetime option that allow you to set session ...READ MORE

Dec 1, 2020 in Laravel by Niroj
• 82,840 points
12,836 views
0 votes
1 answer

Error:NoReverseMatch at /my_url/ Reverse for 'my_url_name' with arguments '()' and keyword arguments '{}' not found. n pattern(s) tried: []

Hello @kartik, The NoReverseMatch error is saying that Django cannot ...READ MORE

Jul 30, 2020 in Python by Niroj
• 82,840 points
18,170 views
0 votes
0 answers

Do we have Playbook to confirm preferred leader doesn't mismatch in Kafka after server is rebooted?

I'm working on creating playbook for kafka ...READ MORE

Sep 20, 2021 in Apache Kafka by Sachin

edited Mar 4 180 views
0 votes
0 answers

how to fetch job name and instance from prometheus.yml file to Java class

Prometheus monitoring tool and metrics information displayed ...READ MORE

Sep 24, 2021 in Others by Srao

edited Mar 4 37 views
0 votes
0 answers

I’m new to programming. Should I start from html language

I have no knowledge about programming but ...READ MORE

Sep 23, 2021 in Java-Script by Kaveesha

edited Mar 4 48 views
0 votes
2 answers

ModuleNotFoundError: No module named 'tensorflow'

If you are using Anaconda, go to ...READ MORE

Nov 17, 2020 in Machine Learning by Vignesh

edited Aug 11, 2021 by Soumya 17,875 views
0 votes
1 answer

How to manually run a laravel job using command line?

Hello, If you are using a QUEUE_DRIVER diferent to sync and you ...READ MORE

Nov 2, 2020 in Laravel by Niroj
• 82,840 points
14,054 views
0 votes
1 answer

Overriding private or static method in Java

public class Main {     public static ...READ MORE

Sep 2, 2022 in Java by Tyro

edited Mar 5 17,376 views
0 votes
1 answer

How to connect to the localhost of the machine from the Docker container?

Hi@akhtar, You can use --network="host" in your docker run command. It will ...READ MORE

Dec 23, 2020 in Docker by MD
• 95,460 points
11,790 views
+1 vote
2 answers

Error changing Mac address: SIOCSIFHWADDR: Cannot assign requested address

I can see that you are trying ...READ MORE

Feb 7, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,220 points
21,952 views
0 votes
1 answer

How to get distinct values for non-key column fields in Laravel?

Hello @kartik In eloquent you can use this $users ...READ MORE

Mar 30, 2020 in Laravel by Niroj
• 82,840 points
23,357 views
0 votes
0 answers

Informatica Power center - detailed index to the course.

The category does not display the Informatica ...READ MORE

Sep 22, 2021 in Power BI by Bhanumurthy

edited Mar 4 33 views
+1 vote
4 answers

What is a simple way to repeat a string in java?

There is already answer wriiten using StringBuilder ...READ MORE

Dec 16, 2020 in Java by Rajiv
• 8,870 points
30,053 views
0 votes
1 answer

How to Pass route control with optional parameter after root in express?

Hello @kartik, That would work depending on what ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,840 points
14,845 views
0 votes
0 answers

Having error for flutter " Due to an error, the doctor check didn't complete"

FileSystemException : Exists failed. How to solve this?? ...READ MORE

Sep 19, 2021 in Others by anonymous

edited Mar 4 57 views
+4 votes
2 answers

sum of 1/2+2/3+3/4+...+n/n+1

num = int(input("Enter a number: ")) newnum = ...READ MORE

Dec 27, 2019 in Python by Nisha
• 200 points
13,797 views
+1 vote
1 answer

javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

Hi@akhtar, I also faced the same issue and I ...READ MORE

May 12, 2020 in Jenkins by MD
• 95,460 points
21,324 views
0 votes
1 answer

Convert data in List<JsonNode> to Map <String,String> in Java

Hi, @Jyra, Basically, you can use the object mapper to ...READ MORE

Apr 7, 2020 in Java by Gitika
• 65,770 points
22,886 views
0 votes
1 answer
0 votes
1 answer

How to connect to Azure windows VM?

You'll use the Connect button in the Azure portal ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
26,161 views
0 votes
1 answer

How to uninstall Yarn?

This is maybe because you didn't use ...READ MORE

Feb 5, 2019 in Big Data Hadoop by Omkar
• 69,220 points
41,258 views
0 votes
0 answers

I want to download the specific file based on pattern from s3

I want to download a file from ...READ MORE

Sep 16, 2021 in AWS by Revathi

edited Mar 4 61 views
+1 vote
1 answer

How to make anchor tag with routing using Laravel?

Hey @kartik, First you have to go to ...READ MORE

Mar 18, 2020 in Laravel by Niroj
• 82,840 points
23,590 views
0 votes
1 answer

How do I get HTTP Request body content in Laravel?

Hello @kartik, Inside controller inject Request object. So ...READ MORE

Aug 11, 2020 in Laravel by Niroj
• 82,840 points
17,339 views
0 votes
1 answer

How to find the nth prime number in Java?

Here is the code to find nth ...READ MORE

Mar 4, 2019 in Java by Priyaj
• 58,020 points
40,030 views
0 votes
1 answer

How to list all Kafka topics?

Hi@akhtar, Kafka uses ZooKeeper, so you need to ...READ MORE

Dec 7, 2020 in Apache Kafka by MD
• 95,460 points
12,195 views
0 votes
0 answers

Unable to import tensorflow , getting the error mentioned in the image

I'm trying to import the below packages ...READ MORE

Sep 15, 2021 in Machine Learning by Dhanush

edited Mar 4 55 views
0 votes
0 answers

Execute Spark.sql query within withColumn clause is Spark Scala

I have a dataframe which has one ...READ MORE

Sep 14, 2021 in Apache Spark by Pinksrider

edited Mar 4 90 views
0 votes
0 answers
0 votes
0 answers

please I'm facing this error for python practice

uName = "Jack" uCountry = "USA" cName = "Python ...READ MORE

Sep 14, 2021 in Others by MeshMesh

edited Mar 4 39 views
0 votes
0 answers

Write a program to find largest of three numbers entered by the user.

pls answer this right now pls pls READ MORE

Sep 14, 2021 in Python by op

edited Mar 4 46 views
0 votes
0 answers
0 votes
0 answers

I would like to delete my edureka account..

I have another account so I would ...READ MORE

Sep 13, 2021 in Ask us Anything! by Devansh

edited Mar 4 66 views
0 votes
0 answers

How do I count rows from related Tables using DAX

Hi Everyone, I hope you're doing well !!! I ...READ MORE

Sep 14, 2021 in Power BI by SANKET

edited Mar 4 58 views
0 votes
1 answer

Error:Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Arabic_CI_AS" in the equal to operation.

Hello @kartik, You can resolve the issue by ...READ MORE

May 13, 2020 in Database by Niroj
• 82,840 points
21,098 views
0 votes
1 answer

How to Inject nestjs service from another module?

Hii, You have to export the ItemsService in the module that provides ...READ MORE

Nov 27, 2020 in Node-js by Niroj
• 82,840 points
12,527 views
0 votes
2 answers

How to add image file in html using python

Hi, I have implemented as below from robot.api import ...READ MORE

Feb 9, 2021 in Python by anonymous
11,395 views
0 votes
0 answers

Why can’t I unsubscribe from emails and delete my account?

I wish to unsubscribe from edureka emails ...READ MORE

Sep 11, 2021 in Others by null

edited Mar 4 39 views
0 votes
0 answers

How to start hacking

l have learned phishing and  hydra and ...READ MORE

Sep 11, 2021 in Cyber Security & Ethical Hacking by anonymous

edited Mar 4 39 views
+1 vote
1 answer
0 votes
0 answers

I used Actions method to locate the element in selenium .But Im getting Java null pointer exception.

WebElement Elmnt = driver.findElement(By.id("my-id")); Actions actions = new ...READ MORE

Sep 10, 2021 in Selenium by Jayashree

edited Mar 4 65 views
0 votes
1 answer

Pushing to Git returning Error Code 403 fatal: HTTP request failed.

Hi@akhtar, Github seems to only support the ssh ...READ MORE

Jan 5, 2021 in Git & GitHub by MD
• 95,460 points
10,696 views