Posts
Rahul Chandna
Cancel

Watch Explanation on YouTube How to create deadlock using static final variables in java Link URL : https://youtu.be/p0HNCppq80A Code If you run the below code, public static void main method, ...

Continuation of Part 3. Central Tendency Given a Histogram, how would you choose a number/numbers that accurately represents the typical salary The value at which the...

Continuation of Part 2. Frequency If we have data like : [China, China, India, India], then frequency of this data is [China : 2, India: 2]. Relative Frequency Or Proportion Using data [China, ...

Continuation of Part 1. Why are random sample better than convenience samples Random samples are less likely to be biased. Random samples are more likely to be representative of...

This page covers the basic concepts of statistics that are good to know. Source Udacity : Intro to Descriptive Statistics Population All the factories that participated in a quality test is kno...

All imports import com.microsoft.sqlserver.jdbc.SQLServerDriver; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintStream; import java.sql....

All imports import org.apache.xmlbeans.impl.util.Base64; import org.ietf.jgss.*; import javax.security.auth.Subject; import javax.security.auth.login.LoginContext; import javax.security.auth.l...

Comodo Antivirus Get the dpkg file from Linux Download Page link The above link will download cav-linux_x64.deb Open console to install $ cd Downloads $ dpkg -i cav-linux_x64.deb ...

After installing Debian 10 using the netinst.iso, I wanted to connect to my wifi. Inorder to do that I used the nmtui. First install network-manager $ sudo apt install network-manager ...

Got to folder where nemo stores all right click actions $ /home/$USER/.local/share/nemo/actions Now create a new action file $ touch open_in_sakura.nemo_action Now using your fav...