Skip to content

Instantly share code, notes, and snippets.

@ravismula
ravismula / units_apis.yaml
Last active September 4, 2025 12:42
UNITS APIs for GFF
openapi: 3.0.0
info:
title: "Finternet UNITS API [Draft]"
version: "1.0.0"
description: "API for interacting with the UNITS platform for tokenization and workflow management, incorporating a standard telemetry wrapper for all requests and responses."
servers:
- url: "https://api.finternet.units"
description: "Main server"
security:
@ravismula
ravismula / A_EscrowGuarantorService.json
Last active August 25, 2025 03:00
Finternet - Sample Schemas
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "EscrowGuarantorService",
"description": "Schema for an Escrow or Guarantor Service provider.",
"type": "object",
"properties": {
"serviceId": {
"type": "string",
"description": "Unique identifier for the Escrow/Guarantor Service."
},
#!/bin/bash
# Authorize TCP, SSH & ICMP for default Security Group
#ec2-authorize default -P icmp -t -1:-1 -s 0.0.0.0/0
#ec2-authorize default -P tcp -p 22 -s 0.0.0.0/0
# The Static IP Address for this instance:
IP_ADDRESS=$(cat ~/.ec2/ip_address)
# Create new t1.micro instance using ami-cef405a7 (64 bit Ubuntu Server 10.10 Maverick Meerkat)
@ravismula
ravismula / ocp.php
Last active August 29, 2015 14:20 — forked from ck-on/ocp.php
<?php
/*
OCP - Opcache Control Panel (aka Zend Optimizer+ Control Panel for PHP)
Author: _ck_ (with contributions by GK, stasilok)
Version: 0.1.6
Free for any kind of use or modification, I am not responsible for anything, please share your improvements
* revision history
0.1.6 2013-04-12 moved meta to footer so graphs can be higher and reduce clutter
0.1.5 2013-04-12 added graphs to visualize cache state, please report any browser/style bugs