In the spirit of open source, most of my contributions on GitHub are private.
- Los Angeles, CA
- https://jfm.so
- @jfm_so
Highlights
Block or Report
Block or report jfm-so
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
WDFI-Data-Export Public
Converts the Microfiche ASCII file provided by the WDFI to a mySQL database format.
Pascal
-
1
<?php if (!defined("IN_WALLET")) { die("Auth Error!"); } ?>2<?php
3class Client {4private $uri;
5private $jsonrpc;


