Tuesday, February 28, 2017

Linux Commands

Tags
Commands: 1.cd(Change Directory): cd                              ......

Monday, February 27, 2017

Transmission Media and Tools

Tags
Transmission Media:  Transmission media is the mean through which we send......

Networking Devices

Tags
Networking Devices are components used to connect computers or other devices together......

Saturday, February 25, 2017

Pythagorean Triplets Java

Tags
A Pythagorean Triplet is a set of 3 values a, b and c such that the sum of squares......

Friday, February 24, 2017

Inclusion Exclusion Principle

Tags
Inclusion Exclusion Principle is Used to Calculate Cardinality of Union or Intersection......

Thursday, February 16, 2017

Telephone Database (Persistent Variables) Python

Tags
Following Code will help in maintaining a telephone database including following......

Wednesday, February 15, 2017

A Concordance Python

Tags
A concordance is an alphabetical listing of the words in a text String,along with......

Tuesday, February 14, 2017

Tabulating Club Dues Python

Tags
Following Code will tabulate the dues of Members of Club : Code:: def main():  ......

Word Frequency Python

Tags
Following code will give the frequency of occurrence of words in text: Code:: def......

Monday, February 13, 2017

Eliza Python

Tags
ELIZA is an early natural language processing computer program created......

Message Encryption and Decryption Python

Tags
Suppose you want to send a message to a friend,but you don't want other people......

Date Conversion from One Format To Another Python

Tags
Following Code will convert date entered in one format to another: Code:: def......

Palindrome Testing Recursively Python

Tags
Entered string is Palindrome or not can be tested using Recursion as Shown by Following......

Saturday, February 11, 2017

Case Conversion Python

Tags
Following Code Will Convert The Case of Entered String  i.e lower to UPPER......

Standard Deviation Calculator Python

Tags
The Standard Deviation is a measure of how spread out numbers are. Standard......

Friday, February 10, 2017

Anagram Checking

Tags
An Anagram is a word, phrase, or name formed by rearranging the letters of......

Thursday, February 9, 2017

Perfect Number Java

Tags
Perfect number, a positive integer that is equal to the sum of its......