Trending questions in Edureka Community

0 votes
1 answer

Understanding the DAX CALCULATE function

Using the CALCULATE function makes the DAX perform a context ...READ MORE

Sep 28, 2020 in Power BI by Gitika
• 65,770 points
1,588 views
0 votes
1 answer

How can I train a model and calculate the accuracy of CBR algorithm?

Hi@Abubakar, You can find lots of documents on ...READ MORE

Oct 17, 2020 in Machine Learning by MD
• 95,460 points
806 views
0 votes
1 answer

download specific file from webpage using uipath

Here's what you can do  Start - > ...READ MORE

Apr 30, 2020 in RPA by Sirajul
• 59,230 points
8,139 views
0 votes
1 answer

Create a subnet in AWS with Boto3.

Hi@akhtar, After creating a VPC you need to ...READ MORE

Oct 10, 2020 in AWS by MD
• 95,460 points
1,075 views
0 votes
1 answer

How to add a route for IGW in AWS using Terraform code?

Hi@akhtar, Terraform has one keyword named route. It allows ...READ MORE

Jul 22, 2020 in Terraform by MD
• 95,460 points
4,533 views
0 votes
1 answer

How to hide password in Flutter App?

Hi@akhtar, In case you are using the TextField widget (or ...READ MORE

Sep 3, 2020 in Others by MD
• 95,460 points
2,662 views
0 votes
1 answer

Error:nvm is not compatible with the npm config "prefix" option:

Hello @kartik, After installing nvm using brew, create ~/.nvm directory: $ ...READ MORE

Jul 15, 2020 in Node-js by Niroj
• 82,840 points
4,817 views
0 votes
1 answer

Reverse back functional principle components into original data

Hi@Faheem, It depends on your Dataset. You have ...READ MORE

Oct 21, 2020 in Others by MD
• 95,460 points
610 views
0 votes
1 answer

what is if __name__ =='__main__: in python

Hello @Joy, '__main__' is the name of the scope ...READ MORE

Oct 20, 2020 in Python by Niroj
• 82,840 points
642 views
0 votes
2 answers

How to override trait function and call it from the overridden function?

instead of: return traitcalc($v); use this: ...READ MORE

Dec 13, 2020 in PHP by Uncle Nick
3,658 views
0 votes
1 answer

Error :jquery's .ajax() method not sending my session cookie

Hello @kartik, AJAX calls only send Cookies if ...READ MORE

Aug 25, 2020 in Java-Script by Niroj
• 82,840 points
3,066 views
0 votes
1 answer

How to create an Excel File with Nodejs?

Hello @kartik, Just create a file with Tabs ...READ MORE

Sep 7, 2020 in Node-js by Niroj
• 82,840 points
2,476 views
0 votes
1 answer

What are the tasks u have performed by using VPC network?

You could use VPC in the following ...READ MORE

Oct 20, 2020 in GCP by Ambrish
616 views
0 votes
1 answer

How to increase the size of images while creating docker file?

Docker image optimization usually is intended to ...READ MORE

Oct 19, 2020 in Docker by anonymous
655 views
0 votes
1 answer
0 votes
1 answer

Error: Redis connection refused !

Check if the firewall policy is open ...READ MORE

Oct 5, 2020 in Other DevOps Questions by Satish
1,254 views
0 votes
1 answer

How many pdus are required for pmp certification?

Once you have received your PMP® Credential, you ...READ MORE

Sep 10, 2020 in PMP by Gitika
• 65,770 points

edited Jun 26, 2023 by Khan Sarfaraz 2,371 views
0 votes
1 answer

How to Convert timestamp to readable date/time PHP?

Hello @kartik, Use PHP's date() function. Example: echo date('m/d/Y', 1299446702); Hope it helps!! Thank ...READ MORE

Sep 14, 2020 in PHP by Niroj
• 82,840 points
2,158 views
0 votes
1 answer

Running task from Different roles in parallel

Hi@Shambhavi, You can use tags in your task. ...READ MORE

Oct 7, 2020 in Ansible by MD
• 95,460 points
1,187 views
0 votes
1 answer

How to configure Gmail in centos7 to send notifications to specific email id's ?

Hi@Shashl, You can use python script in your ...READ MORE

Oct 5, 2020 in Linux Administration by MD
• 95,460 points
1,251 views
0 votes
1 answer

How to write mapper code for Hadoop in Python?

Hi@akhtar, Any job in Hadoop must have two ...READ MORE

Oct 16, 2020 in Big Data Hadoop by MD
• 95,460 points
769 views
0 votes
1 answer

Select unique lines along with their count in Linux.

Hi@akhtar, You can find the unique entries from ...READ MORE

Oct 20, 2020 in Linux Administration by MD
• 95,460 points
630 views
0 votes
1 answer

How to reset Django admin password?

Hello @kartik, Just try this: python manage.py changepassword <user_name> Hope ...READ MORE

Aug 6, 2020 in Python by Niroj
• 82,840 points
3,838 views
0 votes
1 answer

Code for motion detection with opencv Youtube tutorial please

Hey, @Ashay, You can even go through this: https://www.youtub ...READ MORE

Oct 19, 2020 in Python by Gitika
• 65,770 points
635 views
0 votes
1 answer

How to delete element by value in array (not key) using php?

Hello @kartik, Using array_search() and unset, try the following: if (($key = ...READ MORE

Sep 16, 2020 in PHP by Niroj
• 82,840 points
2,067 views
0 votes
0 answers

Where can I use the best online practice test software for the Microsoft AZ-2014 exam?

Which is the best Website for this ...READ MORE

Oct 14, 2020 in Others by John
• 120 points

reshown Oct 14, 2020 by Sirajul 896 views
0 votes
2 answers

How do you convert a dictionary to a defaultdict?

from collections import defaultdict a = {1: 2, ...READ MORE

Aug 2, 2019 in Python by Mohammad
• 3,230 points
9,940 views
0 votes
1 answer

How can we do the below modulo operation in python guys?

Expecting some operations, not loop. As because of ...READ MORE

Oct 14, 2020 in Python by anonymous
• 65,770 points
838 views
0 votes
1 answer

How can I use Sockets.io on the client side and communicate with a PHP based application on the server?

Hello @kartik, For 'long-lived connection' , you can ...READ MORE

Aug 24, 2020 in PHP by Niroj
• 82,840 points
3,042 views
0 votes
1 answer
0 votes
1 answer

HA ranger KMS ,

Hi@Shilpa, If you have installed Ranger through Ambari ...READ MORE

Oct 15, 2020 in Big Data Hadoop by MD
• 95,460 points
813 views
0 votes
2 answers

How to open docker containers file system?

Adding on to @DareDev's answer there's one ...READ MORE

Aug 5, 2019 in Docker by Sirajul
• 59,230 points
20,480 views
0 votes
1 answer

How elastic beanstalk work in real time environment?

Check this video for that: https://www.youtube.com/watch?v=96DJ2Og90hU READ MORE

Oct 19, 2020 in AWS by Kim
616 views
0 votes
1 answer

Error putting object in S3 bucket (example11225588): NoSuchBucket: The specified bucket does not exist

Hi@akhtar, You are trying to upload something in ...READ MORE

Jun 12, 2020 in Terraform by MD
• 95,460 points
6,191 views
0 votes
0 answers

How to Secure Postgres in cilium like Cassanda.

I want help in writing  code in ...READ MORE

Oct 14, 2020 in Database by Aryan
• 190 points
900 views
0 votes
1 answer

Difference between Power BI vs Tableau.

Here you go!  Feature Power BI Tableau Data visualization Focuses only on ...READ MORE

Oct 20, 2020 in Power BI by Gitika
• 65,770 points
570 views
0 votes
1 answer

How to restrict Cloudfront service countrywise?

Hi@akhtar, You can restrict your CloudFront according to ...READ MORE

Jun 5, 2020 in AWS by MD
• 95,460 points
6,506 views
0 votes
1 answer

How can I check if a checkbox is checked?

Hello @kartik, Try this: function validate() { var ...READ MORE

Oct 8, 2020 in Java-Script by Niroj
• 82,840 points
1,097 views
0 votes
1 answer

Error:npm WARN package.json: No repository field

Hello @kartik, It's just a check as of NPM ...READ MORE

Jul 20, 2020 in Node-js by Niroj
• 82,840 points
4,549 views
0 votes
1 answer

How to encrypt a snapshot in AWS?

Hi@MD, The following copy-snapshot command copies the specified unencrypted snapshot ...READ MORE

Oct 20, 2020 in AWS by akhtar
• 38,260 points
561 views
0 votes
1 answer

Error: (2_0.W001) has a route that contains '(?P<', begins with a '^', or ends with a '$'

Hello @kartik, The new path() syntax in Django 2.0 does ...READ MORE

Jul 2, 2020 in Python by Niroj
• 82,840 points
5,314 views
+2 votes
4 answers

Kubernetes cluster pod status EVICTED

I learned this the hard way, but ...READ MORE

Jan 22, 2019 in Kubernetes by Lyndon
27,885 views
0 votes
1 answer

How to call function in django ?

Hi, @Hari, Are you facing any error while ...READ MORE

Oct 12, 2020 in Python by Gitika
• 65,770 points
899 views
0 votes
1 answer

How to connect local kubernetes minikube cluster to jenkins pipeline...?

Hi@Moonty, To connect your Minikube, you have to ...READ MORE

Aug 26, 2020 in Kubernetes by MD
• 95,460 points
2,945 views
0 votes
1 answer

fatal:unable to connect to git.openstack.org: git.openstack.org errno=Network is unreachable

Hi@akhtar, You need to change the GIT_BASE installation ...READ MORE

Sep 23, 2020 in OpenStack by MD
• 95,460 points
1,729 views
0 votes
1 answer

Multipart file download from s3

Hi@Raj, There are multiple ways to download a ...READ MORE

Sep 14, 2020 in Cloud Computing by MD
• 95,460 points
2,146 views
0 votes
1 answer

How to copy an Amazon EBS snapshot?

Hi@akhtar, You can use the following procedure to ...READ MORE

Oct 20, 2020 in AWS by MD
• 95,460 points
542 views
0 votes
1 answer

error: Could not read error: unable to read tree object HEAD nothing to commit (working directory clean)

Hi@akhtar,  This kind of error may occur if ...READ MORE

Apr 10, 2020 in Git & GitHub by MD
• 95,460 points
8,887 views
0 votes
1 answer

How to set data attributes in HTML elements?

Hello @kartik, HTML <div id="mydiv" data-myval="10"></div> JS var a = $('#mydiv').data('myval'); ...READ MORE

Oct 5, 2020 in JQuery by Niroj
• 82,840 points
1,221 views