gitlab.com / stone.code
stone.code/goey
Package goey provides a declarative, cross-platform GUI for the Go language. Mirror of bitbucket.orj/rj/goey
Last synced at: 10 months ago - Stars: 1 - Forks: 0

stone.code/httprouter
This package replaces the standard muxer provided by the standard library with a more flexible method of specifying URLs.
Last synced at: 10 months ago - Stars: 1 - Forks: 0
stone.code/catch
Package catch provides utility functions that work with the standard library's testing capabilities. The functions encapsulate standard tests, and standardise logging for failures.
Last synced at: 10 months ago - Stars: 2 - Forks: 0

stone.code/scov
Generate reports on code coverage using gcov, lcov, or llvm-cov.
Last synced at: 10 months ago - Stars: 6 - Forks: 1
stone.code/assert
Package assert provide a single function to emulate C-style asserts. The goal of this package is to provide a call that will document and enforce preconditions, postconditions, and invariants in code. Failures should only result from program bugs.
Last synced at: over 1 year ago - Stars: 1 - Forks: 0
stone.code/grivvin
Grivvin is a scripted parametric 3D modelling tool, based on Lua and CGAL. All models are specified by code. Grivvin can be used to generate complex 2D and 3D geometries. Geometries are created primarily using CSG.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
stone.code/liblayout
A library with a C++ API to read and write common EDA formats used in creating mask layouts.
Last synced at: over 2 years ago - Stars: 1 - Forks: 0
stone.code/dead-simple-server
The Dead Simple Server is an extremely simple web server written in Go. It can serve the contents of a specified folder tree on a specified port. It does nothing else.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
stone.code/png2layout
This software is a command-line utility that converts bitmap images, stored in Portable Network Graphics (PNG) format, to layout data, stored as Caltech Intermediate Form (CIF), for import into EDA tools.
Last synced at: over 2 years ago - Stars: 1 - Forks: 0
stone.code/gen_serial
Provides a gen_serial module for communicating with RS-232 serial devices from Erlang. The interface provided is similar to the gen_tcp module distributed with Erlang.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
stone.code/binc
For many applications, it is worthwhile to embed binary assets into the final library or executable. The binary asset compiler converts any binary file directly into an object file, ready for linking.
Last synced at: over 2 years ago - Stars: 1 - Forks: 0
stone.code/cxxdoc
CXXDoc generates documentation for C++ using comments.
Last synced at: 9 months ago - Stars: 0 - Forks: 0
stone.code/cas
Package cas provides a framework for working with Content Addressible Storage (CAS).
Last synced at: 10 months ago - Stars: 1 - Forks: 0
stone.code/parallel
Package parallel provides a runner to runs tasks with limited concurrency.
Last synced at: 5 months ago - Stars: 1 - Forks: 0
stone.code/pdfwriter
Package pdfwriter provides a mid-level generator for PDF documents. The goal is to provide an API at the same level of abstraction as PDF documents themselves.
Last synced at: 10 months ago - Stars: 0 - Forks: 0
stone.code/mmlisp-go
This package provides an implementation of a simple variant of lisp. The goal is to provide a scripting language for Go programs that does not depend on any external libraries.
Last synced at: 9 months ago - Stars: 0 - Forks: 0
stone.code/mask-generator
This is a utility for generating mask layers from a layout. Data is read in using standard EDA formats (GDSII, CIF, or DXF), combined using standard operations (union, intersection, difference, and XOR), and exported back to an EDA format.
Last synced at: over 2 years ago - Stars: 1 - Forks: 0
stone.code/mmlisp
An lisp implementation of designed to implement the lisp dialect described in "A micro-manual for lisp - not the whole truth." Code extended from implementation by Nakkaya. Please refer to README in repository.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0
stone.code/javascriptcore-go
This is a wrapper for JavaScriptCore, which is the JavaScript engine used by the WebKit web browser engine.
Last synced at: 10 months ago - Stars: 0 - Forks: 0
stone.code/odbc3-go
This package is wrapper around ODBC (version 3) for the Go programming language.
Last synced at: 10 months ago - Stars: 0 - Forks: 0
stone.code/layout2layout
A command-line utility for converting EDA formats used in creating masks between different formats.
Last synced at: over 2 years ago - Stars: 1 - Forks: 0
stone.code/xmldom-go
A very small, subset of the W3C DOM Core in Go. The work builds off the existing XML parser. A fork of the godom project (http://code.google.com/p/godom/), which appears to be unsupported at the moment.
Last synced at: 10 months ago - Stars: 0 - Forks: 0
stone.code/fileembed-go
This is a command-line utility to take a number of source files, and embed them into a Go package.
Last synced at: 10 months ago - Stars: 0 - Forks: 0
stone.code/html2epub
Software to convert a single HTML file into a EPub document. This software provides a simple way of authoring ebooks, but is useful for turning web pages into ebooks.
Last synced at: over 2 years ago - Stars: 0 - Forks: 0