Tuesday, February 28, 2017

Linux Commands

thumbnail
Commands: 1.cd(Change Directory): cd                               :for home directory cd name of directory :will move the control to t...
Monday, February 27, 2017

Transmission Media and Tools

thumbnail
Transmission Media:  Transmission media is the mean through which we send out data from one place to another.The first layer of connection ...

Networking Devices

thumbnail
Networking Devices are components used to connect computers or other devices together so that they can share files or resources like printe...
Saturday, February 25, 2017

Pythagorean Triplets Java

thumbnail
A Pythagorean Triplet is a set of 3 values a, b and c such that the sum of squares of a and b is equal to  square of c. (a*a) + (b*b)  = (...
Friday, February 24, 2017

Inclusion Exclusion Principle

thumbnail
Inclusion Exclusion Principle is Used to Calculate Cardinality of Union or Intersection of Sets For Example: n(a or b)=n(a)+n(b)-n(a...
Thursday, February 16, 2017

Telephone Database (Persistent Variables) Python

thumbnail
Following Code will help in maintaining a telephone database including following commands 1.whois phonenumber -tell the details of a part...
Wednesday, February 15, 2017

A Concordance Python

thumbnail
A concordance is an alphabetical listing of the words in a text String,along with the line numbers on which each word occurs. Code:: de...