Trending questions in Edureka Community

0 votes
0 answers

ModuleNotFoundError: No module named 'sklearn'

I am using Anaconda and Python 3.6.1 ...READ MORE

May 20, 2022 in Python by Kichu
• 19,040 points
994 views
0 votes
0 answers

When do I use the PHP constant "PHP_EOL"?

When is it a good idea to ...READ MORE

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

How do I completely uninstall Node.js, and reinstall from beginning (Mac OS X)

My node version is: node -v v0.6.1-pre Then I install ...READ MORE

May 16, 2022 in Java-Script by Kichu
• 19,040 points
1,259 views
0 votes
0 answers

How do I assign jQuery slider handle values with their left or right edges, instead of their centers?

I'm playing with jQuery UI, and I've ...READ MORE

Jun 2, 2022 in JQuery by Edureka
• 13,690 points
494 views
0 votes
0 answers

Tick symbol in HTML/XHTML

I need to display a tick symbol ...READ MORE

Jun 3, 2022 in HTML by Tejashwini
• 3,820 points
450 views
0 votes
0 answers

'str' object has no attribute 'decode'. Python 3 error?

Code: import imaplib from email.parser import HeaderParser conn = imaplib.IMAP4_SSL('imap.gmail.com') conn.login('example@gmail.com', ...READ MORE

May 13, 2022 in Python by Kichu
• 19,040 points
1,356 views
0 votes
0 answers

What is difference between Pre-Signed Url and Signed Url?

I intend to private objects in a ...READ MORE

Apr 25, 2022 in AWS by Soham
• 9,730 points
1,499 views
0 votes
0 answers

How to avoid java.util.ConcurrentModificationException when iterating through and removing elements from an ArrayList

I wanted to iterate over an ArrayList ...READ MORE

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

how to get last insert id after insert query in codeigniter active record

To answer your doubt, try the following ...READ MORE

Feb 23, 2022 in Others by Aditya
• 7,680 points
4,731 views
0 votes
0 answers

Warning: mysqli_query() expects at least 2 parameters, 1 given. What?

I have to build a PHP page ...READ MORE

May 12, 2022 in PHP by Kichu
• 19,040 points
1,429 views
0 votes
0 answers

Is HTML considered a programming language?

is HTML qualified under a programming language? I ...READ MORE

Jun 3, 2022 in HTML by Tejashwini
• 3,820 points
444 views
0 votes
1 answer

Importing images along with other fields (username,subjectname) from excel in laravel

$objphpexcel = PHPExcel_IOFactory::load("MyExcelFile.xls"); foreach ($objphpexcel ->getSheetByName("My Sheet1")->getDrawingCollection() as ...READ MORE

Apr 1, 2022 in Database by gaurav
• 23,260 points
3,177 views
0 votes
0 answers

mvn: not found script returned exit code 127

I tried many ways to resolve the ...READ MORE

Jun 11, 2022 in Jenkins by SivaPrasad

edited Mar 4 124 views
0 votes
1 answer

Does Java have a IN operator or function like SQL

A Java-language was designed to be powerful ...READ MORE

May 30, 2022 in Others by Sohail
• 3,040 points

edited Jun 22, 2023 by Khan Sarfaraz 643 views
0 votes
1 answer

LEFT JOIN vs. LEFT OUTER JOIN in SQL Server

There's not really much difference between a LEFT ...READ MORE

Jun 1, 2022 in Others by Sohail
• 3,040 points
580 views
0 votes
0 answers

How to create a timer

Using mysqli the $dbSessionDuration variable can bind ...READ MORE

May 30, 2022 in PHP by Kichu
• 19,040 points
578 views
0 votes
1 answer

Split timestamp column into separate date and time columns in excel

Kutools for Excel allows you to split ...READ MORE

Apr 11, 2022 in Database by gaurav
• 23,260 points
2,691 views
0 votes
0 answers

Tableau Server (Linux) - tabadmincontroller crashing due to value 'warn'

On our (single node) Tableau Server, I ...READ MORE

Mar 10, 2022 in Tableau by Neha
• 9,020 points
4,110 views
0 votes
0 answers

How to implement 2D vector array?

I'm using the vector class in the ...READ MORE

Jun 1, 2022 in C++ by Nicholas
• 7,760 points
521 views
0 votes
0 answers

java lang NoClassDefFoundError failed resolution of Lorg apache http ProtocolVersion

The APK is compiled, but when I ...READ MORE

May 20, 2022 in Others by Kichu
• 19,040 points
1,054 views
0 votes
0 answers

How do I properly force a Git push?

I have cloned a remote non-bare main ...READ MORE

May 19, 2022 in Git & GitHub by Kichu
• 19,040 points
1,095 views
0 votes
0 answers

How do I replace part of a string in PHP?

I want to replace space in the first ...READ MORE

May 28, 2022 in PHP by Kichu
• 19,040 points
695 views
0 votes
0 answers

How do I change the data type of this column?

Hi, I have two columns in a ...READ MORE

Jun 12, 2022 in Data Analytics by Ahmad

edited Mar 4 50 views
0 votes
1 answer

error: mysqli_connect(): The server requested authentication method unknown to the client [caching_sha2_password] in...

Hello @kartik, Use this SQL command: ALTER USER 'mysqlUsername'@'localhost' ...READ MORE

Oct 27, 2020 in PHP by Niroj
• 82,840 points
25,602 views
0 votes
0 answers

PHP NumberFormatter.format() shows strange output

I have this code in a PHP function: $fmt ...READ MORE

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

Azure Functions not showing up in Function app in portal

I've got a solution that contains a ...READ MORE

Mar 26, 2022 in Azure by Edureka
• 13,670 points
3,397 views
0 votes
1 answer

Manifest Merger failed with multiple errors in Android Studio

Open application manifest (AndroidManifest.xml)  > Merged Manifest. ...READ MORE

Apr 29, 2022 in Other DevOps Questions by narikkadan
• 63,600 points
1,926 views
0 votes
0 answers

Why shouldn't I use mysql_* functions in PHP?

What are the technical reasons for why ...READ MORE

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

What is the algorithm to compute the Amazon-S3 Etag for a file larger than 5GB?

Files uploaded to Amazon S3 that are ...READ MORE

Apr 21, 2022 in AWS by Soham
• 9,730 points
2,138 views
0 votes
0 answers

How can I sort arrays and data in PHP?

How do I sort an array in ...READ MORE

May 29, 2022 in PHP by Kichu
• 19,040 points
636 views
0 votes
1 answer

How to add multiple lines in a file using Ansible playbook?

Hi@akhtar, You can update your file using lineinfile ...READ MORE

Sep 16, 2020 in Ansible by MD
• 95,460 points
27,349 views
0 votes
0 answers

Why implement interface explicitly

So, what is a solid use case ...READ MORE

Jun 11, 2022 in C# by jyoti
• 1,240 points

edited Mar 4 49 views
0 votes
0 answers

What is a good C# ASP.NET MVC question to ask a prospective employee

For our ASP.NET MVC projects, I'm preparing ...READ MORE

Jun 11, 2022 in C# by jyoti
• 1,240 points

edited Mar 4 47 views
+2 votes
3 answers

Permission denied error while running a simple job in Jenkins

Hey @Hannah, try changing the permissions using ...READ MORE

Oct 25, 2018 in Jenkins by krishti
59,568 views
0 votes
0 answers

Agile Hybrid PP Exam 2022 Question #1

During a project, two stakeholders disagree on ...READ MORE

Jun 11, 2022 in PMP by Slava

edited Mar 4 45 views
0 votes
0 answers

What's the early history of the .Net framework?

What is the.Net framework's early development history? ...READ MORE

Jun 11, 2022 in C# by krishna
• 2,820 points

edited Mar 4 46 views
0 votes
0 answers

Looking for a few good C# interview problems

I don't want to ask candidates questions; ...READ MORE

Jun 11, 2022 in C# by jyoti
• 1,240 points

edited Mar 4 46 views
0 votes
0 answers

How to get a list of existing topics in an Azure EventGrid Domain in C#

In C#, what is the most efficient ...READ MORE

Jun 11, 2022 in C# by jyoti
• 1,240 points

edited Mar 4 46 views
0 votes
0 answers

Facebook Interview Question: Formatting a collection of times for a movie show time output (using Linq is preferred)

class TimeObject { DateTime time; ...READ MORE

Jun 11, 2022 in C# by jyoti
• 1,240 points

edited Mar 4 46 views
0 votes
1 answer

Salesforce Apex/JSON serialization with change on variable name

Apex does not support annotation for serialization. But, ...READ MORE

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

Practical uses for the "internal" keyword in C#

Could you help clarify how the internal ...READ MORE

Jun 11, 2022 in C# by pranav
• 2,590 points

edited Mar 4 45 views
0 votes
0 answers

How to prettyprint a JSON file?

May 27, 2022 in Python by Kichu
• 19,040 points
720 views
0 votes
0 answers

What does %>% mean in R

I am following this example, the server.R, file is ...READ MORE

Jun 1, 2022 in Others by avinash
• 1,840 points
481 views
0 votes
0 answers

"getaddrinfo failed", what does that mean?

I am getting this error when launching ...READ MORE

May 13, 2022 in Python by Kichu
• 19,040 points
1,215 views
0 votes
1 answer

How to parse `request.body` from POST in Django?

Hello @kartik, In Python 3.0 to Python 3.5.x, json.loads() will ...READ MORE

Aug 5, 2020 in Python by Niroj
• 82,840 points
29,162 views
0 votes
0 answers

Html Div (with tags and Hindi Unicode) to PDF in asp.net c#

In ASP.NET using C#, I want to ...READ MORE

Jun 11, 2022 in C# by jyoti
• 1,240 points

edited Mar 4 41 views
0 votes
0 answers

Learning C# quickly gathering all necessary concepts

I want to learn.NET and only have ...READ MORE

Jun 11, 2022 in C# by pranav
• 2,590 points

edited Mar 4 41 views
0 votes
0 answers

What is the C# Using block and why should I use it

In C#, what is the use of ...READ MORE

Jun 11, 2022 in C# by jyoti
• 1,240 points

edited Mar 4 39 views
0 votes
0 answers

How long would it take a non-programmer to learn C#, the .NET Framework, and SQL

I'm not a very good programmer. My ...READ MORE

Jun 11, 2022 in C# by pranav
• 2,590 points

edited Mar 4 39 views
0 votes
0 answers

What is an abstract class?

My concerns are as follows: What good is ...READ MORE

Jun 11, 2022 in C# by pranav
• 2,590 points

edited Mar 4 39 views