Skip to content

Instantly share code, notes, and snippets.

View ogrebgr's full-sized avatar

Ognyan Bankov ogrebgr

  • Bulgaria, Sofia
View GitHub Profile
@ogrebgr
ogrebgr / test.java
Created February 18, 2018 06:07
Safenetwork java bindings test
public class Test {
public static void main(String[] args) {
Session.load();
AppExchangeInfo aei = new AppExchangeInfo("net.maidsafe.java.test",
null,
"presni",
"ACME inc.");
AuthReq authReq = new AuthReq(aei, true, null, 0, 0);
<?php
class MySQL_AXMLS extends Tangra_Class {
private $translation_table = array(
'BIT' => 'convert_bool',
'BOOL' => 'convert_bool',
'BOOLEAN' => 'convert_bool',
'TINYINT' => 'convert_bool',
'SMALLINT' => 'convert_smallint',