Trending questions in Edureka Community

0 votes
4 answers

“Cannot find symbol” compilation error

The "Cannot find symbol" errors generally occur when you ...READ MORE

Dec 16, 2020 in Java by Gitika
• 65,730 points
43,095 views
0 votes
1 answer

Key differences between Amazon Managed Blockchain and Quantum Ledger Database (QLDB)?

Put simply, Amazon Managed Blockchain is a ...READ MORE

Mar 24, 2022 in Blockchain by Rahul
• 9,690 points
3,403 views
0 votes
1 answer

Connection vs Query in Excel data model

There are various ways to construct and ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,690 points
2,817 views
0 votes
0 answers

URL redirection in php for Opera Mini browser

I want to redirect URLs clicked in ...READ MORE

May 27, 2022 in PHP by Kichu
• 19,040 points
508 views
0 votes
0 answers

400 BAD request HTTP error code meaning?

I am posting a JSON request to ...READ MORE

May 1, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,542 views
0 votes
0 answers

How would I use excel to generate a large update sql statement?

I know there's a way to have ...READ MORE

Mar 30, 2022 in Database by Edureka
• 13,690 points
2,776 views
0 votes
0 answers

Is there a possibility to generate a live reporting in tableau from jira source data?

I'm searching for a way to generate ...READ MORE

Apr 25, 2022 in Tableau by Neha
• 9,020 points
1,850 views
0 votes
1 answer

How to calculate probability in a normal distribution given mean & standard deviation?

This is how you do it. >>> import ...READ MORE

Apr 7, 2022 in Machine Learning by Nandini
• 5,480 points
2,643 views
0 votes
0 answers

Generate pdf from HTML in div using Javascript

This is my HTML code: <!DOCTYPE html> <html> ...READ MORE

May 9, 2022 in Java-Script by Kichu
• 19,040 points
1,234 views
0 votes
1 answer

Azure az login with tenant

we can use CLI command like this: az ...READ MORE

Apr 7, 2022 in Azure by Edureka
• 12,700 points
2,644 views
0 votes
1 answer

Is there any difference between an activation function and a transfer function?

Transfer function and Activation function with respect ...READ MORE

Feb 21, 2022 in Machine Learning by Dev
• 6,000 points
4,526 views
0 votes
0 answers

How to set Bullet points colored in unordered and ordered lists in html via CSS without using any images or span tags

I want to differentiate the lists using ...READ MORE

May 26, 2022 in Others by Ashwini
• 5,430 points
491 views
0 votes
1 answer

When a file of size > 50 MB arrived at sftp server copy into Azure storage

Files up to 1 GB can be ...READ MORE

Apr 1, 2022 in Azure by Edureka
• 13,680 points
3,124 views
0 votes
0 answers

check if variable empty

Code: if ($user_id == NULL || $user_name == ...READ MORE

Jun 4, 2022 in PHP by Kichu
• 19,040 points

edited Mar 4 126 views
0 votes
0 answers

AWS IAM user receive 401 when accessing to ECR repository, works with root user

I've started using AWS ECR to store ...READ MORE

Apr 25, 2022 in AWS by Aditya
• 7,680 points
1,832 views
0 votes
1 answer

datatable remove column on export to pdf and excel

When we are using jquery datatable for ...READ MORE

Feb 17, 2022 in Others by gaurav
• 23,580 points
4,683 views
0 votes
0 answers

Module 'numpy.core' has no attribute 'numerictypes' (Error)

from imageai.Detection import ObjectDetection detector = ObjectDetection() detector.setModelTypeAsTinyYOLOv3() detector.setModelPath("BrainTumor10EpochsCategorical.h5") detector.loadModel() detection = ...READ MORE

Jun 3, 2022 in Python by Abdullah Celal

edited Mar 4 135 views
0 votes
1 answer

TCPDF ERROR: Some data has already been output, can't send PDF file

To answer your question, do add the ...READ MORE

Feb 16, 2022 in Others by Aditya
• 7,680 points
4,720 views
0 votes
1 answer

Why is GCP cloud scheduler so expensive?

The actual running of a job is ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
2,735 views
0 votes
1 answer

Distance calculator

#Starting position co-ordinates - x=0 and y=0 import ...READ MORE

May 8, 2023 in Python by GS

edited Mar 5 4,904 views
0 votes
0 answers

bash: telnet: command not found

I'm trying to connect the server using ...READ MORE

Jun 3, 2022 in Linux Administration by Rahul
• 3,380 points

edited Mar 4 142 views
0 votes
1 answer

Extract Last Value as Metric from Table Calculation in Tableau?

First, a quick introduction to table calculations, ...READ MORE

Apr 12, 2022 in Tableau by Neha
• 9,020 points
2,362 views
0 votes
0 answers

Azure Pull Request | Azure Devops - " You must provide a value expression following the '+' operator."

I am  running this YAML file: trigger: - none ## ...READ MORE

Apr 22, 2022 in Other DevOps Questions by Kichu
• 19,040 points
1,967 views
0 votes
0 answers

Disabling the firewall in Ubuntu on an Amazon EC2 instance

How do I disable the Ubuntu server ...READ MORE

Apr 12, 2022 in IoT (Internet of Things) by Soham
• 9,730 points
2,319 views
0 votes
0 answers

How do I use matplotlib autopct?

I want to create a matplotlib pie ...READ MORE

Apr 24, 2022 in Python by Kichu
• 19,040 points
1,853 views
0 votes
1 answer

An example outline of a spike (in agile modelling)

What are Agile Spikes? A spike is a ...READ MORE

Apr 13, 2022 in PMP by gaurav
• 23,580 points
2,314 views
0 votes
0 answers

Update Amazon RDS for MySQL database instance

I want to know How to apply ...READ MORE

Apr 10, 2022 in Others by Kichu
• 19,040 points
870 views
0 votes
0 answers

Copy Paste in Bash on Ubuntu on Windows

How to execute a copy paste operation ...READ MORE

Jun 3, 2022 in Linux Administration by Rahul
• 3,380 points

edited Mar 4 129 views
0 votes
1 answer

How to insert image in Tableau worksheet

Tableau's online documentation Static image files can be ...READ MORE

Apr 5, 2022 in Tableau by Neha
• 9,020 points
2,629 views
0 votes
0 answers

What is ADT? (Abstract Data Type)

Can someone explain to me what ADT ...READ MORE

May 19, 2022 in Others by Kichu
• 19,040 points
660 views
0 votes
0 answers

How can i implement corss apply function of TSQL in pyspark

How can i implement corss apply function ...READ MORE

May 30, 2022 in Apache Spark by anonymous

edited Mar 4 287 views
0 votes
1 answer

Power BI and Azure Key vault

Yes, Azure Key Vault is compatible with ...READ MORE

Apr 11, 2022 in Azure by Edureka
• 12,700 points
2,453 views
0 votes
1 answer

PHP - Validate Multisig Bitcoin Wallet Address (with Leading 2 or 3)

 The answer to your question is given ...READ MORE

Apr 11, 2022 in Blockchain by Soham
• 9,730 points
2,444 views
0 votes
1 answer

What is the Correct Terraform Provider Configuration for Google Cloud Platform Resources with Beta Arguments?

You should use both google and google-beta ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
2,605 views
0 votes
1 answer

Plot logistic regression curve in R

The Code looks something like this: fit = ...READ MORE

Apr 4, 2022 in Machine Learning by Nandini
• 5,480 points
2,861 views
0 votes
0 answers

What is a IOException, and how do I fix it?

What is causing java.io.IOException? What does it ...READ MORE

May 19, 2022 in Java by Kichu
• 19,040 points
740 views
0 votes
0 answers

Edit PHP query code depending on image map clicked area using AJAX

The image map: <img id="harta" src="img/hartap.png" alt="testmap" usemap="#Map" ...READ MORE

Jun 3, 2022 in PHP by Kichu
• 19,040 points

edited Mar 4 127 views
0 votes
1 answer

Message 'src refspec master does not match any' when pushing commits in Git

Solution. Try git show-ref to see what refs you have. ...READ MORE

Apr 30, 2022 in Other DevOps Questions by narikkadan
• 86,360 points
1,560 views
0 votes
0 answers

Why is Docker installed but not Docker Compose?

By using the commands below, I was ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
1,945 views
0 votes
0 answers

jQuery UI DatePicker to show month year only

I am using jQuery date picker to ...READ MORE

Jun 2, 2022 in JQuery by Edureka
• 13,690 points

edited Mar 4 132 views
0 votes
1 answer

Alternative to AWS's Security groups in GCP?

GCP has firewall rules for its VPC ...READ MORE

Mar 20, 2022 in GCP by Korak
• 5,820 points
3,309 views
0 votes
0 answers

How does mean parameter in rnorm function works

I was wanting to know how does ...READ MORE

Jun 2, 2022 in Data Analytics by avinash
• 1,840 points

edited Mar 4 118 views
0 votes
0 answers

Email validation using jQuery

How can I use JQuery to validate ...READ MORE

May 21, 2022 in JQuery by Kichu
• 19,040 points
598 views
0 votes
0 answers

Error java.lang.OutOfMemoryError: GC overhead limit exceeded

When I execute my JUnit tests I am getting ...READ MORE

May 15, 2022 in Java by Kichu
• 19,040 points
840 views
0 votes
0 answers

Blue Prism: IE to Chrome Migration: failed to spy elements with IE Tab extension in chrome

Hello  I am doing IE to chrome ...READ MORE

May 31, 2022 in Others by Mounika

edited Mar 4 199 views
0 votes
0 answers

Send private message to Discord user using bash and linux AT command

I'm running a Discord bot written in ...READ MORE

Apr 25, 2022 in Linux Administration by Edureka
• 13,690 points
1,677 views
0 votes
0 answers

Adding Images in Azure DevOps Wiki

I want to add a few images ...READ MORE

Apr 2, 2022 in Other DevOps Questions by Kichu
• 19,040 points
2,763 views
0 votes
1 answer

Logistic Regression with continuous data using sklearn in python

Despite the fact that it produces a ...READ MORE

Mar 23, 2022 in Machine Learning by Dev
• 6,000 points
3,162 views
0 votes
0 answers

How to loop in excel without VBA or macros?

Is it possible to iterate (loop) a ...READ MORE

Mar 30, 2022 in Database by Edureka
• 13,690 points
2,702 views
0 votes
1 answer

Simple prime number generator in Python

There are some problems with your code. You ...READ MORE

Apr 25, 2022 in Python by narikkadan
• 86,360 points
1,712 views