Skip to main content

My First Game Application.........

Comments

Popular posts from this blog

Particle Js Example

Particle Js Example  it is state foreword example we just need to changes in .html , .css And Very Importantly .Json File 1.html file(Index.html file) : <!DOCTYPE html> <html lang="en"> <head>   <meta charset="UTF-8">   <meta name="viewport" content="width=device-width, initial-scale=1.0">   <meta http-equiv="X-UA-Compatible" content="ie=edge">   <title>Particles Login</title>   <link rel="stylesheet" href="style.css"> </head> <body>   <div id="particles-js">      </div>   <script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>   <script>     particlesJS.load('particles-js', 'particles.json', function(){       console.log('particles.json loaded...');     });   </script> </body> </html>  2...
Code for Magic packet: import android.util.Log ; import java.io.IOException ; import java.net.InetAddress ; import java.net.UnknownHostException ; import java.net.DatagramSocket ; import java.net.DatagramPacket ; import java.net.SocketException ; import java.lang.IllegalArgumentException ; import java.lang.StringBuffer ; import java.util.regex.Pattern ; import java.util.regex.Matcher ; /** * @desc Static WOL magic packet class ...