Skip to content

Instantly share code, notes, and snippets.

View jutaz's full-sized avatar

Justas Brazauskas jutaz

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jutaz on github.
  • I am jutaz (https://keybase.io/jutaz) on keybase.
  • I have a public key whose fingerprint is B8EA 3894 BABE D028 DF50 8DAB 73EC D212 FB3A 6D4C

To claim this, I am signing this object:

@jutaz
jutaz / info1
Created September 11, 2013 18:20
informatikos pamoka - 1;
#include <cstdlib>
#include <stdio.h>
#include <fstream>
#include <string>
#include <iostream>
#include <map>
#include <sstream>
using namespace std;
@jutaz
jutaz / kloxo api lib
Created March 27, 2012 17:03
kloxo api lib
<?php
class Kloxo
{
public $CI;
public $KloxoCore;
public $helper;
public function __construct()
{
@jutaz
jutaz / kloxo add client function
Created March 26, 2012 13:56
kloxo add client function
public function createAccount($params) {
//all aviable options
$domain = $params['domain'];
$username = $params['username'];
$password = $params['password'];
$clientsdetails = $params['clientsdetails'];
$email = $clientsdetails['email'];
$resourcePlan = $params['resourcePlan'];
$dnsTemplate = $params['dnsTemplate'];
$webServer = $params['webServer'];