-
-
beak-check
... combinator' library that makes it easier
to write assertions about data structures in unit tests.
For instance, it makes it easy to ... should be more detailed).
There are more combinators that deal with structs and maps; more
examples in the source code.
-
cfmongodb
... h2. Some Code
One of the most appealing aspects is that data can be created as a ColdFusion structure and persisted ... (" name = #thisOrc['name']
");
}
//use a ColdFusion array of structs. this is not case sensitive
orcs = result.asArray();
for( ...
-
pointer-pm
... to by the pointer. You will
need to unpack the raw data yourself. Takes an argument indicating
how many bytes to ... into a robust and serious module.
Support for pointers to structs is minimal, but is a primary design
goal. Pointer ...
-
riakka
... of
- a metadata object (of type `%`) that holds important data such as `bucket`, `key`, `vclock`, `links`.
- the actual object ( ... datastore info.
- Support for entities (as well as plain structs made up of Lists, Tuples, etc => all things convertable ...
-
ngtemplate
...
char* output;
const char* tplstring = "Here, have a {{Template}}!";
/* Init some structs */
ngt_template* template = ngt_new();
ngt_dictionary* dictionary = ngt_dictionary_new();
/* Set some stuff in the dictionary ...
-
vmregress
... print out the struct size of many VM
related structs.
kvirtual.o sense_kvirtual This prints out the size ... write test
bench_mmap.pl --size 50000 --write --refdata $TESTDIR/data/smooth_sin_50000 \
--output $TESTDIR/mmap/write/50000/mapanon
Generating ...
-
bwl
... expressions that don't need to be represented as structs or slices or anything like that.
Any -- always matches. ... will fail.
Bind -- returns an expression object whereby the data returned on Match() is subject to processing.
Fold ...
-
Project
...
2.header_struct.h : Header file containing structs for bmp headers.
3.imagedata.h : Header file containing struct for image data.
4.imagefunction.c : Functions for image enhancement/processing:
a.Convert color image to ...
-
asblender
... var field:DNAField;
for each (struct in blend.dna.structs) {
var type:String = blend.dna.types[ struct.type ... var key:String in object) {
// trace(key);
//}
if (object.data) {
switch (object.type) {
case 1: // Mesh
trace (" -> Mesh ...
-
Scheme-Fogbugz-interface
... is designed to make it easier to clock in/out of
cases in Fogbugz.
to run:
$ racket run.rkt
structs.rkt
----------
common data-structure procedures including fogbugz errors
compatibility.rkt
--------------
Converts xml ( ...
-