Trending questions in Edureka Community

0 votes
0 answers

Getting file in hex format - my output vs xxd command output

I'm trying to write a simple program ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,690 points
695 views
0 votes
0 answers

Quicksort with Python

I am totally new to python and ...READ MORE

Apr 26, 2022 in Python by Edureka
• 13,620 points
440 views
0 votes
1 answer

Private ethereum blockchain mining on a Raspberry Pi - is it possible?

There are some pretty good guides out ...READ MORE

Apr 12, 2022 in Blockchain by Soham
• 9,710 points
1,129 views
0 votes
1 answer

How to get Bitcoin Private Key from an ExtPrivKey using NBitcoin

From what I see in the code ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
1,257 views
0 votes
0 answers

How can I download Anaconda for python 3.6

I am working on a  Tensorflow object ...READ MORE

Apr 24, 2022 in Python by Kichu
• 19,040 points
514 views
0 votes
0 answers

Power Platform DevOps Tools new environment creation task

I wanted to set up an Azure ...READ MORE

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

Invoke-customs are only supported starting with android 0 --min-api 26

After hours of working on this probleme, ...READ MORE

Feb 16, 2022 in Others by Soham
• 9,710 points
3,364 views
0 votes
0 answers

Connecting to internet through VPC peering

I have two custom VPCs for Private ...READ MORE

Apr 25, 2022 in AWS by Soham
• 9,710 points
473 views
0 votes
0 answers
0 votes
0 answers

What is the meaning of inbound source of default RDS security group?

When I create an RDS, it seems ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,680 points
470 views
0 votes
1 answer

discretization in weka

This should be self-evident. You can do it ...READ MORE

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

How to delete a docker image?

A Dockerfile is included in my project ...READ MORE

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

Datatables export Excel

I'm exporting the datatables in csv. And ...READ MORE

Apr 7, 2022 in Database by Edureka
• 13,690 points
1,246 views
0 votes
0 answers

Why is the Fibonacci series used in agile planning poker?

When estimating the relative size of user ...READ MORE

Apr 13, 2022 in PMP by Edureka
• 13,690 points
969 views
0 votes
1 answer

difference between classification and regression in k-nearest neighbor?

In classification tasks, the user tries to ...READ MORE

Mar 4, 2022 in Machine Learning by Dev
• 6,000 points
2,679 views
0 votes
0 answers

Bluetooth 4.0 / Smart / Low energy on Samsung Galaxy S3

I'm trying to develop a Bluetooth 4.0 ...READ MORE

Apr 25, 2022 in AWS by Soham
• 9,710 points
459 views
0 votes
0 answers

What is the default access specifier in Java?

I just started reading a Java book ...READ MORE

Apr 26, 2022 in Java by Rahul
• 3,380 points
415 views
0 votes
1 answer

Is P(A, B) probability equal to P(A intersection B)?

They both signify the same thing; the ...READ MORE

Mar 15, 2022 in Machine Learning by Dev
• 6,000 points
2,205 views
0 votes
0 answers

When to use LinkedList over ArrayList in Java?

I've always been one to simply use: List<String> ...READ MORE

Apr 26, 2022 in Java by Rahul
• 3,380 points
414 views
0 votes
1 answer

Sanity Testing vs Regression Testing?

Sanity testing entails ensuring that the application's ...READ MORE

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

Wordpress on AWS EC2 - broken after assigning elastic IP

So, I got WordPress installed and working ...READ MORE

Apr 21, 2022 in AWS by Rahul
• 9,680 points
626 views
0 votes
0 answers

How to get a Drift Report from Azure DevOps DACPAC deployment?

I want to have a Drift-Report during ...READ MORE

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

Convert integer to string

Given a number: int number = 1234; Which would ...READ MORE

Apr 26, 2022 in Java by Rahul
• 3,380 points
408 views
0 votes
1 answer
0 votes
0 answers

To whom are Azure DevOps access request e-mails sent? And can that be controlled?

How can I  control the recipients of ...READ MORE

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

Plotting logistic regression in R with the Smarket dataset

The first, third, and fourth methods of ...READ MORE

Apr 12, 2022 in Machine Learning by Dev
• 6,000 points
993 views
0 votes
0 answers

Is there a way to determine the amount of free video RAM in Linux?

We believe that we are running out ...READ MORE

Apr 26, 2022 in Linux Administration by Edureka
• 13,690 points
402 views
0 votes
1 answer

Difference between Azure CLI and PowerShell

The Azure CLI comes with an installer ...READ MORE

Mar 25, 2022 in Azure by Edureka
• 13,620 points
1,875 views
0 votes
1 answer

Upsert fields must be defined as unique External ID fields in Salesforce - Heroku Connect

You can use either the Salesforce record ...READ MORE

Apr 6, 2022 in SalesForce by CoolCoder
• 4,420 points
1,236 views
0 votes
0 answers

AWS S3 Cross Region Replication - When there is outage

I have a primary bucket that stores ...READ MORE

Apr 23, 2022 in Others by Kichu
• 19,040 points
544 views
0 votes
0 answers

Salesforce.com: UNABLE_TO_LOCK_ROW, unable to obtain exclusive access to this record

0 In our production org, we have a ...READ MORE

Mar 17, 2022 in SalesForce by surbhi
• 3,820 points
2,126 views
0 votes
0 answers

AWS VPC - Internet Gateway vs. NAT

What is an Internet Gateway? What is ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,680 points
436 views
0 votes
0 answers

How to get overall CPU usage (e.g. 57%) on Linux

I am wondering how you can get ...READ MORE

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

What is inductive bias in machine learning?

Inductive bias can be understood as an ...READ MORE

Feb 10, 2022 in Machine Learning by Nandini
• 5,480 points
3,593 views
0 votes
0 answers

On Linux, does the remove command "rm" run in the background?

I am trying to run my test ...READ MORE

Apr 20, 2022 in Linux Administration by Edureka
• 13,690 points
652 views
0 votes
0 answers

Why is there no multiple inheritance in Java, but implementing multiple interfaces is allowed?

Java doesn't allow multiple inheritance, but it ...READ MORE

Apr 26, 2022 in Java by Rahul
• 3,380 points
398 views
0 votes
0 answers

Amazon s3 storage video takes long time to load

It's a video viewing website where I ...READ MORE

Apr 19, 2022 in AWS by Soham
• 9,710 points
693 views
0 votes
0 answers

What are the differences between a HashMap and a Hashtable in Java?

What are the differences between a HashMap and a Hashtable in ...READ MORE

Apr 26, 2022 in Java by Rahul
• 3,380 points
397 views
0 votes
0 answers

Avoiding the case sensitivity in python

I need to make the code below ...READ MORE

Apr 22, 2022 in Python by Edureka
• 13,620 points
556 views
0 votes
0 answers

Function for factorial in Python

How do I go about computing a ...READ MORE

Apr 26, 2022 in Python by Edureka
• 13,620 points
399 views
0 votes
0 answers

Data access object (DAO) in Java

I was going through a document and ...READ MORE

Apr 19, 2022 in Java by Rahul
• 3,380 points
695 views
0 votes
1 answer

How to refresh Excel file every second?

Data should be refreshed at regular intervals. Select ...READ MORE

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

failure to compile imgui, glfw, opengl on linux with gcc 11.2

I've recently started coding with c++ and ...READ MORE

Apr 14, 2022 in Linux Administration by Aditya
• 7,680 points
902 views
0 votes
0 answers

Unscramble Letters in Java - Get all possible combinations of the letters

I am currently an AP Computer Science ...READ MORE

Apr 13, 2022 in Java by Rahul
• 3,380 points
947 views
0 votes
1 answer

What do you meant by dd() function in Laravel?

Hey @kartik dd stands for "Dump and Die." Laravel's ...READ MORE

Mar 20, 2020 in Laravel by Niroj
• 82,840 points
33,470 views
0 votes
0 answers

Reading data from /dev/usb/lp0 linux

 I have a label printer Wincode LP433 ...READ MORE

Apr 14, 2022 in Linux Administration by Soham
• 9,710 points
895 views
0 votes
1 answer

Private IP Address Identifier in Regular Expression

I'm assuming you want to match these ...READ MORE

Feb 16, 2022 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
3,365 views
0 votes
0 answers

Azure DevOps Workflow Rules

I wanted to create a flow rule ...READ MORE

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

Different meaning of stakeholders in Scrum. Is a dev team a stakeholder?

To be honest, I think you're misunderstood ...READ MORE

Apr 13, 2022 in PMP by Edureka
• 13,690 points

edited Jun 27, 2023 by Khan Sarfaraz 916 views
0 votes
1 answer

Google cloud platform free tier limits from compute engine

Compute Engine 1 non-preemptible e2-micro VM instance ...READ MORE

Mar 14, 2022 in GCP by Korak
• 5,820 points
2,187 views