This file contains hidden or 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
| VibeCoded AI-Slop License v1.0 | |
| Copyright (c) [YEAR] [AUTHOR] | |
| This software, source code, documentation, configuration, generated artifacts, | |
| and whatever else happened to end up in this repository (collectively, the | |
| "Software") is released under the VibeCoded AI-Slop License v1.0. | |
| 1. Permission |
This file contains hidden or 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
| { | |
| "info": { | |
| "_postman_id": "fa263d8e-2a23-49a3-aae4-e138ac1c5f9c", | |
| "name": "SSLCommerz Sandbox", | |
| "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
| }, | |
| "item": [ | |
| { | |
| "name": "https://sandbox.sslcommerz.com/gwprocess/v4/api.php", | |
| "request": { |
This file contains hidden or 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.example.sslcexample; | |
| import android.os.Bundle; | |
| import com.google.android.material.floatingactionbutton.FloatingActionButton; | |
| import com.google.android.material.snackbar.Snackbar; | |
| import androidx.appcompat.app.AppCompatActivity; | |
| import androidx.appcompat.widget.Toolbar; |
This file contains hidden or 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
| <canvas id="myChart" width="400" height="100"></canvas> | |
| <script src="/js/Chart.min.js"></script> | |
| <script> | |
| $(function () { | |
| var ctx = document.getElementById("myChart").getContext("2d"); | |
| // examine example_data.json for expected response data | |
| var json_url = "example_data.json"; | |
| // draw empty chart |