Hello there, I just want you to know that AyaPingPing JS v3 has an initial public release on my github. You may check it out! Follow this link -> https://github.com/dalikewara/ayapingping-js
Category: Programming
Fixing External Disk Read-Only After Not Ejected Properly in MacOS
Di MacOS, hardisk external saya pada saat dia tidak ke eject secara benar pasti akan menjadi read-only ketika saya koneksikan lagi. Bahkan kadang malah ga ke detect (unmounted).
vcmrefunc: This is How To Repeat a Process Correctly
This module helps you to repeat a process again after it completely executed. You can specify a condition to stop the repetition immediately by giving a command `repeat(false)` inside the `repeat_function`. Also, there is an option to pass a callback that will be executed after the repetition is finished.
What Happend to My First PHP Framework?
It has been long time since I published my first PHP framework `Janggelan` on GitHub. The framework was built from scratch with a core system structure inspired by Laravel and designed based on MVC concept. The goal is basicly have the framework easy to use without reducing its performance.
pangsitpy: My Starter Pack Framework in Deep Learning
Pangsit(py) is my starter pack framework represented in Python to deal with learning computing such as Machine/Deep Learning, Data Science, etc.