Trending questions in Edureka Community

0 votes
1 answer

Is it possible to run .APK/Android apps on iPad/iPhone devices?

It is not possible to run Android ...READ MORE

Sep 20, 2022 in IOS by Aditya
• 7,680 points
4,482 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,680 points
700 views
0 votes
1 answer

Flutter local notification doesn't work for iOS

I added This line in the "AppDelegate.swift" ...READ MORE

Sep 21, 2022 in Others by rajatha
• 7,680 points
4,431 views
0 votes
0 answers

How to get the current London time and date using javascript

Using the code below, I attempted to& ...READ MORE

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

how to learn devops step by step?

How to start DevOps? Can someone guide ...READ MORE

Dec 21, 2022 in DevOps & Agile by Edureka
• 12,690 points
533 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,620 points
554 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,680 points
1,213 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,680 points
548 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,680 points
1,621 views
0 votes
0 answers

Print without space in python 3

I'm new to Python, and I'm wondering ...READ MORE

Dec 22, 2022 in Python by erzan
• 630 points
483 views
0 votes
1 answer

Reading multiple Excel files and merge them sheet-wise

This will analyse each Excel and combine ...READ MORE

Dec 15, 2022 in Others by narikkadan
• 63,680 points
748 views
0 votes
0 answers

scroll up and down a div on button click using jquery

I am trying to add a feature ...READ MORE

Jun 29, 2022 in Web Development by gaurav
• 23,260 points
8,071 views
0 votes
0 answers

How to download the content of a directory in Azure Storage using az storage fs directory?

I'm currently using az storage blob d ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
542 views
0 votes
1 answer

Excel Consolidate Data not working - Data does not merge

This is so that letters cannot be ...READ MORE

Nov 17, 2022 in Others by narikkadan
• 63,680 points
1,913 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
508 views
0 votes
0 answers

Error: Could not initialize class com.android.sdklib.repository.AndroidSdkHandler

I've prepared the Windows environment for react ...READ MORE

Sep 21, 2022 in Android by Edureka
• 13,620 points
4,417 views
0 votes
0 answers

Python Key Error=0 - Can't find Dict error in code

basically I have been racking my brains ...READ MORE

Dec 22, 2022 in Python by erzan
• 630 points
463 views
0 votes
1 answer

Why YouTube Player API does not work on Android 11?

The Android 11 package visibility limitations prevent ...READ MORE

Nov 15, 2022 in Android by Edureka
• 13,620 points
2,019 views
0 votes
0 answers

What should I do with "Unexpected indent" in Python?

How do I rectify the error "unexpected ...READ MORE

Dec 22, 2022 in Python by erzan
• 630 points
456 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,680 points
682 views
0 votes
0 answers

which devops tool is in demand?

Which of the followings are the popular ...READ MORE

Dec 22, 2022 in DevOps Tools by Edureka
• 13,620 points
437 views
0 votes
1 answer

Non-exact Vlookup with multiple search criteria - Microsoft Excel

Use the array function: =INDEX(A$2:A$100,MATCH(9^99,SEARCH(B2,A$2:A$100)*SEARCH(C2,A$2:A$100))) This will work with Ctrl+Shift+Enter but not ...READ MORE

Dec 23, 2022 in Others by narikkadan
• 63,680 points
377 views
0 votes
0 answers

How to download the content of a directory in Azure Storage using az storage fs directory?

Currently, I'm using az storage blob  ...READ MORE

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

asSql() method is removed from ClientPreparedStatement (mysql-connector-java and mysql-connector-j)

ClientPreparedStatement had a public method in the ...READ MORE

Dec 20, 2022 in AWS by Tejashwini
• 3,820 points
516 views
0 votes
0 answers

How to learn DevOps at home?

Hi, I just started learning learning DevOps, ...READ MORE

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

Generate pdf from HTML in div using Javascript

I have the following HTML code: <!DOCTYPE html> <html> ...READ MORE

Dec 9, 2022 in Java by Nicholas
• 7,760 points
986 views
0 votes
0 answers

What is DevSecOps?

Is devsecops about security? READ MORE

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

python: SyntaxError: EOL while scanning string literal

I have the above-mentioned error in s1="some ...READ MORE

Dec 22, 2022 in Python by erzan
• 630 points
427 views
0 votes
1 answer

How to get the user's country calling code in iOS?

Import Statement : #import<CoreTelephony/CTCarrier.h> #import <CoreTelephony/CTTelephonyNetworkInfo.h> you can get country ...READ MORE

Dec 15, 2022 in Mobile Development by gaurav
• 23,260 points
1,174 views
0 votes
1 answer

Python Excel Writer (xlswriter) Insert Image from URL

Use this: url = "..../picture.jpg" data = urllib.request.urlopen(url).read() file = ...READ MORE

Nov 17, 2022 in Others by narikkadan
• 63,680 points
1,863 views
0 votes
1 answer

How to set my Activity as main activity in android?

The "intent-filter" in "AndroidManifest.xml" allows you to ...READ MORE

Nov 8, 2022 in Android by Edureka
• 13,620 points
2,288 views
0 votes
1 answer

Suggestions of excellent examples of real C/C++ code

I'd like to particularly bring up memcached.  ...READ MORE

Dec 17, 2022 in C++ by narikkadan
• 63,680 points
601 views
0 votes
0 answers

Can I install the "app store" in an IOS simulator?

The IOS simulator in my computer doesn't ...READ MORE

Nov 23, 2022 in Mobile Development by gaurav
• 23,260 points
1,649 views
0 votes
1 answer

How to Convert Excel Cell Values Into Individual PNG Files?

This will: create a chart add an image to ...READ MORE

Dec 19, 2022 in Others by narikkadan
• 63,680 points
470 views
0 votes
1 answer

Convert PDF to XLS

To ensure that data import makes sense, ...READ MORE

Dec 15, 2022 in Others by narikkadan
• 63,680 points
679 views
0 votes
0 answers

How to use "alter system.." sql statement in AWS RDS oracle?

Oracle's data buffer cache was deleted using ...READ MORE

Dec 14, 2022 in AWS by Roshan
• 300 points
736 views
0 votes
1 answer

How to clear https proxy setting of NPM?

Hello @kartik, By running npm config rm proxy you remove ...READ MORE

Jul 14, 2020 in Node-js by Niroj
• 82,880 points
38,835 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,620 points
392 views
0 votes
1 answer

How to print SQL statement in codeigniter model

To display the query string: print_r($this->db->last_query()); ...READ MORE

Sep 17, 2022 in Database by narikkadan
• 63,680 points
4,539 views
0 votes
1 answer

PHPExcel freeze row and columns

You must be attempting to Freeze both ...READ MORE

Nov 17, 2022 in Others by narikkadan
• 63,680 points
1,843 views
0 votes
0 answers

Is it possible to create Pivot Chart with source data as Pivot Table using Apache POI?

Using apache POI separately, I can make ...READ MORE

Dec 15, 2022 in Others by Kithuzzz
• 38,020 points
710 views
0 votes
0 answers

Git keeps obsolete files

I've been having problems with git on Windows for a few days now: git version 2.36.2.windows.1 In conjunction with Microsoft Azure DevOps Server 2019. When I pull or merge, it occasionally keeps the obsolete/older file.  It looks like git is not only checking the hash, but also somehow the timestamp and it got messed up.  I now have a clean working tree, but the remote file differs from my local copy of the same commit hash. How does it happen? Example: git fetch origin git checkout test git ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
458 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
886 views
0 votes
0 answers

can we deploy ".msi" package through azure CICD in On-premises VM?

We are able to build the application& ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
452 views
+1 vote
0 answers

AWS Codepipeline not serving React from a PHP+React Git repository

I was setting up a Codepipeline for ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
712 views
0 votes
1 answer

jQuery - Round to 2 decimal places and calculate with that number

To format a number using fixed-point notation, ...READ MORE

Aug 1, 2022 in Web Development by rajatha
• 7,680 points
6,495 views
0 votes
0 answers

Does the failed() condition take arguments? i.e. can I set the condition to trigger only if failing 3 times

I want to run my PublishBuildArtifacts@1 task with the condition set to failed ().  However, I'd like to configure it so that it only publishes the artefact after three failed tests. - task: PublishBuildArtifacts@1 ...READ MORE

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

what is devops methodology?

How does DevOps methodology work? READ MORE

Dec 21, 2022 in DevOps & Agile by Edureka
• 12,690 points
400 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,690 points
678 views
0 votes
1 answer

Using C# to find drawn arrows in Excel

There are 28 different varieties of arrow ...READ MORE

Dec 15, 2022 in Others by narikkadan
• 63,680 points
635 views