-
-
Hive-JSON-Serde
... blabla",\"structCol\":{\"name\":\"myName\"},\"structNullCol\":{}}
```
### User Defined Functions (UDF)
#### tjson
The `tjson` UDF can turn array, structs or strings into JSON.
```
ADD JAR json-udf-X.Y.Z-jar-with-dependencies.jar;
create temporary ...
-
astyanax
...
* Monitoring abstraction to get event notification from the connection pool.
* Complete encapsulation of the underlying Thrift API and structs.
* Automatic retry of downed hosts.
* Automatic discovery of additional hosts in the cluster.
* Suspension of ...
-
ColdFusionUtils
... - Uses the Saxon-B XSLT Transformer. (supports XSLT-2 + accepts parameters). Currently not threadsafe.
utils.XML - XML to JSON (using saxonXSL transform).
- fixArrays : removes root node if present + converts single member structs to arrays.
-
mavlinkgen
... a code generator for the library for lightweight communication between
Micro Air Vehicles and/or ground control stations.
It serializes C-structs for serial channels and can be used with
any type of radio modem.
**********
* NEWS *
**********
MAVLink ...
-
cuppa
... DBMS. When data accompanies an outgoing command, quince first converts the data from C++ types (including user-defined classes and structs) to the DBMS's formats; and when data comes back in reply, quince makes the reverse conversion. So quince is an ...
-
raytracer
... It seems range isn't available in clojure-script, thus I made a pretty ineficient
drop-in replacement.
Clojurescript doesn't support structs, thus I replaced it with
lists. Maps may have been a better substitute however.
# Motivations
This was done to ...
-
tidy_table
... a Ruby object.
TidyTable
by Geoffrey Grosenbach
http://topfunky.com
== DESCRIPTION:
Yet another library to convert an array of structs (such as an ActiveRecord
object) into an HTML table. Simple, with a few options. Includes automatic
tags ...
-
pacman
... (), alpm_fileconflict_get_ctarget()
- alpm_db_get_url()
[CHANGED]
- PM_ prefixes for enum values are now ALPM_
- pm prefixes for structs and enums are now alpm_
- alpm_initialize now has parameters: char *root, char *dbpath,
_alpm_errno_t *err and ...
-
C-Interface-Generator
... interfaces can be done in C, but it takes a fair amount
of "boring", error-prone code to setup all the relationships between structs.
So, this attempts to generate most of the "boring" code required to support
interfaces to make their usage easier.
-
bdwgc
...
you may have to adjust the alignment parameters defined in gc_priv.h.
Note that this may also be an issue with packed records/structs, if those
enforce less alignment for pointers.
A port to a machine that is not byte addressed, or does not use 32 bit
...
-