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
HTTP basic authentication URL with “@” in password
We can do HTTP basic authentication URL with @ in password. We have to pass the credentials appended with the URL. The username and password must be added with the format − https://username:password@URL.Let us make an attempt to handle the below browser authentication.Once the User Name and Password are entered correctly and the OK button is clicked, we should be navigated to the actual page with the text Congratulations! You must have the proper credentials.Syntaxhttps://username:password@URL https://admin:admin@the-internet.herokuapp.com/basic_auth Here, the username and password value is admin. URL is www.the-internet.herokuapp.com/basic_auth Example import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; public class BrwAuthnPopup{ ...
Read MoreHandling Browser Authentication using Selenium
We can handle browser authentication with Selenium webdriver. We have to pass the credentials appended with the URL. The username and password must be added with the format: https://username:password@URL. Let us make an attempt to handle the below browser authentication.Once the User Name and Password are entered correctly and the OK button is clicked, we are navigated to the actual page with the text Congratulations! You must have the proper credentials.Syntaxhttps://username:password@URL https://admin:admin@the−internet.herokuapp.com/basic_authHere, the username and password value is admin.URL is www.the−internet.herokuapp.com/basic_authExampleimport org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; public class BrwAuthnPopup{ public static void main(String[] args) { ...
Read MoreHow To Install Apache Maven on Ubuntu
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. This article explains about how to install apache maven on Ubuntu.To install apache maven, it should require pre-installed java on Ubuntu. To verify java version, use the following command –$ java -versionThe sample output should be like this –openjdk version "1.8.0_111" OpenJDK Runtime Environment (build 1.8.0_111-8u111-b14-2ubuntu0.16.04.2-b14) OpenJDK 64-Bit Server VM (build 25.111-b14, mixed mode)If you wants to install java on Ubuntu, read this articleTo install ...
Read MoreTop Online Courses And Books To Become a Digital Marketing Specialist
The emergence of digital technologies has caused a huge change in the marketing industry. This has led to the emergence of a new category of marketing specialist known as the "digital marketing specialist, " who is in charge of developing, implementing, and managing online marketing campaigns that boost brand recognition, drive traffic, and produce income for firms. A particular skill set, including familiarity with digital marketing tactics, social media marketing, email marketing, SEO, PPC, and content marketing, is needed to become a digital marketing specialist. Although some of these abilities can be acquired through experience, formal education in the form ...
Read MoreHow to Check Which Apache Modules are Enabled/Loaded in Ubuntu 16.04
Apache is an open supply program on hand without cost. It runs on 67% of all web servers. It is speedy, risk-free, and comfortable. It may be extremely custom-made to satisfy the wants of many one-of-a-kind environments via utilizing extensions and modules.To install apache, use the following commands-$ sudo apt-get update $ sudo apt-get install apache2 apache2ctlapcahe2ctl is a front end to the Apache HyperText switch Protocol (HTTP) server. It is designed to aid an administrator to control the functioning of the Apache HTTP daemon. To get the more information about apache2 modules, use the following command – $ man ...
Read MoreNegative Numbers: Connection to Daily Life
Introduction Many people find math a difficult subject. You have to ask about the benefits of studying mathematics and the practical application of mathematics. Mathematics is ubiquitous, as is the relationship between the meaning of numbers and everyday life. Mathematics is all about numbers, and numbers can be categorized into different types of numbers, including Integers, real numbers, complex numbers, rational numbers, irrational numbers, and many others. Negative Numbers Neither the negative numbers are greater than nor are equal to zero. They are the numbers along with a minus sign or a hyphen (-). On the number line, negative numbers ...
Read MorePopulation and Sample
Introduction In statistical mathematics population can mean a set of observations or objects. Population, in statistics and quantitative methodology, can be defined as a collection of data satisfying specific conditions. A sample can be defined as a group of observations from a population. The sample size is always less than the size of the population. Non-probability sampling can further be divided into quota sampling, judgement sampling, and purposive sampling. Population and sample are used in market research widely in inferring behaviour of a population. Statistical analysis in financial decisions also implements population and sample. In this tutorial ...
Read MoreProperties of Definite Integrals
Introduction There are two methods of integration − Deterministic integration and Indefinite integration. Definitive integration is performed on boundaries or areas specified by boundaries. Since the curve is finite, the area under the curve is also said to be finite, but indefinite integrals are used for functions that have no upper or lower bound, but because the function is essentially infinite, the upper bound and the lower limit is indefinite. Functions + ∞ & -∞. Integrals In differential calculus we are concerned with the methods of finding the derivative (or differential) of a differentiable function. ...
Read MoreRational Numbers to Standard Form
Introduction When a rational number is expressed in its standard form, it signifies that its denominator is a positive integer and that its numerator has no common factors other than 1. Rational numbers are those that can be stated as $\mathrm{\frac{r}{s}}$, where r and s are integers and s is not equal to zero. Therefore, if $\mathrm{\frac{4}{8}}$ is a rational number, its the standard form will be $\mathrm{\frac{1}{2}}$ because we are no longer able to solve $\mathrm{\frac{1}{2}}$. When there is only one common factor between the denominator and the numerator, the result is a rational number. However, as the denominator ...
Read MoreRational Function & Rational Number
Introduction The canonical form of rational numbers can be defined, when there is no common element other than 1 between the dividend and the divisor, and therefore the divisor is positive. There is only one factor in common between divisors and dividend. Therefore, it can be said that rational numbers are $\mathrm{\frac{1}{3}}$ in the canonical form. Rational Numbers To determine if a number is a rational number, check the following conditions: This is expressed in the form of $\mathrm{\frac{p}{q}}$, where q ≠ 0. The ratio $\mathrm{\frac{p}{q}}$ has been further simplified and can be expressed in decimal ...
Read More