This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Modules\Vdb\Components\Vdb; | |
use Core\Exceptions\BadRequestHttpException; | |
use Illuminate\Support\Facades\Config; | |
use Illuminate\Support\Facades\DB; | |
class BaseSchemaFetcher implements ISchemaFetcher | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package utils | |
import ( | |
"regexp" | |
"strings" | |
"github.com/go-playground/validator/v10" | |
) | |
// Convert field names from CamelCase to snake_case |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import json | |
url = "https://adminbedcs.demoweb.fun/api/admin/" | |
payload = json.dumps({ | |
"email": "[email protected]", | |
"password": "password", | |
"adminUsername": "adminsri", | |
"firstName": "admin", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{url}}/report/upline_transaction/data?upline_id=124&limit=1&pageNo=2 | |
{{url}}/report/upline_transaction/data_detail?upline_id=124&month=1&year=2025&pageNo=1&limit=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.wenkesj.voice; | |
import android.Manifest; | |
import android.content.ComponentName; | |
import android.content.Intent; | |
import android.content.pm.PackageManager; | |
import android.content.pm.ResolveInfo; | |
import android.os.Bundle; | |
import android.os.Handler; | |
import android.speech.RecognitionListener; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// controllers/api/ToolController.php | |
namespace app\controllers\api; | |
/** | |
* This is the class for REST controller "ELogController". | |
*/ | |
use app\components\Maximo; | |
use app\models\CbmVibrasiImage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 Macam Metode Agile | |
Pengembangan dalam perangkat lunak ada beberapa macam. Berikut adalah 8 macam metode agile yang sering digunakan, yaitu: | |
Scrum Methodology Penggunaan scrum methodology pada umumnya untuk projek sangat besar yang terkenal dengan istilah sprint. Sprint adalah jangka waktu dalam pengerjaan software untuk penyelesaian satu increment. Scrum dapat berjalan dengan baik jika terdiri dari beberapa tim yaitu product owner agar list produk tersusun dengan baik. Terdapat pula scrum master bertugas memastikan seluruh tim memahami proses dan development team untuk menjalankan tugas seperti IT, programmer dan yang lainnya. | |
Scaled Agile Framework (SAFe) Metode Scaled Agile Framework atau SAFe biasanya untuk perusahaan besar dengan jumlah tim yang banyak. Dalam menjalankan kinerja antar divisi saling kerjasama dan mengadakan meeting rutin untuk hasil terbaik. | |
Lean Software Development (LSD) | |
Lean Software Development atau LSD adalah metode agile paling pas bagi yang ingin mengembangkan software hemat da |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.9" | |
services: | |
# Database instance | |
mssql: | |
image: mcr.microsoft.com/azure-sql-edge:latest | |
volumes: | |
- events_mssql:/var/opt/mssql | |
ports: | |
- 1433:1433 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- custom dialog di Hapus kasir | |
- Button sama kotak2nya disesuain panjang sama lebarnya sama app lama | |
- Dibagian detail pesanan ketika menambahkan Produk dan back dan tambahin produk sama (list jd double) | |
- Change email di hide aja | |
- Pas kasir add transaction , tidak muncur report transaction di Owner | |
- Forget Password diperbaikin | |
- Password di manage cashier di samain aja sama di login |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_NAME=AndaMantau | |
APP_ENV=local | |
APP_KEY=base64:BhqSbjQotV5Fk6n5E5bum2FltT2FkwK8eWyOqWsrPhE= | |
APP_DEBUG=true | |
APP_URL=http://localhost/ | |
LOG_CHANNEL=stack | |
LOG_DEPRECATIONS_CHANNEL=null | |
LOG_LEVEL=debug |
NewerOlder