Trending questions in Edureka Community

0 votes
0 answers

jQuery UI: connect sortable lists through tabs

Here is an example at jQuery UI official site, ...READ MORE

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

C++ vector erase function not working properly

Here is the code I want to use to delete any entries with values more than 2 and fewer than 5. vector<int> myvector{3, 3, 3, 3, 3, 3, ...READ MORE

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

How can I create a navigational compass using Typescript and HTML?

I'm looking to display a compass heading ...READ MORE

Jul 13, 2022 in TypeSript by Logan
• 2,140 points
734 views
0 votes
0 answers

Merge two response data in one - NodeJS

I want to merge the output from ...READ MORE

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

Encode LINEAR16 audio to Twilio media audio/x-mulaw | NodeJS

I have been trying to stream mulaw ...READ MORE

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

How does c++ std::vector work?

How do the addition and removal of ...READ MORE

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

CSS/HTML Can't align 3 pictures on the same line

div is inherently display:block you need to use something like ...READ MORE

Jun 21, 2022 in CSS by Edureka
• 12,690 points
1,658 views
0 votes
0 answers

How to install dart on ec2 linux instance?

Many dart installation tutorials use the apt-get ...READ MORE

Apr 19, 2022 in AWS by Aditya
• 7,680 points
584 views
0 votes
0 answers

RVM plugin not available in Jenkins

Am using Jenkins 2.303.1 - Community version. ...READ MORE

Jul 29, 2022 in DevOps & Agile by Venkat

edited Mar 4 23 views
0 votes
1 answer

Why is Turbo C++ showing this error in DOSBox on my Mac?

Your installation must be defective!  I have a Mac, and I'm typing this on it while using TurboC++.  Consider uninstalling and then reinstalling the programme. Download the package in the same way as you would a.dmg programme from the internet.  (For example, drag and drop the programme into the Applications folder)  Ascertain that your Applications folder is global to your system.  This is what I mean: When in Finder, select the "GO" option from the top menu bar. From the drop down option, choose "Computer." In the newly opened window, click on your hard disc. There is a "Applications" folder there.  That's where you should put TurboC++. Go to Launchpad, and start Turbo C++. ...READ MORE

Jun 28, 2022 in C++ by Damon
• 4,960 points
1,324 views
0 votes
0 answers

Clickable span not calling javascript even though w3school example works

I have a clickable span element that ...READ MORE

Apr 13, 2022 in Java by Rahul
• 3,380 points
4,610 views
0 votes
0 answers

How can I increase a scrollbar's width using CSS?

Is it feasible to expand the scrollbar's ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited Mar 4 27 views
0 votes
0 answers

ApiNotActivatedMapError for simple html page using google-places-api

I'm attempting to make a straightforward HTML ...READ MORE

Jul 8, 2022 in HTML by Tejashwini
• 3,820 points
937 views
0 votes
0 answers

Data frames and is.nan()

Sum(is.na(my.df)) worked as predicted when I used ...READ MORE

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

Font Awesome not working, icons showing as squares

You must have 2 classes, the fa ...READ MORE

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

window.document.write - write html element and more

A button is now present in the ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points

edited Mar 4 26 views
0 votes
0 answers

vertical bar and null used for in TypeScript

Hello, I'm new to TypeScript and JavaScript. What ...READ MORE

Jul 29, 2022 in TypeSript by Elton
• 400 points

edited Mar 4 21 views
0 votes
0 answers

Stretch and scale a CSS image in the background - with CSS only

I want my background image to enlarge ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited Mar 4 21 views
0 votes
0 answers

Typescript: TS7006: Parameter 'xxx' implicitly has an 'any' type

In testing my UserRouter, I am using ...READ MORE

Jul 29, 2022 in TypeSript by Elton
• 400 points

edited Mar 4 20 views
0 votes
0 answers

How to display HTML tags as plain text?

On my website, I have an input ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points

edited Mar 4 23 views
0 votes
0 answers

CSS background image to fit width, height should auto-scale in proportion

I have body { background: ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited Mar 4 22 views
0 votes
0 answers

CSS media query to target iPad and iPad only?

Hello, I work with a variety of ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited Mar 4 22 views
0 votes
0 answers

What is the difference between <article> and <section> in html5

When should I use the HTML5 "section" ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points

edited Mar 4 22 views
0 votes
0 answers

what innerHTML is doing in javascript?

Can someone explain what innerHTML in javascript ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points

edited Mar 4 22 views
0 votes
0 answers

How to use PHP htmlentities()?

Currently, I'm using htmlentities() in my app ...READ MORE

Jul 29, 2022 in HTML by Tejashwini
• 3,820 points

edited Mar 4 22 views
0 votes
0 answers

Square brackets around vs after expression in Typescript

The following two Typescript square bracket notations—are ...READ MORE

Jul 29, 2022 in TypeSript by Tejashwini
• 3,820 points

edited Mar 4 19 views
0 votes
0 answers

Embed TypeScript code in an HTML document

Can TypeScript code be inserted into a ...READ MORE

Jul 29, 2022 in TypeSript by Elton
• 400 points

edited Mar 4 18 views
0 votes
1 answer

Check if checkbox is checked with jQuery

To check whether a Checkbox has been ...READ MORE

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

How do I style a <select> dropdown with only CSS?

Is it possible to style a choose> ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited Mar 4 21 views
0 votes
0 answers

Responsive font size in CSS

I've created a site using the Zurb Foundation ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited Mar 4 20 views
0 votes
0 answers

Why are my CSS3 media queries not working on mobile devices?

I'm using media queries in the styles.css, ...READ MORE

Jul 29, 2022 in CSS by Edureka
• 13,620 points

edited Mar 4 20 views
0 votes
0 answers

What means "ambient" in TypeScript

I don't understand what means the word ambient in ...READ MORE

Jul 29, 2022 in TypeSript by Tejashwini
• 3,820 points

edited Mar 4 17 views
0 votes
0 answers

How to combine object properties in typescript?

If I have two items, what is ...READ MORE

Jul 29, 2022 in TypeSript by Elton
• 400 points

edited Mar 4 16 views
0 votes
0 answers

What are the implications of using "!important" in CSS?

I've been working on a website for ...READ MORE

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

The characteristics of flame retardant curtain fabric

Flame retardant curtain fabric is a product ...READ MORE

Jul 29, 2022 in Big Data Hadoop by qiansifang

edited Mar 4 23 views
0 votes
0 answers

Difference between for loop and the range based loop in C++

The distinction between a for loop and ...READ MORE

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

Is Excel Alt+Enter same as Newline character \n ?

According to the excel documentation, pressing alt+enter ...READ MORE

Mar 30, 2022 in Database by gaurav
• 23,260 points
5,309 views
0 votes
0 answers

Python - TypeError: Object of type 'int64' is not JSON serializable

My data frame has store names and ...READ MORE

May 26, 2022 in Python by Kichu
• 19,040 points
2,676 views
0 votes
0 answers

jQuery Facebox plugin: Focus the popup appearance

I have an HTML page with facebox ...READ MORE

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

How to add and declare new property to class using decorator in typescript (angular)

I'm trying to add new property to ...READ MORE

Jul 5, 2022 in TypeSript by Logan
• 2,140 points
1,043 views
0 votes
0 answers

R function rep() in Python (replicates elements of a list/vector)

Each element of a vector is duplicated ...READ MORE

Jun 24, 2022 in Data Analytics by Sohail
• 3,040 points
1,505 views
0 votes
0 answers

Alternative to decorate function in TypeScript

Since TypeScript allows decorate only class, method, ...READ MORE

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

What is object slicing?

What is object slicing in C++ and ...READ MORE

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

Pure JS equivalent of Jquery eq()

To get the element index in the ...READ MORE

Jun 23, 2022 in Web Development by rajatha
• 7,680 points
1,534 views
0 votes
1 answer

How to use useState hook in React with TypeScript correctly?

Without any initial argument, the type of email and setEmail will ...READ MORE

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

How do I encode/decode UTF-16LE byte arrays with a BOM?

UTF-16 byte arrays must be encoded and ...READ MORE

Jul 28, 2022 in Java by krishna
• 2,820 points

edited Mar 4 31 views
0 votes
0 answers

What Does 'zoom' do in CSS?

I saw that certain jQuery plugins utilize ...READ MORE

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

Cartesian product of multiple arrays in JavaScript

How can I find the cartesian product ...READ MORE

Jul 28, 2022 in TypeSript by krishna
• 2,820 points

edited Mar 4 30 views
0 votes
0 answers

Stretch background image css?

<td class="style1" align='left' height='35'> <div style='overflow: ...READ MORE

Jul 11, 2022 in CSS by Edureka
• 13,620 points
774 views
0 votes
0 answers

not able to run graphics in DEV C++

Unable to run the graphics from following ...READ MORE

Jul 15, 2022 in C++ by Nicholas
• 7,760 points
600 views