Trending questions in Edureka Community

0 votes
0 answers

how to compare two strings in java?

how to compare two strings in java? READ MORE

Nov 16, 2021 in Java by Naresh
• 210 points
619 views
0 votes
0 answers

hadoop namenode ~format

When i type  hadoop namenode ~format WARNING: Use ...READ MORE

Nov 10, 2021 in Big Data Hadoop by anonymous
• 140 points
888 views
0 votes
1 answer

Error:npm-cli.js not found when running npm

Hello @kartik, You need to run this in ...READ MORE

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

How to connect DimDate table to fact and dimensional tables?

Hi, I have fact table,Dim project , Dim ...READ MORE

Nov 20, 2021 in Power BI by asheni
• 120 points
375 views
0 votes
5 answers

What is AI Engineer's roles and responsibilities?

The key responsibilities of an AI Engineer ...READ MORE

Jun 19 in Career Counselling by anonymous
3,300 views
0 votes
1 answer

How to Execute PHP function with onclick?

Hello @kartik, In javascript, make an ajax function, function ...READ MORE

Jun 16, 2020 in PHP by Niroj
• 82,840 points
22,856 views
0 votes
1 answer

ImportError: No module named boto3

Hi@akhtar, I think boto3 module is missing from ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,460 points
24,960 views
0 votes
1 answer

Testing question and answer

Testing question and answer. READ MORE

Nov 16, 2021 in Java by anonymous
• 300 points
464 views
0 votes
1 answer

How to stash untracked files of the current working directory in Git?

Hi@akhtar, In order to stash untracked files, add ...READ MORE

Nov 20, 2020 in Git & GitHub by MD
• 95,460 points
16,046 views
0 votes
1 answer

How to use Postman for Laravel $_POST request?

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

Dec 1, 2020 in Laravel by Niroj
• 82,840 points
15,568 views
0 votes
2 answers

Error:'TypeError: is not a function' in Node.js

You are exporting module.exports.redir = redir; That means that ...READ MORE

Oct 21, 2020 in Node-js by anonymous
• 140 points
17,297 views
0 votes
0 answers

how to find lenght of string in java ?

java READ MORE

Nov 12, 2021 in Java by anonymous
• 210 points
528 views
0 votes
1 answer

Error:Variable 'sql_mode' can't be set to the value of 'NO_AUTO_CREATE_USER'

Hello @kartik, your laravel connexion (config / database.php) ...READ MORE

Dec 3, 2020 in Laravel by Niroj
• 82,840 points
15,313 views
0 votes
3 answers

Count the number occurrences of a character in a string

The string count() method returns the number of occurrences of ...READ MORE

Dec 28, 2020 in Python by Carlos
14,106 views
0 votes
1 answer

How to use for loop in Flutter?

Hi@akhtar, As the name suggests Dart for in ...READ MORE

Sep 3, 2020 in Others by MD
• 95,460 points
19,178 views
0 votes
0 answers

why can't i go to dev directory

root@localhost:/dev# ls ls: cannot open directory '.': Permission ...READ MORE

Nov 12, 2021 in Linux Administration by anonymous
• 120 points
400 views
0 votes
1 answer

ImportError: cannot import name 'LinearRegression' from 'sklearn'

Hi@akhtar, You got this error because LinearRegression is ...READ MORE

Apr 24, 2020 in Machine Learning by MD
• 95,460 points
24,850 views
+1 vote
3 answers

Removing double quotes from a string from JSON response in PHP

Just remove the json_encode call, and it should work: $resp ...READ MORE

Sep 12, 2018 in Blockchain by digger
• 26,740 points
45,242 views
0 votes
1 answer

How to Get Currently Selected Tab Index In jQuery UI Tabs?

Hello @kartik, If you need to get the ...READ MORE

Sep 10, 2020 in JQuery by Niroj
• 82,840 points
18,708 views
0 votes
3 answers

What are the applications of artificial neural networks?

Artificial neural network is a computational model ...READ MORE

Mar 2, 2019 in Others by SA
• 1,090 points
2,758 views
0 votes
0 answers

In camp app my SQL not running

When I download xamp app after installing ...READ MORE

Nov 8, 2021 in Web Development by anonymous
• 120 points
264 views
0 votes
0 answers

What is wrong with this code? II can't link my css to my my html.

Nov 6, 2021 in CSS by anonymous
• 140 points
362 views
0 votes
0 answers
0 votes
1 answer

How to check empty object in angular template using *ngIf?

Hello @kartik, Use this: <div class="comeBack_up" *ngIf="(previous_info | json) ...READ MORE

Sep 8, 2020 in Angular by Niroj
• 82,840 points
18,493 views
0 votes
1 answer

How to Find User in Laravel by Username?

Hello, using the model. just like this User::where('username','John') -> ...READ MORE

Dec 3, 2020 in Laravel by Niroj
• 82,840 points
14,759 views
0 votes
5 answers

What is the default Jenkins password?

Change the shell to /bin/bash instead of bin/false ...READ MORE

Apr 23, 2019 in Jenkins by Vinod
45,625 views
0 votes
10 answers

How to solve gradle build failed error?

I migrated the project to a different ...READ MORE

Dec 7, 2018 in Blockchain by Rajat
48,958 views
0 votes
0 answers

what is a cloud gaming backend? and I want to know cloud backend

Oct 31, 2021 in GCP by anonymous
• 120 points
328 views
0 votes
1 answer

The Amazon CloudFront distribution is configured to block access from your country. We can't connect to the server for this app or website at this time.

Hi@akhtar, You got this error because you restricted ...READ MORE

Jun 5, 2020 in AWS by MD
• 95,460 points
22,423 views
0 votes
0 answers
0 votes
1 answer

Error:node.js /socket.io/socket.io.js not found

Hello @kartik, Copying socket.io.js to a public folder (something as resources/js/socket.io.js) ...READ MORE

Nov 27, 2020 in Node-js by Niroj
• 82,840 points
14,784 views
0 votes
0 answers

ModuleNotFoundError: No module named 'pyQt5'

from pyQt5.QtWidgets import * def window(): ...READ MORE

Oct 8, 2021 in Python by anonymous
• 120 points
1,200 views
0 votes
1 answer

How to remove an existing job from one view in Jenkins?

Hi@akhtar, You can remove or add jobs in ...READ MORE

Dec 8, 2020 in Jenkins by MD
• 95,460 points
14,264 views
+1 vote
1 answer

tensorflow is installed but theres an error while importing

Hi@Christlan, This problem is related to version. Follow ...READ MORE

Dec 22, 2020 in Python by MD
• 95,460 points
13,628 views
0 votes
0 answers

Please help me to install speech recognition in VS code

I got this type of error ERROR: Could ...READ MORE

Oct 4, 2021 in Python by Edureka
• 120 points
1,286 views
0 votes
0 answers

Help, How can I fix this? TypeError: Getting error as __init__() got an unexpected keyword argument 'rotaion_range'.

datagen = ImageDataGenerator(zoom_range=0.2,rotaion_range=10,width_shift_range=0.1, height_shift_range=0.1,horizontal_flip=True, vertical_flip = False ...READ MORE

Oct 20, 2021 in Python by anonymous
• 120 points
583 views
0 votes
0 answers

DevOps Engineer which language prefir for better

why python language is most used language ...READ MORE

Oct 19, 2021 in Python by anonymous
• 120 points
629 views
0 votes
2 answers

How to save as PDF on Chrome using Selenium

Vaishanvi, Select  ID  selected dropdown or it ...READ MORE

Feb 22, 2020 in Selenium by Abdul
34,251 views
0 votes
1 answer

How to delete conda env permanently?

Hi@akhtar, You can remove your Conda environment by ...READ MORE

Jun 22, 2020 in Python by MD
• 95,460 points
21,451 views
0 votes
0 answers

download only one attachments from gmail using blue prism

I have to download only one excel ...READ MORE

Oct 10, 2021 in RPA by tony
• 120 points
890 views
0 votes
1 answer

Fatal error: Class 'Illuminate\Foundation\Application' not found

Hello @kartik, Something is clearly corrupt in your ...READ MORE

Nov 5, 2020 in PHP by Niroj
• 82,840 points
15,475 views
0 votes
1 answer

Error:“NODE_ENV” is not recognized as an internal or external command, operable command or batch file

Hello @kartik, It sounds like your error comes ...READ MORE

Jul 16, 2020 in Node-js by Niroj
• 82,840 points
20,275 views
0 votes
0 answers

Why do i get this error in tkinter - Python?

This is my code: from tkinter import * root ...READ MORE

Oct 10, 2021 in Python by LogizTV
• 120 points
806 views
0 votes
0 answers

not working eth.sendTransaction

https://www.edureka.co/blog/ethereum-private-network-tutorial/amp/ after below steps, not able to send/transact ...READ MORE

Oct 11, 2021 in Blockchain by rathnamachary
• 120 points
772 views
+1 vote
1 answer

Laravel Error: 419 session expired

Hello @kartik, To fix the Laravel error 419 session ...READ MORE

Sep 11, 2020 in Laravel by Niroj
• 82,840 points
17,711 views
0 votes
2 answers

What's the difference between Software Testing Engineer and Quality Assurance Engineers?

A Software Tester explores the ways to check how ...READ MORE

Nov 25, 2020 in Career Counselling by Mithila
24,170 views