Skip to content

Instantly share code, notes, and snippets.

View rezarajan's full-sized avatar

Reza Rajan rezarajan

View GitHub Profile
@rezarajan
rezarajan / sugoi-testnet.metadata.json
Last active February 19, 2022 18:38
Sugoi pool testnet metadata
{
"name": "SUGOI",
"description": "The Most Amazing Pool on the Cardano Testnet.",
"ticker": "SUGOI",
"homepage": "https://kawaiipool.moe"
}
@rezarajan
rezarajan / google_api_qrcode.php
Created June 19, 2017 20:39 — forked from aamnah/google_api_qrcode.php
Generate a QR code using Google Charts API
<?php
// Source: http://stackoverflow.com/questions/5943368/dynamically-generating-a-qr-code-with-php
// Google Charts Documentation: https://developers.google.com/chart/infographics/docs/qr_codes?csw=1#overview
// CHart Type
$cht = "qr";
// CHart Size
$chs = "300x300";