Trending questions in Edureka Community

0 votes
1 answer

How to sum hours and minutes in excel?

Assuming your data is located at [D12:D22] Try this ...READ MORE

Sep 27, 2022 in Others by narikkadan
• 63,600 points
14,658 views
0 votes
1 answer

TypeScript TS7015: Element implicitly has an 'any' type because index expression is not of type 'number'

If you want a key/value data structure ...READ MORE

Jun 7, 2022 in TypeSript by Nina
• 3,060 points
19,530 views
0 votes
0 answers

Is it possible to copy an JavaScript object from the dev console such that I can create an exact copy of it for tests?

'm dealing with some some code relating ...READ MORE

Aug 30, 2023 in Java-Script by Edureka
• 13,670 points

edited Mar 5 69 views
0 votes
0 answers

How to GET data from API and show it on PHP page?

I want to use some data from ...READ MORE

Jul 31, 2022 in PHP by Kithuzzz
• 38,000 points
12,527 views
0 votes
3 answers

How to create final table based on Joins of two tables in power BI?

To do so, follow these steps: From the ...READ MORE

Dec 16, 2020 in Power BI by Gitika
• 65,770 points
56,723 views
0 votes
1 answer

Reducing Spacing in an Expanded in Flutter Project

To reduce the space around the Expanded ...READ MORE

Mar 20, 2023 in Android by vishalini
7,098 views
0 votes
1 answer

Execution failed for task ':app:processDebugResources'. on flutterlocalnotification

The error message suggests that there is ...READ MORE

Apr 3, 2023 in Flutter by vinayak
6,319 views
0 votes
1 answer

-bash: cd: /root/: Permission denied

Hi@akhtar, You got this error because your user ...READ MORE

Aug 13, 2020 in Linux Administration by MD
• 95,460 points
47,891 views
0 votes
0 answers

scroll up and down a div on button click using jquery

I am trying to add a feature ...READ MORE

Jun 29, 2022 in Web Development by gaurav
• 23,260 points
8,605 views
0 votes
1 answer

Jquery validation plugin - TypeError: $(...).validate is not a function

The "$(...). validate is not a function" ...READ MORE

Jun 28, 2022 in JQuery by rajatha
• 7,680 points
18,720 views
0 votes
0 answers

expecting output "Correct mail-id"......but getting "email Adress must be valid" why??

def email_validation(id)          mail_id=@driver.find_element(:id,'email')       mail_id.send_keys(id);       var=mail_id.attribute('value')       puts"#{var}"       wait =Selenium::WebDriver::Wait.new(:timeout=>60)       if var.empty?          puts "email can't ...READ MORE

Aug 23, 2023 in Selenium by SEEMA
• 110 points

edited Mar 5 102 views
0 votes
0 answers

how to get text

hello , I have written this code ...READ MORE

Aug 23, 2023 in Selenium by SEEMA
• 110 points

edited Mar 5 99 views
0 votes
1 answer

Difference between $(window).load() and $(document).ready() functions

The key difference between $(document). ready() and ...READ MORE

Jun 17, 2022 in JQuery by rajatha
• 7,680 points
18,670 views
0 votes
0 answers

I want to delete my edureka account

Hi, I want to delete my edureka account ...READ MORE

Aug 22, 2023 in Ask us Anything! by anonymous

edited Mar 5 70 views
0 votes
2 answers

What's the difference between %s and %d in Python string formatting?

The reason is that they are using ...READ MORE

Feb 8, 2022 in Python by Rahul
• 9,690 points
24,236 views
0 votes
0 answers

Typescript says: "types '"a"' and '"b"' have no overlap". What does it mean?

const value = Math.random() < 0.5 ? ...READ MORE

Jul 5, 2022 in TypeSript by Logan
• 2,140 points
7,432 views
0 votes
1 answer

flutter app not running on ios simulator after adding firebase notification

The error message you provided seems to ...READ MORE

Apr 10, 2023 in Flutter by vishalini
5,748 views
0 votes
0 answers

How to run application in background in IOS with flutter_background_service ?

As example I want to print "Hello" ...READ MORE

Aug 18, 2023 in Flutter by Sneh
• 150 points

edited Mar 5 168 views
0 votes
0 answers

Check if file exists in php

I have this code: if (!(file_exists(http://mysite.com/images/thumbnail_1286954822.jpg))) { ...READ MORE

Jun 4, 2022 in PHP by Kichu
• 19,040 points
1,298 views
0 votes
0 answers

How to change Data Lables from % to count.

Hi, How to change Data Lables from % ...READ MORE

Aug 18, 2023 in Power BI by Prasenjit

edited Mar 5 64 views
0 votes
0 answers

Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]

I want to configure hibernate ORM mapping ...READ MORE

May 11, 2022 in Java by Kichu
• 19,040 points
19,876 views
0 votes
1 answer

PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: (Open Excel File) in Python

Try this: import os import shutil dirpath = os.path.join('C:/Path/Folder', 'Folder') if ...READ MORE

Jan 15, 2023 in Others by narikkadan
• 63,600 points
9,082 views
0 votes
1 answer

jQuery get value of select onChange

Try the following lines of code- $('select').on('change', function() ...READ MORE

Feb 11, 2022 in Java by Soham
• 9,730 points
23,583 views
0 votes
0 answers

MongoDB convert type of an element in array

In MongoDB, I have a object array ...READ MORE

Aug 7, 2023 in Database by Ramkumar

edited Mar 5 159 views
0 votes
0 answers

How to find sum of multiple columns in a table in SQL Server 2005?

I have a table Emp which has these rows: Emp_cd ...READ MORE

Aug 19, 2022 in Database by Kithuzzz
• 38,000 points
1,803 views
+1 vote
3 answers

3 dot in parameter in Java

The "Three Dots" in java is called ...READ MORE

Nov 22, 2018 in Java by geek.erkami
• 2,680 points
57,891 views
0 votes
1 answer

ERROR: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it

One of the services has not begun ...READ MORE

Sep 13, 2022 in Database by narikkadan
• 63,600 points
14,249 views
0 votes
0 answers

A non-it student wants to get into IT

I am a non-IT student and passed ...READ MORE

Aug 6, 2023 in Java by anonymous

edited Mar 5 100 views
0 votes
0 answers

How to call a PHP function on the click of a button

The two buttons on my functioncalling.php page ...READ MORE

Jul 24, 2022 in PHP by Kithuzzz
• 38,000 points
11,194 views
+1 vote
4 answers

Need to wait until page is completely loaded - Selenium WebDriver

You can try something like -  new WebDriverWait(firefoxDriver, ...READ MORE

Dec 21, 2019 in Selenium by Robin
65,051 views
0 votes
0 answers

Xcode couldn't find any iOS App Store provisioning profiles matching [bundle ID]

I always go with automatically manage signing when uploading ...READ MORE

Nov 30, 2022 in Mobile Development by gaurav
• 23,260 points
3,566 views
0 votes
0 answers

Select Rows with id having even number

I'm passing a straightforward query that looks ...READ MORE

Aug 21, 2022 in Database by Kithuzzz
• 38,000 points
2,391 views
0 votes
1 answer

How to change flutter project name and id?

Yes, it is possible to change the ...READ MORE

Mar 20, 2023 in Flutter by pooja
6,039 views
0 votes
0 answers

How to automate selecting options when Right click on Chrome using selenium python?

The scenario is like this, When we ...READ MORE

Aug 3, 2023 in Selenium by anonymous
• 110 points

edited Mar 5 101 views
0 votes
1 answer

How to present an empty view in flutter?

In Flutter, you can present an empty ...READ MORE

Mar 27, 2023 in Flutter by anonymous
5,633 views
+11 votes
11 answers

Hadoop “Unable to load native-hadoop library for your platform” warning

modify the glibc version.CentOS provides safe softwares ...READ MORE

Sep 10, 2018 in Big Data Hadoop by bug_seeker
• 15,510 points
74,098 views
0 votes
3 answers

What are the different ways to select an option from a dropdown using Selenium Webdriver?

So follow this steps for solution: First click ...READ MORE

Dec 16, 2020 in Selenium by Roshni
• 10,480 points
52,885 views
0 votes
0 answers

Ansible playbook to list AKS pods

I have an AKS cluster deployed through ...READ MORE

Aug 2, 2023 in Azure by sudirkaram

edited Mar 5 103 views
0 votes
1 answer

Create a listview layout with sections in flutter

Yes, creating a section widget and using ...READ MORE

Apr 20, 2023 in Flutter by seena
4,562 views
0 votes
1 answer

I have to convert utc time to ist in excel

There are no built-in functions for determining ...READ MORE

Apr 4, 2022 in Database by Edureka
• 13,690 points
21,014 views
0 votes
1 answer

How do I create rotating animation for background image within container without rotating entire container?

To create a rotating animation for the ...READ MORE

Apr 28, 2023 in UI UX Design by pooja
4,199 views
0 votes
1 answer

Excel Function to Exclude rows based on certain values

One method is to combine the FILTER() ...READ MORE

Jan 23, 2023 in Others by narikkadan
• 63,600 points
8,292 views
+2 votes
4 answers

Javac command not working in my windows 10

Check your javac path on Windows using Windows Explorer C:\Program Files\Java\jdk1.7.0_02\bin and ...READ MORE

Aug 6, 2019 in Java by Sirajul
• 59,230 points
51,936 views
0 votes
1 answer

Refused to display in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'

 I managed to solve the issue by ...READ MORE

Feb 18, 2022 in Others by Aditya
• 7,680 points
22,779 views
0 votes
1 answer

ChatGPT showing blank white page after login

If you're seeing a blank white page, ...READ MORE

Apr 18, 2023 in ChatGPT by anonymous
• 1,420 points
4,982 views
0 votes
0 answers

I paste image inside the drawable folder in android studio 4.1 , it shows red lines (error line) in image name

This is my project folder; when I ...READ MORE

Nov 23, 2022 in Android by Ashwini
• 5,430 points
1,861 views
0 votes
0 answers

Need help with Advance Excel Certification Project

Hi Team, I have completed all the assignments ...READ MORE

Jul 28, 2023 in Others by Ranjeet

edited Mar 5 44 views
0 votes
0 answers

Can anyone share the counterstrike go dataset used in 4 hrs power bi tutorial?

As a beginner want to learn the ...READ MORE

Jul 27, 2023 in Power BI by venkatsundhar

edited Mar 5 52 views
0 votes
1 answer

What does flex: 1 mean?

If an element has flex: 1, it ...READ MORE

Jun 17, 2022 in CSS by Edureka
• 12,700 points
17,466 views
0 votes
0 answers

React: Expected an assignment or function call and instead saw an expression

I want to fix lint error at ...READ MORE

May 23, 2022 in Others by Kichu
• 19,040 points
2,850 views