Trending questions in Edureka Community

0 votes
0 answers

How to use variables in a policy to replace the AccountId

Hi Folks, please how can replace AwsAccountId in ...READ MORE

Jul 18, 2021 in AWS by bibi

edited Mar 4 72 views
0 votes
1 answer

7) What does "Dual platform architecture" mean?

Setup a new Bigdata setup for complete ...READ MORE

Sep 18, 2021 in Data Analytics by anonymous

edited Mar 5 3,495 views
0 votes
1 answer

Explain make Method in Laravel and what does the make() method do in Laravel?

ghfghfgh skldjskldjakldjsklajd skdjakldjskljdsklajd' DFK ...READ MORE

Mar 1, 2022 in Laravel by ghghg

edited Mar 5 5,534 views
0 votes
0 answers
0 votes
1 answer

How to overwrite the content of a file in remote systems using Ansible playbook?

Hi@akhtar, You can find one argument in the ...READ MORE

Aug 2, 2020 in Ansible by MD
• 95,460 points
15,058 views
0 votes
1 answer

How can you change a column data type in Hive?

Hi, By using this command below one can ...READ MORE

Jun 24, 2019 in Big Data Hadoop by Gitika
• 65,770 points
32,534 views
0 votes
0 answers
0 votes
2 answers

How to generate a class at runtime?

Yes, I recently met this library which ...READ MORE

Apr 15, 2020 in Java by Edureka
• 520 points
19,698 views
0 votes
0 answers

need to uninstall haproxy 1.8 and install 2.2 in ansible playbook

- name: Gather the package facts     ansible.builtin.package_facts:      manager: auto   - ...READ MORE

Jul 15, 2021 in DevOps & Agile by Poorna

edited Mar 4 53 views
0 votes
3 answers

Clicking on an element in robot framework is not working in IE, but its working fine in Chrome & Firefox

*** Test Cases *** Login Open Browser ...READ MORE

Mar 10, 2023 in Selenium by Chandra Kumar

edited Mar 5 12,818 views
0 votes
0 answers
0 votes
0 answers
0 votes
0 answers

Automatically Transfer ETH

Hello,  I don't know anything coding.    Is there any ...READ MORE

Jul 14, 2021 in Blockchain by Hacker

edited Mar 4 51 views
0 votes
1 answer

jQuery's .click - pass parameters to user function

Hello @kartik, You need to use an anonymous ...READ MORE

Nov 25, 2020 in JQuery by Niroj
• 82,840 points
9,963 views
0 votes
1 answer

Error:Unknown column in 'field list' error on MySQL Update query

Hello @kartik, Enclose any string to be passed ...READ MORE

Aug 20, 2020 in PHP by Niroj
• 82,840 points
14,139 views
0 votes
1 answer

What is the difference between span and div?

divs are block element that has no ...READ MORE

Jul 2, 2022 in Web Development by Ayobami Haastrup

edited Mar 5 4,090 views
0 votes
0 answers

Need help to deploy angular5 app to aws with jenkins from scratch

Need help to deploy angular5 app to ...READ MORE

Jul 14, 2021 in DevOps Tools by Anbarasan

edited Mar 4 40 views
0 votes
2 answers

How to convert InputStream to byte array in Java?

The class IOUtils, lib: https://mvnrepository.com/artifact/com ...READ MORE

Sep 24, 2020 in Java by Anthony
16,223 views
0 votes
1 answer

How to update a user account in Azure?

cÓDIGO EFRGJGTUZ READ MORE

Jan 13, 2022 in Azure by Beatriz

edited Mar 5 1,123 views
0 votes
1 answer

How do you run a js file using npm scripts?

Hello @kartik, Try this: { "scripts" : { ...READ MORE

Oct 12, 2020 in Node-js by Niroj
• 82,840 points
11,848 views
0 votes
1 answer

How can I use Guzzle to send a POST request in JSON?

Hello @kartik, For Guzzle 5, 6 and 7 you do ...READ MORE

Sep 29, 2020 in Laravel by Niroj
• 82,840 points
12,365 views
0 votes
0 answers

Hello. I'm trying to convert this string '0x278a51da' into a integer so I can use it on the ctime() from time.

time_in_hexa_format_as_string = '0x278a51da' def get_time_stamp(value_for_time): ...READ MORE

Jul 12, 2021 in Python by Rafael

edited Mar 4 45 views
0 votes
0 answers

Looking for Devops Prjection submission assistance

Hi All, looking assistance  to complete project: •Use ...READ MORE

Jul 12, 2021 in DevOps & Agile by Sathish

edited Mar 4 43 views
0 votes
1 answer

AttributeError: module 'sklearn' has no attribute 'LinearRegresion'

Hi@akhtar, You need to import the LinearRegression module ...READ MORE

Oct 15, 2020 in Machine Learning by MD
• 95,460 points
11,651 views
0 votes
1 answer

How to call onChange event after pressing Enter key?

Hello @kartik, You can use onKeyPress directly on ...READ MORE

Oct 7, 2020 in Java-Script by anonymous
• 82,840 points
11,982 views
0 votes
1 answer
0 votes
1 answer

why it is calling as a regresssion is there any reason

The idea is to run this series ...READ MORE

Nov 23, 2021 in Selenium by anonymous
1,001 views
0 votes
0 answers

Type() function in Python

.I know that type() function is used ...READ MORE

Jul 10, 2021 in Python by Brijesh
• 120 points

edited Mar 4 48 views
0 votes
1 answer

MySQL Error: : 'Access denied for user 'root'@'localhost'

Hello @kartik, I did this to set my ...READ MORE

May 4, 2020 in Database by Niroj
• 82,840 points
18,658 views
0 votes
0 answers

Warning: Undefined variable $userid in C:\Apache24\htdocs\MIS\user\pages\user_change_password.php on line 158

I'm running a PHP script and continue ...READ MORE

Jul 9, 2021 in PHP by kirankumar

edited Mar 4 71 views
0 votes
1 answer

Using Multiple filters in DAX

CALCULATE is defined as CALCULATE(<expression>,<filter1>,<filter2>…) This means that you can ...READ MORE

Dec 22, 2020 in Power BI by Gitika
• 65,770 points
8,628 views
0 votes
0 answers

Warning: Undefined variable $userid5 in C:/Apache24/htdocs/MIS\user/pages/user_change_password.php on line 158

I'm running a PHP script and continue ...READ MORE

Jul 9, 2021 in PHP by kirankumar

edited Mar 4 67 views
0 votes
0 answers

python: how to print the data frame columns with out index and also left indent

Hi There, Basically I want to read a ...READ MORE

Jul 9, 2021 in Python by balaji

edited Mar 4 94 views
0 votes
1 answer

How can I format a date coming from MongoDB?

Hello @kartik, JavaScript has built-in support for dates. ...READ MORE

Nov 30, 2020 in Node-js by Niroj
• 82,840 points
9,602 views
0 votes
1 answer

How to upload and delete files from dropzone.js?

Hello, For deleting thumbnails you have to enable ...READ MORE

Nov 4, 2020 in PHP by Niroj
• 82,840 points
10,680 views
0 votes
1 answer

"The task includes an option with an undefined variable. The error was: 'item' is undefined\n\nThe error appears to be in '/root/haproxy/user.yml':

Hi@akhtar, You can perform iterate tasks in Ansible ...READ MORE

Sep 1, 2020 in Ansible by MD
• 95,460 points
13,429 views
0 votes
0 answers

How to eleminate duplicateds in a row in power bi

Name MR,ER,GH,MR,GH,ER,GH,MR,ER Output: MR,ER,GH How to acheive th ...READ MORE

Jul 8, 2021 in Power BI by anonymous
• 390 points

edited Mar 4 70 views
0 votes
1 answer

What is the difference between bridge network and overlay network?

Hi@akhtar, The Bridge is the default network driver. If ...READ MORE

Dec 28, 2020 in Docker by MD
• 95,460 points
8,307 views
0 votes
0 answers

Issue regarding foreign key constraint

I have 3 entities Role, Users and ...READ MORE

Jul 9, 2021 in Java by anonymous

edited Mar 4 49 views
0 votes
2 answers

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xba in position 16: invalid start byte

Thanks, This answer was helpful. READ MORE

Jul 11, 2020 in Python by Prashant Chhatrashali
17,628 views
0 votes
1 answer

How to Install pip for python 3.7 on Ubuntu 18?

The command you're looking for is: python3.7 -m ...READ MORE

Nov 20, 2020 in Python by Gitika
• 65,770 points
9,929 views
0 votes
0 answers

Error Undefined variable

Display the below error. Warning: Undefined variable $rum5 ...READ MORE

Jul 8, 2021 in Others by anonymous

edited Mar 4 38 views
0 votes
1 answer

How to configure Jenkins to run on port 80?

Hi@akhtar, You can change the port no from ...READ MORE

Oct 26, 2020 in Jenkins by MD
• 95,460 points
11,036 views
0 votes
3 answers

Click Allow on Show Notifications popup using Selenium Webdriver

Try this: Robot robot = new Robot(); robot.delay(5000); robot.keyPress(KeyEvent.VK_TAB); robot.keyPress(KeyEvent.VK_ENTER); hope this ...READ MORE

Mar 1, 2020 in Selenium by anuj
30,730 views
0 votes
1 answer

How do you Hide and Unhide a Specific Report in Power BI?

In the menu bar, choose the Selection ...READ MORE

Oct 20, 2020 in Power BI by Gitika
• 65,770 points
11,258 views
0 votes
0 answers

HELP -> Error in as.vector(x, “character”) : cannot coerce type 'closure' to vector of type 'character'

The script: > saveDb(txdb_hsa,paste0(path,"txdb_hsa_biomart.db")) The error:  Error in as.vector(x, "character") ...READ MORE

Jul 7, 2021 in Others by anonymous

edited Mar 4 100 views
0 votes
1 answer

How can I use PHP to check if a directory is empty?

Hello @kartik, It seems that you need scandir instead of ...READ MORE

Nov 10, 2020 in PHP by Niroj
• 82,840 points
10,338 views
0 votes
1 answer

How to use Django variable in JavaScript file?

Hello @kartik, You need to print it before ...READ MORE

Jul 29, 2020 in Python by Niroj
• 82,840 points
14,834 views
0 votes
0 answers

Getting Java Null Pointer Exception on running the test case in Seleniumn.Can someone pls let me know where i need to fix in order to progress

Below is the Error: java.lang.RuntimeException: java.lang.NullPointerException at org.testng.internal.MethodInvocationHelper.invokeMethodNoCheckedException(MethodInvocationHelper.java:49) at org.testng.internal.MethodInvocationHelper.invokeDataProvider(MethodInvocationHelper.java:131) at ...READ MORE

Sep 11, 2020 in Selenium by sandhya
• 180 points
12,956 views
0 votes
1 answer

How can we get file extension in Java?

In Java, you can find the file ...READ MORE

Apr 3, 2024 in Java by kevin

edited Mar 5 3,293 views