Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles on Trending Technologies
Technical articles with clear explanations and examples
How to Play a Video from a Particular Time in video.js Player?
In this tutorial, we’re going to learn how to play a video from a particular time in video.js Player. Video.js is a well-known and widely used open-source HTML5 video player. It enables you to develop a video player for a broad range of video formats, including traditional video formats like mp4, WebM, Flv, and others, as well as current video-playing formats such as YouTube, Vimeo, and Twitch. So, for the purpose of this tutorial, we’re going to play a video from a particular time in the video.js player. Starting or playing a video from a specific time has a ...
Read MoreJava Program for range LCM queries
Ranging a query is a common database current interest operation present in data structure to restore all the records where the output value lies between an upper and lower boundary. This process works with some input data, to structure them in an efficient manner on any subset of a particular input. The range function, denoted as range(), is used to iterate a for loop over a series. We need to declare the start as 0 at the beginning of a process. If somehow we miss this step, the process will run and iterate the loop until the end (-1). A ...
Read MoreC++ Program for range LCM queries
Ranging a query is a common database current interest operation present in data structure to restore all the records where the output value lies between an upper and lower boundary. This process works with some input data, to structure them in an efficient manner on any subset of a particular input. The range function, denoted as range(), is used to iterate a for loop over a series. We need to declare the start as 0 at the beginning of a process. If somehow we miss this step, the process will run and iterate the loop until the end (-1). A ...
Read MoreC++ Program to Count Inversions of size three in a given array
Inversion count is a step counting method by which we can calculate the number of sorting steps taken by a particular array. It is also capable to count the operation time span for an array. But, if we want to sort an array in a reverse manner, the count will be maximum number present in that array. Array: { 5, 4, 3, 2, 1} // for the reverse manner Pairs: {5, 4}, {5, 3} , {3, 2}, {3, 1}, {2, 1}, {4, 3}, {4, 2}, {4, 1}, }, {5, 2}, {5, 1} Output: 10 Array: {1, 2, 3, 4, ...
Read MoreJava Program to show the Nesting of Methods
Nesting of methods is a hybrid function calling method in Java, which can call another method in the same class. There are two types of nested classes are available in a Java environment. Non-static nested class (also known as , the inner class) Static nested class A non-static nested class (or, inner class) is a defined class within a particular class. It also contains some outer classes with some access authorities. In this method, we can use "." operator to create the instance of the inner class by using an outer class. On the other hand; a static ...
Read MoreWhich UPSC Optional Subject has the Highest Success Rate
Introduction It's a question that a lot of people ask, and that too for good reason. Your choice of optional subjects can have a significant impact on your success in the UPSC exams. So, which optional subject should you choose? There is no simple answer to this question. Success rates vary from year to year and depend on a number of factors, including the quality of the coaching you receive, how hard you work, and of course, luck. That being said, there are some optional subjects that have a reputation for being more successful than others. In this article, ...
Read MoreWhich Optional Subject Has the Shortest Syllabus?
Introduction UPSC candidates believe that an easy optional subject is one that has fewer study topics. That is, the optional subject which is small is also easy. How true this thing is, we will tell you about it in today's article. Apart from this, if you also want to know which the smallest optional subject of UPSC is, then stay with us till the end of today’s article, because in today's tutorial, we are going to provide you with all the important information regarding it. So let's start Which Optional Subject Has the Shortest Syllabus? Somehow, it’s difficult to provide ...
Read MoreSwift Program to Implement Binary Search Algorithm
In swift, Binary search algorithm is used to search element from the sorted array. It repeatedly divides the search interval into half and then search the specified element. In the binary search algorithm, the input array must be in sorted order to reduce the time complexity. Algorithm Step 1 − Create a function to implement a binary search algorithm. Step 2 − Inside the function, first we find the lower bound and upper bound range of the given array. Step 3 − Run a while loop till LBound
Read MoreWhich Is the Toughest Optional in UPSC and How to Crack It?
Introduction UPSC is considered to be the most difficult exam in itself, and one of the reasons for this is that its Optional Subjects are quite difficult. That is why it is very difficult for the candidates to find a completely suitable Optional Subject. In this context, candidates also ask which is the most difficult optional subject of UPSC, and how to crack it. If you want to know this, then stay with us till the end of today's article, because in today's article, we will provide you with all the information regarding this. Apart from this, some such ...
Read MoreWhich Is the Easiest Optional?
Introduction The candidate preparing for UPSC is well aware of the fact that an optional subject under UPSC is an important component for any UPSC aspirant to clear the mains exam. That is why choosing an easy optional subject helps any UPSC aspirant to clear the UPSC exam successfully. That's why many candidates want to know which is the easiest optional subject of UPSC. If you also want to know this, then in today's tutorial we will inform you of all the important information regarding this. So let's start What Are the Easiest Optional Subjects for The UPSC Civil Services ...
Read More