Hey yo, WhatsApp, Facebook, Instagram..
Netes banyune kendi
Mariyadi tak fotokopi, ihik ihik
Modele koyo asli
Bedone emprite mini
Hey yo, WhatsApp, Facebook, Instagram..
Netes banyune kendi
Mariyadi tak fotokopi, ihik ihik
Modele koyo asli
Bedone emprite mini
| @echo off | |
| set "arg1=Main" | |
| IF NOT [%1] == [] set "arg1=%1" | |
| @echo on | |
| %ANDROID_HOME%/emulator/emulator -avd %arg1% -no-snapshot |
| <?php | |
| /** | |
| * This artisan command detects current LAN IP Address | |
| * and runs `php artisan serve --host <YOUR_LOCAL_IP>` | |
| * | |
| * It will run on your local IP e.g. "192.168.0.69:8000" | |
| * instead of using traditional host of "127.0.0.1:8000" | |
| * so you can access it from your mobile device | |
| * | |
| * Run `php artisan local` |
| /** | |
| * Allow wild card values in a string type | |
| * | |
| * @example | |
| * type MyString = 'active' | 'inactive' | WildCardString; | |
| * const myString: MyString = 'active'; | |
| * const anotherString: MyString = 'anything-else'; // wild card value | |
| */ | |
| export type WildCardString = string & {}; |