-
-
libfaketime
... internally works by resetting libfaketime's
internal time-keeping data structures, which may have side effects on reported
file ... The file stores each timestamp in a stream of saved_timestamp structs
without any metadata or padding:
/* Storage format for ...
-
libmowgli-tri
... 3).
- mowgli_object: A simple class which provides reference counted pointers and
polymorphism of structs.
- mowgli_object_class: Classing and subclassing for objects.
- mowgli_object_metadata: Metadata for objects.
- ...
-
rstruct
...
FAT_CIGAM = 0xbebafeca
struct(:fat_header) {
uint32be :magic; # FAT_MAGIC
uint32be :nfat_arch; # number of structs that follow
}
typedef :uint32be, :cpu_type_t
typedef :uint32be, :cpu_subtype_t
struct(:fat_arch) {
...
-
Corange
... possible to not call them and only use the components you want.
* Structs are typedefed without their pointer. The reason for this is a personal choice but there are also quite a few data types which are passed by value on the stack (vectors, ...
-
Configoro
... app out there needs to store environment-specific
configuration data: API URLs, Memcache settings, AWS keys, etc. The ... will also be
accessible as indifferent hashes or structs:
```` ruby
MyApp::Configuration.memcache.timeout
MyApp::Configuration[:memcache ...
-
ljsyscall
... a string in general as more useful.
Many functions that return structs return metatypes exposing additional methods, so you get the raw ... C API. I intend to use reflection to generate more generic data for the ports, and rework how files are included. The ...
-
racket-lib
... in accordance with Racket's `racket/dict` library. This covers
structs, various kinds of hash tables, and association lists. Dict
... is expected above.
If an item is not in the data structure to be destructured, then the
variable corresponding to that ...
-
modf
... #(B (3 #(C (4 NIL)))))))
;; But note that the original data is unchanged
,*crazy*
==> (1 #(A (2 #(B (3 #(C (4 ... given you have defined
your Modf expanders for your data types, class instances and structs.
For usability purposes, however, a lot of ...
-
cl-ewkb
... All extensions are supported: 3dz, 3dm, 4d, embedded SRID.
Exported structs
point-primitive x y
pointz-primitive x y z ... endianness)
Encode object to stream with endianness
Example:
Getting data from postgresql and decode it:
(decode (caar (postmodern: ...
-
csvutil
... , other slices/arrays of native go
types, or flat structs. It can also convert CSV rows and assign values ... * Automated CSV row serialization and deserialization (formatting) for flat
data structures and types.
Todo
====
* Enhance and clean the formatting ...
-