Skip to content

Instantly share code, notes, and snippets.

View afryanda's full-sized avatar
🍃
Pengen Punya Rumah

Deri Afrianda afryanda

🍃
Pengen Punya Rumah
  • 07:19 (UTC +07:00)
View GitHub Profile
@afryanda
afryanda / react-native-arch.md
Created September 6, 2025 17:57 — forked from joaquinicolas/react-native-arch.md
Setup react native development environment on archlinux.

Install jdk 8

sudo pacman -S jdk8-openjd

Set jdk-8 as default

sudo archlinux-java set java-8-openjdk
@afryanda
afryanda / README.md
Created August 14, 2022 10:35 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

@afryanda
afryanda / tmux-cheatsheet.markdown
Created March 26, 2022 17:02 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname