-
-
robby-the-robot
... `: standard C string (z for zero/nul-terminated)
These prefixes can be combined with each other and with higher-level data
types (structs), as well.
Prefixes for types specific to this program:
- `act`: ACTION value (an enum)
- `stg`: STRATEGY struct
- ...
-
gearman-server
... spaces after while, for, do, if, else. Don't around anything else.
If/else bracket style is:
if ()
{
}
else
{
}
Make sure structs have a typedef with a _st suffix, enums have a _t
suffix, and functions have a _fn suffix. For example:
typedef struct ...
-
shave
... it rules. The generated AST is a big linked list, which is evaluated in the eval step. The AST is made up of 'Token' structs, which have type and property enums used by the eval routines.
My end goal here is to make the cleanest, smallest, and simplest ...
-
nice-ffi
...
more instance initialization options, pretty to_s and inspect
methods, and other niceties.
* NiceFFI::OpaqueStruct: a base class for structs with no user-exposed
members. Useful when the struct definition is hidden by the
underlying C library.
...
-
speclab
... (on a TODO list for a future release)
- essentially does the same thing as InputParser but works very transparently
with structs. input_schema packages almost all optional input arguments in
Speclab. (There are some exceptions when I avoid calling ...
-
php_serialize
... .
Acknowledgements
================
TJ Vanderpoel, initial PHP serialized session support.
Philip Hallstrom, fix for self-generated Structs on unserialization.
Edward Speyer, fix for assoc serialization in nested structures.
Author: Thomas Hurst < ...
-
Grassmann
... GPL licence v.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LibGrassmann is a library for managing linear algebra and numerical analysis
structs (matrices, vectors, eigenvalues, linear systems...) through an
high-level C++ interface.
Website -> http://0x00. ...
-
ffi
... -FFI](https://github.com/ffi/ffi/wiki/why-use-ffi).
## Features
* Intuitive DSL
* Supports all C native types
* C structs (also nested), enums and global variables
* Callbacks from C to Ruby
* Automatic garbage collection of native memory
## Synopsis
...
-
rar_file
... `: is a good starting point. It has some constants and data structs for the file format's different "blocks" and "headers".
- ... bits from files and puts them in the block/header data structs.
- `extract.[ch]pp`: when run from command-line `CmdExtract` ...
-
1xam
... motivation for this project is to codify 'grammars' for 'structs' in legal java, using partly convention, partly reflection, ... binary memory representation, otherwise the equivalence of C language structs using java NIO.
finally, this visitor scanner and ...
-