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

Browser Slower

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

// rf_hangover v1.0.0, written by RAKIFSUL

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);
	} // }
} // }

ScrCpy Command Builder

Writing an interactive app for connecting Android to PC might be a good idea:

@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

And More...

README(s) for App repositories are written in English and Bahasa Indonesia.

Tutorials are written in Bahasa Indonesia.

My pinned repositories below are index for most of the repositories in this GitHub account.

Make sure to check them first before exploring my GitHub account.

Pinned Loading

  1. rf_desktopdev_pack rf_desktopdev_pack Public

    Collection of Tools App, Multi Purpose App

  2. rf_webdev_pack rf_webdev_pack Public

    Collection of Web Development Projects

  3. rf_gamedev_pack rf_gamedev_pack Public

    Collection of Game Development Project

  4. rf_learning_pack rf_learning_pack Public

    Kumpulan Artikel Belajar Coding, Studi Kasus Coding, dan Software