Trending questions in Edureka Community

0 votes
1 answer

How to provide a mysql database connection in single file in nodejs?

Hello @kartik, You could create a db wrapper ...READ MORE

Oct 15, 2020 in Node-js by Niroj
• 82,840 points
9,418 views
0 votes
1 answer

Error:Manager isn't accessible via model instances

for i in range READ MORE

Mar 28, 2021 in Python by anonymous

edited Mar 5 7,108 views
0 votes
1 answer

How to include a PHP variable inside a MySQL statement?

Hii, You can try this: $query="SELECT * FROM CountryInfo ...READ MORE

Apr 9, 2020 in PHP by Niroj
• 82,840 points
17,560 views
0 votes
1 answer

How npm start runs a server on port 8000?

Hello @kartik, If you will look at package.json file. you will ...READ MORE

Sep 7, 2020 in Node-js by Niroj
• 82,840 points
11,020 views
0 votes
0 answers

Is there a way to automatically send eth from one wallet to another?

I have a wallet in which all ...READ MORE

May 21, 2021 in Blockchain by Rajeev

edited Mar 4 34 views
0 votes
1 answer

Initialization of an ArrayList in one line.

Actually, probably the "best" way to initialize ...READ MORE

Dec 21, 2020 in Java by Gitika
• 65,770 points
6,476 views
0 votes
0 answers

R: How to use lapply properly?

Hi folks, I have a question concerning the ...READ MORE

May 21, 2021 in Data Analytics by amelieeeee

edited Mar 4 30 views
0 votes
0 answers

R programming error missing value where TRUE FALSE needed

My code tfr<-function(x) {return (x[1]^2 + x[2]^2 ...READ MORE

May 20, 2021 in Data Analytics by Kaktus

edited Mar 4 37 views
0 votes
1 answer

How do I get the HTML code of a web page in PHP?

Hello @kartik, If your PHP server allows url ...READ MORE

Oct 6, 2020 in PHP by Niroj
• 82,840 points
9,761 views
0 votes
1 answer

How to embed an External Page Without an Iframe?

Hello @kartik, You could load the external page ...READ MORE

Sep 9, 2020 in Java-Script by Niroj
• 82,840 points
10,922 views
0 votes
1 answer

How Ethical Hacking Is Profiting Big Companies?

The demand for ethical hacking is growing. ...READ MORE

Aug 16, 2021 in Career Counselling by Edureka
• 100 points

edited Mar 5 1,108 views
0 votes
1 answer

How can I read the client's machine/computer name from the browser?

Hello @kartik, You can do it with IE ...READ MORE

Sep 9, 2020 in Java-Script by Niroj
• 82,840 points
10,886 views
0 votes
0 answers

unauthorized error

Hi Guys,  I have launched one kubernetes cluster ...READ MORE

May 17, 2021 in Kubernetes by anonymous

edited Mar 4 111 views
0 votes
0 answers

cannot connect to Visual code thru Python, getting 500 error code

500 Sorry, something went wrong on our system. ...READ MORE

May 19, 2021 in Python by Kailash

edited Mar 4 22 views
0 votes
1 answer

How to get the last stopped time & date of EC2 instance?

Hi@akhtar, To get the details of your last ...READ MORE

Jun 16, 2020 in AWS by MD
• 95,460 points
14,538 views
0 votes
1 answer

Error waiting for a debug connection: The log reader stopped unexpectedly

I try both command flutter run and ...READ MORE

Mar 25, 2021 in Others by Ashok Kadam

edited Mar 5 7,597 views
+2 votes
1 answer

Error: Reference to undeclared resource in terraform code

Check the vpc declaration in subnets, internet ...READ MORE

Nov 17, 2019 in Other DevOps Questions by ahmed
24,996 views
0 votes
1 answer

Uncaught TypeError: Cannot read property 'msie' of undefined - jQuery tools

Hello, Use the following script tag in your ...READ MORE

Apr 28, 2020 in JQuery by Niroj
• 82,840 points
16,627 views
0 votes
1 answer

An error occurred (InvalidBucketName) when calling the CreateBucket operation: The specified bucket is not valid.

Hi@akhtar, You can't use an uppercase letter in ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,460 points
9,638 views
0 votes
1 answer

Maven project using testng dependecy

Hello @zaraaq, First try to replace the scope ...READ MORE

Nov 25, 2020 in Java by Niroj
• 82,840 points
7,520 views
0 votes
0 answers

Verificação de site no ar

Preciso fazer uma lista de verificação de ...READ MORE

May 18, 2021 in Web Development by Felipe

edited Mar 4 27 views
0 votes
2 answers

Python error " import requests ImportError: No module named requests"

Hello, Open Cmd or Powershell as Admin. type pip ...READ MORE

Nov 28, 2020 in Python by Rohan
• 200 points
17,690 views
0 votes
0 answers

How can I write a python code to set tags in all VMs in google cloud platform.?

I want to write a python code ...READ MORE

May 17, 2021 in GCP by anonymous

edited Mar 4 39 views
0 votes
1 answer

Error: Cannot find module 'ejs'

Hello @kartik, Go up one level (above app.js) ...READ MORE

Sep 7, 2020 in Node-js by Niroj
• 82,840 points
10,842 views
0 votes
0 answers

How to increase the disk space of an Ubuntu VMWare command line

I'm running Ubuntu Desktop 20 as a ...READ MORE

May 16, 2021 in Linux Administration by Mehedy

edited Mar 4 24 views
0 votes
1 answer

Error: Cannot find module 'webpack/lib/node/NodeTemplatePlugin'

Hii kartik, Removing the node_modules and the package-lock.json ...READ MORE

Apr 22, 2020 in Angular by Niroj
• 82,840 points
16,782 views
0 votes
0 answers

Want to restart my career after a long gap.

I am a 2014 pass out commerce ...READ MORE

May 16, 2021 in Others by Gurdit

edited Mar 4 22 views
0 votes
1 answer

How do I make a PATCH request in PHP using cURL?

Hello @kartik, Use this: curl_setopt($curl, CURLOPT_CUSTOMREQUEST, 'PATCH'); should do it. Hope ...READ MORE

Oct 19, 2020 in PHP by Niroj
• 82,840 points
9,026 views
0 votes
1 answer

How to check if an element is present in a Django queryset?

Hello @kartik, You can use the following code: if ...READ MORE

May 27, 2020 in Python by Niroj
• 82,840 points
15,261 views
0 votes
1 answer

How to run a script as root in Jenkins?

Hi@akhtar, You need to run the script with ...READ MORE

Oct 26, 2020 in Jenkins by MD
• 95,460 points
8,716 views
0 votes
1 answer

How to show old data of dynamic checkbox in Laravel?

Hello @kartik, This will work: ...READ MORE

Sep 30, 2020 in Laravel by Niroj
• 82,840 points
9,803 views
+1 vote
3 answers

What is the difference between rdd and dataframes in Apache Spark ?

Comparison between Spark RDD vs DataFrame 1. Release ...READ MORE

Aug 28, 2018 in Apache Spark by shams
• 3,670 points
43,404 views
0 votes
1 answer

What are some of the things you can monitor in the Spark Web UI?

The stages which are running slow READ MORE

Apr 29, 2021 in Apache Spark by anonymous

edited Mar 5 3,995 views
0 votes
1 answer

How to get job after 2 years gap having 2 years of experience?

Hi@Jayarani, It happens that people are not able to ...READ MORE

Dec 18, 2020 in Career Counselling by MD
• 95,460 points
6,369 views
0 votes
1 answer

How to change Jenkins default view?

Hi@akhtar, To change the default view in Jenkins you ...READ MORE

Oct 25, 2020 in Jenkins by MD
• 95,460 points
8,721 views
0 votes
0 answers

Could not find a version that satisfies the requirement itertools (from versions: none)

Hi Sir, I am trying to install itertools ...READ MORE

May 15, 2021 in Python by Bhavana

edited Mar 4 28 views
+1 vote
0 answers

python selenium error: element is not attached to the page document

I am scraping Banggood, the problem is ...READ MORE

Apr 10, 2020 in Selenium by eslam
• 130 points
10,263 views
+1 vote
1 answer

Connect power bi desktop to dataset and create custom reports

Open power bi report nd sign in ...READ MORE

Oct 10, 2023 in Power BI by Monika kale

edited Mar 5 1,855 views
0 votes
0 answers

How to correlate data in 2 csv files

I am a swim coach. I want ...READ MORE

May 15, 2021 in Python by Lokesh

edited Mar 4 21 views
0 votes
1 answer

How to upload files in Laravel directly into public folder?

Hello @kartik, You can create a new storage ...READ MORE

Sep 28, 2020 in Laravel by Niroj
• 82,840 points
9,864 views
0 votes
1 answer

Python Error ""ValueError: could not broadcast input array from shape (4) into shape (1000)""

There are better ways of achieving the ...READ MORE

Jun 14, 2019 in Python by Faiza
30,254 views
0 votes
1 answer

How to remove MySQL root password?

Hello @kartik, You need to set the password ...READ MORE

Aug 19, 2020 in PHP by Niroj
• 82,840 points
11,577 views
0 votes
1 answer

Model Form “object has no attribute 'cleaned_data'” in Django?

Hello @kartik, For some reason, you're re-instantiating the ...READ MORE

Apr 29, 2020 in Python by Niroj
• 82,840 points
16,388 views
0 votes
1 answer

ValueError: Expected 2D array, got 1D array instead: array=[2 4 7 9].

Hi@akhtar, According to your code, you are trying ...READ MORE

Apr 9, 2020 in Machine Learning by MD
• 95,460 points
17,246 views
+2 votes
3 answers

How can we handle authentication popup in Selenium WebDriver using Java

1) By passing user credentials in URL. String ...READ MORE

Aug 31, 2020 in Selenium by Sri
• 3,190 points
29,597 views
0 votes
1 answer

Error:jQuery scrollTop not working in Chrome but working in Firefox

Hello @kartik, If your CSS html element has the following overflow markup, scrollTop will ...READ MORE

May 29, 2020 in JQuery by Niroj
• 82,840 points
15,088 views
0 votes
1 answer

How can I use Power BI on my Ubuntu machine

Hey, @Jublleevdsl, Based on my research, currently, it ...READ MORE

Nov 23, 2020 in Power BI by Gitika
• 65,770 points
7,417 views