Trending questions in Edureka Community

0 votes
0 answers

Insert multiple rows when range contains specific text

I am trying to have a macro ...READ MORE

Dec 24, 2022 in Others by Kithuzzz
• 38,000 points
689 views
0 votes
0 answers

How to host a stic website of S3 in the aws ECS?

The keycloak programme is operating on my ...READ MORE

Dec 22, 2022 in AWS by Tejashwini
• 3,820 points
1 flag 759 views
0 votes
0 answers

what is devops technology?

I'm not sure what distinguishes DevOps from ...READ MORE

Dec 20, 2022 in DevOps & Agile by Edureka
• 13,650 points
773 views
0 votes
1 answer

PHPExcel generated excel file not auto-calculating formula

By recalculating on the server side, it ...READ MORE

Nov 25, 2022 in Others by narikkadan
• 63,600 points
1,897 views
0 votes
1 answer

HTML and CSS: What do the <ul> and <li> tags stand for?

The term ul stands for unordered list. ...READ MORE

Aug 4, 2022 in CSS by Tanishqa
• 1,170 points
6,777 views
0 votes
1 answer

How to get the excel file name / path in VBA

Use FullName, for example: strFileFullName = ThisWorkbook.FullName ...READ MORE

Dec 23, 2022 in Others by narikkadan
• 63,600 points
691 views
0 votes
0 answers

which tool is often used by devops?

Which software development, testing, and deployment tool ...READ MORE

Dec 22, 2022 in DevOps & Agile by Edureka
• 13,650 points
582 views
0 votes
0 answers

Subtotal and Sum gives different result

I'm totally at a loss with this ...READ MORE

Jan 7, 2023 in Others by Kithuzzz
• 38,000 points

edited Mar 4 71 views
0 votes
0 answers

How to setup Sajda API With Python For Pdf Editing?

Recently, I am working with python pdf ...READ MORE

Jan 6, 2023 in Python by erzan
• 630 points

edited Mar 4 78 views
0 votes
0 answers

Convert python datetime to epoch with strftime

I have a time in UTC from ...READ MORE

Jan 6, 2023 in Python by erzan
• 630 points

edited Mar 4 77 views
0 votes
1 answer

How use File("/sdcard/myfile") without READ_EXTERNAL_STORAGE on android 11?

Why are u screeching for SD related ...READ MORE

Jun 16, 2023 in Others by Akashy mulchand Ani

edited Mar 5 1,300 views
0 votes
0 answers

Why do I get the syntax error "SyntaxError: invalid syntax" in a line with perfectly valid syntax?

I have this code: def Psat(self, T): ...READ MORE

Jan 6, 2023 in Python by erzan
• 630 points

edited Mar 4 73 views
0 votes
0 answers

What does the $ mean in Linux?

I have to explain what the code ...READ MORE

Dec 14, 2022 in Linux Administration by erzan
• 630 points
1,038 views
0 votes
1 answer

Division formula in excel

You may use this Array formula in ...READ MORE

Dec 27, 2022 in Others by narikkadan
• 63,600 points
502 views
0 votes
1 answer

Excel data validation list

We can use nested if - if ...READ MORE

Dec 16, 2022 in Others by narikkadan
• 63,600 points
972 views
0 votes
0 answers

How can I find the prime factors of an integer in JavaScript?

Using a for loop in javascript, I was attempting to determine the prime factors of a number, denoted as 'integer' below.  I can't seem to get it to work, and I'm not sure if it's because of my JavaScript or my calculating logic. //integer is the value for which we ...READ MORE

Dec 12, 2022 in Java by Nicholas
• 7,760 points
1,151 views
0 votes
0 answers

How can I represent an 'Enum' in Python?

I'm mainly a C# developer, but I'm ...READ MORE

Jan 6, 2023 in Python by erzan
• 630 points

edited Mar 4 68 views
0 votes
1 answer

Hiding the formula bar in Excel for a specific file

No, you cannot. Unfortunately, altering the CustomUI file ...READ MORE

Dec 17, 2022 in Others by narikkadan
• 63,600 points
926 views
0 votes
1 answer

Using excel I need to open PPT and create ".gif" image of a ."pdf" and save it

It appears happier if you get a ...READ MORE

Dec 24, 2022 in Others by narikkadan
• 63,600 points
618 views
0 votes
0 answers

How to get all repos in Azure DevOps?

I'm working on several Azure DevOps initiatives. ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Edureka
• 13,650 points
1,106 views
0 votes
1 answer

Convert text date/time to a real date time in excel

For a date conversion: =DATEVALUE(TEXT(A1,"MM/DD/YYYY")) For a time conversion: =TIMEVALUE(TEXT(A1,"HH:MM:SS")) For ...READ MORE

Dec 19, 2022 in Others by narikkadan
• 63,600 points
793 views
0 votes
0 answers

How to extract information about remote linux servers using ansible?

It is important to gather data from ...READ MORE

Dec 15, 2022 in Ansible by Edureka
• 12,700 points
1,045 views
0 votes
1 answer

Drawing an excellent cow

If you are on Linux and have cowsay installed ...READ MORE

Dec 25, 2022 in Others by narikkadan
• 63,600 points
522 views
0 votes
1 answer

How can I only detect click event on pseudo-element?

There is a solution. Have you considered ...READ MORE

Dec 15, 2021 in Java-Script by Wave

edited Mar 5 26,081 views
0 votes
0 answers

Developing a Predictive models in Python

Hi all I have 15 inputs in the ...READ MORE

Jan 6, 2023 in Python by Lijesh

edited Mar 4 76 views
0 votes
1 answer

How to use relative names in Excel VBA

It appears you are looking for Range.Offset() http://msdn.microsoft.com/en-us/library/office/ff840060%28v=office.15%29.aspx However, you ...READ MORE

Dec 24, 2022 in Others by narikkadan
• 63,600 points
593 views
0 votes
1 answer

Excel VBA advanced filter to exclude data

Try this: Sub advanced_filter() Dim ...READ MORE

Dec 10, 2022 in Others by narikkadan
• 63,600 points
1,436 views
0 votes
0 answers

SQL Server Cannot perform an aggregate function on an expression containing an aggregate or a subquery

Error: Cannot perform an aggregate function on an ...READ MORE

Aug 18, 2022 in Database by Kithuzzz
• 38,000 points
1,554 views
0 votes
1 answer

Get a field value from a SObject List (Apex)

The field API Name is represented by ...READ MORE

Mar 29, 2022 in SalesForce by CoolCoder
• 4,420 points
12,247 views
0 votes
0 answers

How to create ami in aws

Hi. I was creating an instance in ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 81 views
0 votes
1 answer

How to return a result from a VBA function

You must associate the value with the ...READ MORE

Nov 4, 2022 in Others by narikkadan
• 63,600 points
2,746 views
0 votes
0 answers

What is aws services

Hi there. I am thinking of starting ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 80 views
0 votes
0 answers

What is cloudformation in aws

Hi guys. How is the AWS cloudformation ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 76 views
0 votes
0 answers

How to create instance in aws

Hi guys. I want to login to ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 74 views
0 votes
0 answers

How many buckets can you create in aws by default

Is there a limit to how many ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 75 views
0 votes
0 answers

How to deploy spring boot application in aws

So I have this spring boot application ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 72 views
0 votes
0 answers

What does %s mean in a Python format string?

What does %s mean in Python? And what does ...READ MORE

Jan 5, 2023 in Python by erzan
• 630 points

edited Mar 4 65 views
0 votes
0 answers

How do I create multiline comments in Python?

How do I make multi-line comments? Most ...READ MORE

Jan 5, 2023 in Python by erzan
• 630 points

edited Mar 4 61 views
0 votes
0 answers

How do I sort a dictionary by key?

How do I sort a dictionary by ...READ MORE

Jan 5, 2023 in Python by erzan
• 630 points

edited Mar 4 60 views
0 votes
1 answer

Excel Power Query import (same file but with different month name)

Use the name manager function in Excel ...READ MORE

Dec 13, 2022 in Others by narikkadan
• 63,600 points
1,046 views
0 votes
0 answers

What is devops?

Describe DevOps. I don't understand it,&nb ...READ MORE

Dec 21, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
721 views
0 votes
0 answers

How to change instance type in aws

So I created this EC2 t2.micro instance. ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 62 views
0 votes
0 answers

Android program that Streams MIC directly to Speaker of Phone

I'm developing an Android app that streams ...READ MORE

Dec 10, 2022 in Android by sarit
• 1,830 points
1,181 views
0 votes
1 answer

How to connect ms excel-2007 with mysql.

Try this: Function runQuery() Dim cn As Object Dim rs ...READ MORE

Dec 23, 2022 in Others by narikkadan
• 63,600 points
608 views
0 votes
0 answers

How does collections.defaultdict work?

I've read the examples in python docs, ...READ MORE

Jan 4, 2023 in Python by erzan
• 630 points

edited Mar 4 92 views
0 votes
0 answers

How to configure aws cli

I wanted to configure my aws cli. ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 57 views
0 votes
0 answers

What is cidr in aws

Hi guys. I wanted to know what ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 58 views
0 votes
0 answers

Why use aws? Reasons to choose aws

I wanted to know why use AWS ...READ MORE

Jan 5, 2023 in AWS by Roshan
• 300 points

edited Mar 4 55 views
0 votes
0 answers

xxd usage (change magic byte to JPEG)

I create a simple test file like ...READ MORE

Dec 14, 2022 in Linux Administration by erzan
• 630 points
966 views
0 votes
1 answer

Cannot detect strikeout data from excel using apache poi

You must first obtain the RichTextString, then ...READ MORE

Dec 10, 2022 in Others by narikkadan
• 63,600 points
1,173 views