Skip to content

Instantly share code, notes, and snippets.

View ahmadshobirin's full-sized avatar
😶‍🌫️

Ahmad Shobirin ahmadshobirin

😶‍🌫️
View GitHub Profile
@ahmadshobirin
ahmadshobirin / Laravel or Lumen Command Not Found Ubuntu 20
Last active August 5, 2020 08:42
Laravel or Lumen Command Not Found Ubuntu 20
#Make sure u have installed **Laravel or Lumen**
- composer global require laravel/installer
- composer global require "laravel/lumen-installer"
For zsh
echo 'export PATH="$PATH:$HOME/.config/composer/vendor/bin"' >> ~/.zshrc
source ~/.zshrc
@ahmadshobirin
ahmadshobirin / PUISI IT, Yusron dan Shobirin
Created August 13, 2020 03:51
PUISI IT, Yusron dan Shobirin
PUISI IT
Surya kembali terbit tanpa terbirit-birit
seperti biasa aku dan hariku kian hari kian rumit
Projek A membelit belum Project B dan C terasa sembelit
"nanti bantu inject data client ya?!" katanya; tapi datanya kurang komplit
dikasih arahan biar nggak dikira pelit
segala usaha dilakukan ibarat lari sambil jinjit
saya kerjakan setiap jam dan menit
@ahmadshobirin
ahmadshobirin / Github revert commit and updated to repo.md
Last active March 4, 2021 12:33
Github revert commit and updated to repo

Revert the full commit

Move to branch target ex: master

git checkout {branch}

Get commit id from the repo or git log and reseted

git reset --hard {commit_id}

int led1 = 0;
int led2 = 1;
int led3 = 2;
int led4 = 3;
int led5 = 4;
int led6 = 5;
int led7 = 6;
int led8 = 7;
void setup() {