Trending questions in Edureka Community

0 votes
0 answers

Default inheritance access specifier

If I have two classes A and ...READ MORE

Jul 22, 2022 in C++ by Nicholas
• 7,760 points
462 views
0 votes
1 answer

Python pip on Windows - command "cl.exe" failed

You should have  cl.exe (the Microsoft C Compiler) installed ...READ MORE

Apr 28, 2022 in Python by narikkadan
• 63,680 points
4,153 views
0 votes
1 answer

Sorting vector elements in descending order

Because of the goto reset instruction, I believe your sort function has entered an infinite loop.  If you wish to construct a basic bubble-sort algorithm, follow these steps: #include <iostream> #include <utility> #include <vector> void bubble_sort(std::vector<int>& v) { ...READ MORE

Jul 11, 2022 in C++ by Damon
• 4,960 points
971 views
0 votes
0 answers

Remove a cookie

I try to erase cookies whenever I ...READ MORE

Jul 21, 2022 in PHP by narikkadan
• 63,680 points
511 views
0 votes
0 answers

HTML 5: Is it <br>, <br/>, or <br />?

I've tried checking other answers, but I'm ...READ MORE

Jul 26, 2022 in HTML by Tejashwini
• 3,820 points
274 views
0 votes
0 answers

Understanding of minbucket function in CART model using R

Let's say that the training data is ...READ MORE

Jul 20, 2022 in Data Science by avinash
• 1,840 points
535 views
0 votes
0 answers

Retrieve data from db and display it in table in php .. see this code whats wrong with it?

$db = mysql_connect("localhost", "root", ""); ...READ MORE

Jul 25, 2022 in PHP by Kithuzzz
• 38,020 points
304 views
0 votes
1 answer

"Cannot send session cache limiter - headers already sent"

The line "Headers already sent" means that ...READ MORE

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

How to Fade In/Out multiple texts using CSS/jQuery like on Droplr?

The jQuery fadeIn() method is used to ...READ MORE

Jun 29, 2022 in Web Development by rajatha
• 7,680 points
1,400 views
0 votes
0 answers

JQuery set active link

i have a horizontal CSS Menu with ...READ MORE

Jul 20, 2022 in Web Development by gaurav
• 23,260 points
533 views
0 votes
1 answer

Where to find TypeScript version in Visual Studio?

If you only have TypeScript installed for ...READ MORE

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

Remove double quotes from a Table Name using SEQUELIZE Nodejs

used Nodejs' SEQUELIZE to construct an Account ...READ MORE

Jun 27, 2022 in Node-js by Vaani
• 7,070 points
1,522 views
0 votes
0 answers

Using jquery to prevent resubmitting form

I use jquery's .submit() to intercept user's ...READ MORE

Jul 22, 2022 in Web Development by gaurav
• 23,260 points
430 views
0 votes
0 answers

HTML5 Email Validation

"With HTML5, we no longer require JavaScript ...READ MORE

Jul 21, 2022 in HTML by Ashwini
• 5,430 points
484 views
0 votes
0 answers

How to reverse an array in php WITHOUT using the array reverse method

I have an array called reverse array ...READ MORE

Jun 12, 2022 in PHP by narikkadan
• 63,680 points
2,183 views
0 votes
0 answers

Error when calling theme Props in component using ReactJs and Typescript

I need to pass the color of ...READ MORE

Jul 5, 2022 in TypeSript by Nina
• 3,060 points
1,171 views
0 votes
1 answer

Center image in table td in CSS

Wrap a picture in a container div ...READ MORE

Jun 13, 2022 in CSS by Edureka
• 12,690 points
2,077 views
0 votes
0 answers

How to do CSS chat messages border radius?

I'm making a list of incoming and ...READ MORE

Jul 8, 2022 in CSS by Edureka
• 13,620 points
1,033 views
0 votes
0 answers

Jquery Pulsate Times

I use the function Pulsate (http://docs.jquery.com/UI/Effects/Pulsate). With ...READ MORE

Jul 26, 2022 in Web Development by gaurav
• 23,260 points
256 views
0 votes
0 answers

DataTable using PHP

Is PHP capable of being used to ...READ MORE

Jul 24, 2022 in PHP by Kithuzzz
• 38,020 points
365 views
0 votes
0 answers

CSS Display: Flex on Desktop and Mobile

I'm newer to using FLEXBOX and have ...READ MORE

Jul 18, 2022 in CSS by Edureka
• 13,620 points
603 views
0 votes
0 answers

How to make in CSS an overlay over an image?

I want to add this dark hue, ...READ MORE

Jul 22, 2022 in CSS by Edureka
• 13,620 points
424 views
+1 vote
0 answers

Using push_back vs at in a vector in C++

I'm not sure how to use vectors in C++.  It has to do with the vector's push back technique.  I used push back to insert entries into the vector in the first programme.  I used at() to insert entries into the vector in the second application. #include <iostream> #include <vector> #include <string> using namespace std; int main ...READ MORE

Jul 22, 2022 in C++ by Nicholas
• 7,760 points
384 views
0 votes
0 answers

How to find if a given key exists in a C++ std::map

I'm trying to check if a given ...READ MORE

Jul 14, 2022 in C++ by Nicholas
• 7,760 points
757 views
0 votes
0 answers

PHP array printing using a loop

How can I print each value of ...READ MORE

Jul 23, 2022 in PHP by Kithuzzz
• 38,020 points
395 views
0 votes
0 answers

Converting Binary to Decimal built-in function

In C++, I need to do a ...READ MORE

Jul 15, 2022 in C++ by Nicholas
• 7,760 points
723 views
0 votes
0 answers

When to use Final in PHP?

Although I am aware of what a ...READ MORE

Jul 24, 2022 in PHP by Kithuzzz
• 38,020 points
350 views
0 votes
1 answer

Jquery find nearest matching element

The closest() method returns the first ancestor ...READ MORE

Jun 15, 2022 in JQuery by rajatha
• 7,680 points
1,972 views
0 votes
0 answers

How to plot two histograms together in R?

I have two data frames, one each ...READ MORE

Jul 22, 2022 in Data Science by avinash
• 1,840 points
408 views
0 votes
0 answers

jquery css zoom icon to images with opacity

I like to read articles and for ...READ MORE

Jul 19, 2022 in Web Development by gaurav
• 23,260 points
540 views
0 votes
0 answers

Javascript - Window open, use CDN

Simple question. I cannot get a new ...READ MORE

Jul 20, 2022 in Web Development by gaurav
• 23,260 points
503 views
0 votes
0 answers

Gradient borders

I'm trying to apply a gradient to ...READ MORE

Jul 20, 2022 in CSS by Edureka
• 13,620 points
499 views
0 votes
0 answers

NullPointerException: Attempt to invoke virtual method 'int java.util.ArrayList.size()' on a null object reference

The  Fragment where I have my List View: public class RecordingListFragment ...READ MORE

May 8, 2022 in Others by Kichu
• 19,050 points
3,667 views
0 votes
0 answers

Typescript: Clicking 'X' doesn't successfully close my popup banner

I've created a popup banner with the ...READ MORE

Jul 14, 2022 in TypeSript by Logan
• 2,140 points
754 views
0 votes
0 answers

How to line-break from css, without using <br />?

How to achieve the same output without <br>? <p>hello ...READ MORE

Jul 22, 2022 in CSS by Edureka
• 13,620 points
400 views
0 votes
0 answers

Can I have an onclick effect in CSS?

I have an image element that I ...READ MORE

Jul 20, 2022 in CSS by Edureka
• 13,620 points
492 views
0 votes
1 answer

jQuery 'input' event

oninput event is very useful to track input ...READ MORE

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

Clear background if content present in textarea (jQuery)

Please see this jsFiddle: https://jsfiddle.net/Wmq6f/ I have a textarea ...READ MORE

Jul 22, 2022 in Web Development by gaurav
• 23,260 points
392 views
0 votes
0 answers

Unable to preventDefault inside passive event listener

I am trying on some built-in events: ...READ MORE

May 12, 2022 in Node-js by Kichu
• 19,050 points
3,492 views
0 votes
1 answer

jQuery multiselect drop down menu

Show activity on this post. Download jquery.multiselect. Include the ...READ MORE

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

jQuery Toggle Fahrenheit/Celsius

I'm trying to create a weather app ...READ MORE

Jul 22, 2022 in Web Development by gaurav
• 23,260 points
391 views
0 votes
0 answers

Instagram new logo css background

As you are all aware, Instagram just ...READ MORE

Jul 22, 2022 in CSS by Edureka
• 13,620 points
394 views
0 votes
1 answer

TypeError: $.ajax(...) is not a function?

Please double-check if you're using the full-version ...READ MORE

Feb 22, 2022 in Others by Aditya
• 7,680 points
6,832 views
0 votes
0 answers

Successor of INT_MAX and INT_MIN

I have two inquiries. Is 1e9 smaller than ...READ MORE

Jul 15, 2022 in C++ by Nicholas
• 7,760 points
695 views
0 votes
0 answers

resource : Invocation of init method failed

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

May 16, 2022 in Java by Kichu
• 19,050 points
3,299 views
0 votes
1 answer

get_template_directory_uri() in Jquery and CSS

JS files aren't parsed by PHP, so ...READ MORE

Jun 2, 2022 in JQuery by Edureka
• 13,690 points
2,542 views
0 votes
1 answer

'adb' is not recognized as an internal or external command, operable program or batch file

Set the path of adb into System ...READ MORE

Feb 16, 2022 in Others by Aditya
• 7,680 points
7,075 views
0 votes
0 answers

git bash commands with python or Gitpyhon

So I have follwoing bash command which ...READ MORE

Jun 21, 2022 in Linux Administration by Korak
• 5,820 points
1,718 views
0 votes
0 answers

How do I link a JavaScript file to a HTML file?

How should a JavaScript file be linked ...READ MORE

Jul 21, 2022 in HTML by Ashwini
• 5,430 points
421 views
0 votes
0 answers

Difference between upper_bound and lower_bound in stl

I was looking at how the upper bound and lower bound algorithms operate in stl on these pages: lower bound, upper bound, and it's documented the same way on these pages: lower bound, upper bound, and it's documented the same way on these pages: lower bound, upper bound, and it'  upper bound, lower bound Looking at the code from the links, they appear to perform the same thing to me, with the exception of the following lines  lower_bound (line 10): if (*it<val) { ...READ MORE

Jul 5, 2022 in C++ by Nicholas
• 7,760 points
1,108 views