Skip to content

Instantly share code, notes, and snippets.

View skoona's full-sized avatar
🎯
Focusing

James Scott, Jr skoona

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am skoona on github.
  • I am skoona (https://keybase.io/skoona) on keybase.
  • I have a public key ASB3umzbpW-tNRRm1jzGxndeD9xG1uoL8obSsBLXaz7Ifwo

To claim this, I am signing this object:

@skoona
skoona / gtk_display_client.c test client for display services
Last active May 11, 2016 02:43
Test Client for GtkDisplayService.c command-line: `./gtkDisplayClients -a 10.100.1.8 -d 1`, and `./gtkDisplayClient`
/**
* gtk_display_client.c
* gcc -v `pkg-config --cflags --libs glib-2.0 gio-2.0` -O3 -Wall gtk_display_client.c -o gtk_display_client
*
*/
#include <stdlib.h>
#include <string.h>
#include <glib.h>
#include <gio/gio.h>
@skoona
skoona / imageright.wsdl
Created September 18, 2012 16:51
savonrb/savon Issue: WSDL File
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://imageright.com/imageright.webservice" xmlns:s1="http://microsoft.com/wsdl/types/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://imageright.com/imageright.webservice" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://imageright.com/imageright.webservice">
<s:import namespace="http://microsoft.com/wsdl/types/" />
<s:element name="GetFileTemplate">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="securityToken" type="s:string" />
<s:element minO