Phil Schumann

Results 6 repositories owned by Phil Schumann

go-leansite

32
Stars
3
Forks
Watchers

[2013] a most minimalistic "dynamic-web-page" server written in Go (exploring the `net/http`, `html/template`, and Gorilla libs) ➜ both standalone or on AppEngine (served metaleap.net 2013 - 2016)

go-opengl

20
Stars
2
Forks
Watchers

[stale since 2013] lib for creating OpenGL apps of the cross-platform and modern sort (ie. Core profile 3.3+, shader-based, no display lists etc)

go-xsd

215
Stars
66
Forks
Watchers

[stale since 2013] a lib for loading XML Schema Definition (XSD) files ➜ plus, a tool `makepkg` to code-generate from any *.xsd your Go package with all needed `struct`s to readily `xml.Unmarshal()` d...

go-fromjsonschema

20
Stars
2
Forks
Watchers

[2017-2018, maintained, stable] generates Go type definitions (ready to `json.Unmarshal` into) from a JSON Schema definition (proper JSD, not just sample .json) file

go-fsdb

16
Stars
0
Forks
Watchers

[2013] for prototyping data-access layers: a mock "DB driver" (compatible with `database/sql`) using a local directory of (json/toml) files as a backing "database" of "tables" (no query language =)

go-xsd-pkg

17
Stars
8
Forks
Watchers

[2013] wrappers for various common XML formats, ready for use with `encoding/xml.Unmarshal()`, all generated with my `go-xsd` project