Skip to content
View jfm-so's full-sized avatar

Organizations

@LAIT911FireCorp
Block or Report

Block or report jfm-so

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. piWallet piWallet Public archive

    piWallet is an open source program developed by Johnathan Martin that allows almost anyone to setup an online web wallet for a cryptocurrency.

    PHP 259 311

  2. WDFI-Data-Export WDFI-Data-Export Public

    Converts the Microfiche ASCII file provided by the WDFI to a mySQL database format.

    Pascal

  3. PiWallet Developer Mode PiWallet Developer Mode
    1
    <?php if (!defined("IN_WALLET")) { die("Auth Error!"); } ?>
    2
    <?php
    3
    class Client {
    4
    	private $uri;
    5
    	private $jsonrpc;