Trending questions in Edureka Community

0 votes
1 answer

what is diffrence between NROW and nrow in r?

5 In R, you may always check ...READ MORE

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

parent-child and child-parent relationships in one query SOQL

Yes, it is possible to do so. In ...READ MORE

Mar 2, 2022 in SalesForce by surbhi
• 3,820 points
6,270 views
0 votes
1 answer

How to use textLocal API with NodeJS and sequelize to send OTP on mobile

Use request npm to create a http ...READ MORE

May 27, 2022 in Node-js by Neha
• 9,020 points
2,545 views
0 votes
1 answer

Which design pattern to use for pre-process process and post-process task

You have pre-defined and precise steps to ...READ MORE

Jun 9, 2022 in C# by rajiv
• 1,620 points
2,013 views
0 votes
1 answer

C++ string input

To read from cin, use a std::string.  Then you don't have to guess how big your buffer should be. std::string input; cin >> input; cout << intput; If you ...READ MORE

Jul 11, 2022 in C++ by Damon
• 4,960 points
682 views
0 votes
1 answer

What is the difference between std::__gcd and std::gcd?

I done some research about this. The ...READ MORE

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

When to use index.php instead of index.html?

When do I need to use an ...READ MORE

Jul 5, 2022 in HTML by Tejashwini
• 3,820 points
907 views
0 votes
1 answer

How to make android phone flashlight blink?

This might be too fast to blink:- String[] ...READ MORE

Jun 6, 2022 in Others by nisha
• 2,210 points
2,207 views
0 votes
0 answers

How to use enums in C++

Suppose we have an enum like the following: enum Days ...READ MORE

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

How to create a dynamic array of integers

How can I use the new keyword ...READ MORE

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

Generate temporary email addresses and read emails - NodeJS

I want to develop a NodeJS application ...READ MORE

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

How to create a vertical line in HTML?

I need to create a vertical line ...READ MORE

Jul 4, 2022 in HTML by Tejashwini
• 3,820 points
811 views
0 votes
0 answers

Node.js Error: Cannot find module express

I have written a code for my ...READ MORE

May 9, 2022 in Node-js by Kichu
• 19,040 points
3,271 views
0 votes
0 answers

Drop shadow for PNG image in CSS

I have a PNG image, that has ...READ MORE

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

edited Mar 4 29 views
0 votes
0 answers

CSS styling links: why a:link, a:visited vs just a

i wonder why i can't use, or ...READ MORE

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

edited Mar 4 25 views
0 votes
1 answer

Has Windows an integrated built-in C/C++ compiler package?

Microsoft does not offer a compiler or ...READ MORE

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

css ellipsis on second line

CSS text-overflow: ellipsis on second line, is this possible? ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

How to style a checkbox using CSS?

I am trying to style a checkbox ...READ MORE

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

edited Mar 4 21 views
0 votes
1 answer

Open Instagram user profile on android

To open instagram app- String scheme = "http://instagram.com/_u/USER"; String path ...READ MORE

May 31, 2022 in Others by nisha
• 2,210 points
2,385 views
0 votes
0 answers

How to import a CSS file in a React Component?

I want to import a CSS file ...READ MORE

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

edited Mar 4 22 views
0 votes
0 answers

Draw Circle using css alone

Is it feasible to create a circle ...READ MORE

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

edited Mar 4 22 views
0 votes
0 answers

Is it possible to include one CSS file in another?

Is it possible to include one CSS ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

How does rem differ from em in CSS?

In website sources, I have sometimes seen ...READ MORE

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

edited Mar 4 22 views
0 votes
0 answers

How to write a:hover in inline CSS?

I need to write inline CSS code ...READ MORE

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

edited Mar 4 22 views
0 votes
0 answers

CSS opacity only to background color, not the text on it?

Can I only set the opacity attribute ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

Button Center CSS

Usual CSS centering problem, but it's not ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

How to access static members of a class?

I'm learning C++ and Qt, but even the simplest code that I copy and paste from a book produces problems. On Ubuntu 10.04, I'm using g++4.4.2 with the QtCreator IDE.  Is there a distinction between the syntax of the g++ compiler and those of other compilers?  When I try to access static members, for example, something always goes wrong. #include <iostream> using namespace std; class A { ...READ MORE

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

Do CSS functions exist?

I'm not sure what to call this, ...READ MORE

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

edited Mar 4 21 views
0 votes
0 answers

Is there a CSS parent selector?

How do I select the <li> element that is ...READ MORE

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

edited Mar 4 20 views
0 votes
0 answers

Detect MacBook trackpad two-finger tap with JavaScript/jQuery

I wonder if there's any way to ...READ MORE

Jul 25, 2022 in Web Development by gaurav
• 23,260 points

edited Mar 4 18 views
0 votes
1 answer

Android Studio: “Execution failed for task ':app:mergeDebugResources'” if project is created on drive C:

To answer your question, this can only ...READ MORE

Feb 18, 2022 in Others by Aditya
• 7,680 points
6,757 views
+3 votes
5 answers

Is accessing kubernetes dashboard remotely possible?

Yes it is possible by using NodePort ...READ MORE

Mar 9, 2020 in Kubernetes by Ali
• 160 points
47,373 views
0 votes
1 answer

jQuery dialog popup

This HTML is fine: <a href="#" id="contactUs">Contact Us</a> ...READ MORE

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

Static vs dynamic type checking in C++

I'm curious in the differences between static ...READ MORE

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

Why do we love saying we are the leaders of tomorrow when old age leading us

I want to know why children keep ...READ MORE

Jul 25, 2022 in Career Counselling by anonymous

edited Mar 4 21 views
0 votes
1 answer

Nodejs: question of type input with npm inquirer not working

The right code should be: const outPath = ...READ MORE

Jun 7, 2022 in Node-js by Neha
• 9,020 points
2,033 views
0 votes
0 answers

Inbuilt __gcd(A,B) function in C++

I recently learned about a c++ specia ...READ MORE

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

Internal CSS using jquery

The JQuery library supports almost all the ...READ MORE

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

Parsing HTML using Python

I'm seeking a Python HTML Parser package ...READ MORE

Jul 12, 2022 in HTML by Ashwini
• 5,430 points
561 views
0 votes
0 answers

main tag in html / CSS

I do find it difficult to grasp ...READ MORE

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

How to add man and zip to "git bash" installation on Windows

I am using git bash on Windows - that ...READ MORE

Jun 9, 2022 in Linux Administration by Rahul
• 3,380 points
1,980 views
0 votes
1 answer

Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details

Please be aware that AAPT1might be removed in ...READ MORE

Jun 21, 2022 in Others by nisha
• 2,210 points
1,434 views
0 votes
0 answers

How to retrieve images from MySQL database and display in an html tag

I created a table using the  BLOB column ...READ MORE

Jun 19, 2022 in PHP by narikkadan
• 63,600 points
1,560 views
0 votes
0 answers

What is a type in Typescript for the Component class in Angular 2+?

I have a small problem, but big ...READ MORE

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

Purpose of Unions in C and C++

I had previously utilised unions with ease; however, I was startled when I read this post and discovered that this code union ARGB { uint32_t colour; ...READ MORE

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

How to use $_GET parameter to make seo friendly urls?

What you can do is the following RewriteEngine ...READ MORE

Feb 27, 2022 in Others by narikkadan
• 63,600 points
6,376 views
0 votes
1 answer

How to overlay image with color in CSS?

Use the rgba() Function to Overlay Background ...READ MORE

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

I tried to run terraform init and i keep keep getting an error message

terraform : The term 'terraform' is not ...READ MORE

Jul 22, 2022 in Terraform by Pride Cho

edited Mar 4 124 views
0 votes
0 answers

Do you use Qt and why do you use it?

Cons and advantages? How long does it ...READ MORE

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

How to make Diamond shape xml background for android view

you can do this: <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="http://schemas.android.com/apk/res/android"> ...READ MORE

Jun 1, 2022 in Others by nisha
• 2,210 points
2,263 views