Skip to main content

How To Hack NASA by HTML in steps

<html>
<head><title>How to hack NASA by HTML</title></head>

<body>
<div id="IP address">   
123.456.67678.5665:764y34 </div>




<span id="Hacked">
Get the F*** out of here 
and study for 2nd CIE </span>




</body>



</html>

Comments

Popular posts from this blog

import  csv with   open ( '/content/drive/MyDrive/ML lab programs/Lab 1 Find-S algorithm/weather.csv' )  as  f:   reader = csv.reader(f)   data = list(reader)  print ( 'Training data' ) for  row  in  data:    print (row) attr_len= len (data[ 0 ]) -1 h = [ '0' ]*attr_len       print ( 'The Hypothesis are' ) for  row  in  data:    if  row[ -1 ] ==  'Yes' :     j =  0      for  col  in  row:         if  col !=  'Yes' :           if  col != h[j]  and  h[j] ==  '0' :           h[j] = col         ...

Key to success: The Pareto principle

Today everyone reads and study many successful storeys and might have wondered how did they reach to that level ? And what made them different from the common people? Here is one of the best known key they used to open the lock called Success. THE PARETO PRINCIPLE As this sounds different to you but is one of the well known and accepted principle. This principle was introduced by the Italian Economist known as VILFERDO PARETO According to this principle 80% of any  work depends on 20% of things that actually matter It is also known as 80/20 principle What does it mean? It clearly states that if you want successful results in any work make sure you focus on just 20% of important things that actually matters and you will get 80% of assured result. How did he construct this principle?  Have you ever thought how a new principle is brought up? Its just simple ,by careful observation. Same thing happened with Mr Pareto. At his time in It...