Ads block

Banner 728x90px

Leap Year check in python programming


#Alamgir Hossain, CSE, JUST #Leap year check in python programming----------- year = input ( "Enter the year : " ) if year% 400 == 0 : print &…
Read more »

Palindrome number check in python programming


#Alamgir Hossain, CSE, JUST #Palindrome number check in python---------- num = input ( "Enter the number : " ) n = num sum = 0 #Declare sum = 0…
Read more »

User input and if-else condition in python


##Alamgir, CSE, JUST #If-else-ifelse condition check in python----------- f = input ( "Enter the first value : " ) s = input ( "Enter the sec…
Read more »

All instructions for connection & insert data in mysql from java JSP and Servlet using tomcat server


From this tutorial you can learn about... All instructions for connection & insert data in mysql from java JSP and Servlet using tomcat server... At…
Read more »

Python code for Implement the Domain name system( DNS) using wireshark.


from  mininet. cli   import  CLI from  mininet. log   import  setLogLevel from  mininet. net   import  Mininet from  mininet. topo   import  Topo   def …
Read more »

Implement the Domain name system or DNS system using wireshark.


Implement the Domain name system or DNS system using wireshark.
Name of the Experiment : Implement the Domain name system( DNS) using wireshar k. Introduction: The Domain Name System (DNS ) is a hierarchical …
Read more »