-
-
basilisk
... for Javascript. It allows you to create
**immutable** data in a familiar way, and to **derive new ... '], 'New York');
```
What's included
===============
* Structs with new-version helpers.
* Persistent data structures (Vector, HashMap, StringMap) with ...
-
pacman
... distributed and installed on systems with the library. Only
structures, data and functions declared within this file are made available ... for enum values are now ALPM_
- pm prefixes for structs and enums are now alpm_
- alpm_initialize now has parameters: ...
-
Helix
... Blue Alpha) and HSL (Hue Saturation Luminance) representations. These structs have methods that implement color-arithmetics and metods ... PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ...
-
binstruct
... TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY ...
enough for me.
BSON:
- keys in structs are only C-strings. I want
any possible data here.
- already too complicated
...
-
go-wayland-simple-shm
... go...") must be
exported, and for whatever reason, the Wayland structs are not being properly
translated to Go types. Thus, ... callback functions must be stripped of all
struct parameters, and data must be passed using unsafe.Pointer. Not pretty.
Please ...
-
leptonica
...
is documented in the function header. The in-memory data structure
used throughout Leptonica to hold the packed data ... /dealloc
functions can be set programmatically. For all other structs and arrays,
the allocators are specified in environ.h ...
-
descriptive_statistics
... allow easy calculation of basic
descriptive statistics of Numeric sample data in collections that have included Enumerable such as Array, ... 2
foo.bat = 3
foo.mean
# => 2.0
```
and even Structs:
```ruby
Scores = Struct.new(:sally, :john, :peter)
bowling = ...
-
info-inpdir
... some sort of key.
`Input Events` are Win32 [INPUT structure][] structs. See [KEYBDINPUT structure][]
and [MOUSEINPUT structure][] on the MSDN ... contain valid information (as opposed to random or garbage data) can be
deduced from the number of screens ...
-
type_array
... performance and memory-safe access to native-typed binary data. It defines a generic fixed length buffer type as ... /type_array.git
rake
Running tests
rake test
== Todo
* Support structs / records
* Handle edges where coercion to and from Bignum ...
-
goriakpbc
... _ := bucket.NewObject("some_key")
obj.ContentType = "text/plain"
obj.Data = []byte("testing indexes")
obj.Indexes["test_int"] = []string{strconv. ... Object-Relational Mapping) in other database drivers, maps Go structs to an object in Riak and supports links ...
-