Miletone

Rp0 / Rp1.000.000

Monday, January 11, 2021

[JAVA] MAKE A FOLDER.

 import java.io.*;

/**

 *

 * @author ANDI

 */

public class InputFile {

    public static void main (String [] args){

        /*File f = new File("D:\\stream.doc");

        FileOutputStream out;

        PrintStream p;

        try {

            out = new FileOutputStream("D:\\stream.doc");

            p = new PrintStream(out);

            p.println("Ini String yang di tulis ke file");

            p.println("bla bla bla");

            p.close();

        } catch (Exception e) {

            System.err.println("Error Writting to file");

        }*/

       String dirname = "D:\\test";

      File d = new File(dirname);

      

      // Create directory now.

      d.mkdirs();

        System.out.println("Data yang anda input, selesai");

    }

}

[JAVA] MEMBUAT FOLDER.

 import java.io.*;

/**

 *

 * @author ANDI

 */

public class InputFile {

    public static void main (String [] args){

        /*File f = new File("D:\\stream.doc");

        FileOutputStream out;

        PrintStream p;

        try {

            out = new FileOutputStream("D:\\stream.doc");

            p = new PrintStream(out);

            p.println("Ini String yang di tulis ke file");

            p.println("bla bla bla");

            p.close();

        } catch (Exception e) {

            System.err.println("Error Writting to file");

        }*/

       String dirname = "D:\\test";

      File d = new File(dirname);

      

      // Create directory now.

      d.mkdirs();

        System.out.println("Data yang anda input, selesai");

    }

}

[JAVA] How to read data stream from the any file.

 import java.io.*;


/**

 *

 * @author ANDI

 */

public class JavaStream {


    /**

     * @param args the command line arguments

     */

    public static void main(String[] args) {

        // TODO code application logic here

        //baca stream dari text

        try {

            FileInputStream fstream = new FileInputStream("D:\\File Netbeans\\JavaStream\\src\\stream\\test.txt  ");

            DataInputStream dataInput = new DataInputStream(fstream);

            while(dataInput.available()!=0)

            {

                String data = dataInput.readLine();

                System.out.println(data);

            }

            dataInput.close();

        }

        catch (Exception e) {

            System.err.println("File Input Error");

            }

        }

        

    }

[JAVA] Membaca data dari suatu file/program dengan menggunakan stream.

 import java.io.*;


/**

 *

 * @author ANDI

 */

public class JavaReaderStream {


    /**

     * @param args the command line arguments

     */

    public static void main(String[] args) {

        // TODO code application logic here

        //baca stream dari text

        try {

            FileInputStream fstream = new FileInputStream("D:\\File Netbeans\\JavaStream\\src\\stream\\test.txt  ");

            DataInputStream dataInput = new DataInputStream(fstream);

            while(dataInput.available()!=0)

            {

                String data = dataInput.readLine();

                System.out.println(data);

            }

            dataInput.close();

        }

        catch (Exception e) {

            System.err.println("File Input Error");

            }

        }

        

    }

[JAVA] HOW TO RUN ANY APPLICATION PROGRAM.

 ACTION PERFORMED :

try {

            Runtime runTime = Runtime.getRuntime();

            

            String executablePath = "C:\\Users\\sdkca\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe"; //THIS CHANGE FROM YOUR APPLICATION LOCATION

            

            Process process = runTime.exec(executablePath);

        } catch (IOException e) {

            e.printStackTrace();

        }

[JAVA] CARA MENJALANKAN APLIKASI PROGRAM.

 ACTION PERFORMED :

try {

            Runtime runTime = Runtime.getRuntime();

            

            String executablePath = "C:\\Users\\sdkca\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe"; //GANTI DI LOKASI PADA FOLDER ANDA.

            

            Process process = runTime.exec(executablePath);

        } catch (IOException e) {

            e.printStackTrace();

        }

Sunday, January 10, 2021

CARA GB EXP AYO DANCE.

SYARAT dan CARA :
1. MEMAKAI CHEAT AUTO PERFECT/GREAT/COOL/BAD.
2. BUATLAH NAMA ROOM "AUTO PLAY"/"GB EXP"/AUTO C8",/"AUTO C9", ETC.     
3. JOIN ROOM PADA YANG TERTERA DI NOMOR 2 DENGAN CARA KLIK KANAN PADA ROOM, LALU KLIK MASUK TERUS²AN SAMPAI KAMU MSK ROOM, DAN TARA~ KAMU JOIN GB EXP.
4. PLAY DENGAN LAGU TERCEPAT WAKTUNYA.

TERIMA KASIH..