Skip to content
View rakifsul's full-sized avatar

Block or report rakifsul

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rakifsul/README.md

Hi... I'm RAKIFSUL!

Static Badge

I wrote a simple JavaScript program to make my browser a little bit slower.

// rf_hangover v1.0.0

const a = "a"; // const a = "a";

while(true) { // while(true) {
	try { // try {
		console.log(a); // console.log(a); 
	} catch (err) { // } catch (err) {
		console.log(err); // console.log(err);
	} finally { // } finally {
		console.log(a); // console.log(a);
	} // }
} // }

And this is how i connect my Android device to my PC with scrcpy:

@echo off

echo ScrCpy Command Builder v1.0.0, written by RAKIFSUL

echo[

echo Langkah 0: Prasyarat
echo Pastikan Anda sudah menginstall scrcpy dari sumber resminya dan menambahkannya ke PATH.

echo[

echo Langkah 1: Pairing
echo Sekarang anda akan memasangkan pc anda dengan android.
echo Pastikan anda telah meng-enable usb debugging dan wireless debugging.
echo Semua itu ada di developer options jika anda telah mengaktifkannya.

echo[

echo Dari "Developer Options, masuklah ke bagian "Wireless Debugging".
echo Silakan tap "Pair device with pairing code"
echo Berapakah IP address yang tampil di "IP address & port" ?

set /p "ip=Masukkan IP address: "
set /p "port=Masukkan Port: "

echo[

echo Terima kasih, sekarang, saya akan jalankan perintah ini: "adb pair %ip%:%port%".
echo Nanti anda akan diminta memasukkan pairing code yang ditampilkan.

adb pair %ip%:%port%

echo[

echo Langkah 2: Connecting
echo Jika pairing berhasil, maka lanjutkan.
echo Sekarang lihat bagian "IP address & port" yang ada di bawah "Device name".
echo Perhatikan bahwa port yang saya minta bukan yang untuk pairing tadi.

set /p "ip1=Masukkan IP address: "
set /p "port1=Masukkan Port: "

echo Terima kasih, sekarang, saya akan jalankan perintah ini: "adb connect %ip1%:%port1%".

adb connect %ip1%:%port1%

echo[

echo Selamat, jika koneksi berhasil, saya akan menjalankan scrcpy dengan parameter default saya.

scrcpy --video-bit-rate=8M --max-size=1090 --max-fps=60 -e

Check my pinned repositories for all apps i have made.

Pinned Loading

  1. rf_tools_pack rf_tools_pack Public

    Collection of Tools App, Multi Purpose App

  2. rf_gamedev_pack rf_gamedev_pack Public

    Collection of Game Development Project

  3. rf_learning_pack rf_learning_pack Public

    Kumpulan Artikel Belajar Coding, Studi Kasus Coding, dan Software