-
-
phact_erb
use multi-valued (and anonymous data structs) facts in your puppet erbs
Whenever I'm creating erb templates for config files in puppet, I find the single-valued facts that facter provides to be very limiting. When I want to do something like re-configure ...
-
sbt-scrooge
... `.
- Method names are all converted to camelCase, so for example `GetName`
becomes `getName` and `set_name` becomes `setName`.
- Structs are case classes, so they are immutable and have real, actual
constructors (!). Multi-line field-setting struct ...
-
js-struct
... ("myInt"),
Struct.float32("myFloat")
);
var ComplexStruct = Struct.create(
Struct.struct("myStruct", SimpleStruct), // Structs can be nested
Struct.string("myString", 4),
Struct.array("myArray", Struct.int8(), ...
-
twittergo
... convention. However, these
errors may sometimes be cast into `twittergo.ResponseError`, `twittergo.Errors`
or `twittergo.RateLimitError` structs which will provide additional information.
To check for rate limiting or other types of server errors, ...
-
kpro9
Automatic generation of Wireshark dissectors from C structs
==========================================
CSjark: Tool for generating Lua dissectors
==========================================
This was a project in TDT4290 Customer driven project, at
...
-
pymavlink
... Library
This is a library for lightweight communication between
Micro Air Vehicles (swarm) and/or ground control stations.
It serializes C-structs for serial channels and can be used with
any type of radio modem.
For help, please visit the mailing list ...
-
NSObject-AutomagicCoding
... due to
harder memory management, need to write more code, unsupported custom structs & possible future restrictions.
AMCKeysForDictionaryRepresentation
==================
-AMCKeysForDictionaryRepresentation returns NSArray of NSStrings, thar are ...
-
Etc2
... the underlying C functions. Which is fine, but I wanted a more Ruby-esque solution.
This library uses its own objects instead of Structs, and it includes Shadow support (as long the platform does).
etc2/replace
---
If you'd like, you can require 'etc2/ ...
-
gpml_extensions
... to both the parameters of
![a(x)][20] and ![K(x, x'][21].
* Rank-one updates of GPML posterior structs: `update_posterior`
allows the user to update an existing GPML posterior struct (for
regression with Gaussian observation noise) given a ...
-
kstructhunter
... structs.
kstructhunter.py
Jon Oberheide
http://jon.oberheide.org
Routines for hunting down kernel structs.
Example:
$ python kstructhunter.py sctp_ssnmap
struct sctp_ssnmap is size 40
struct sctp_ssnmap is allocated in kmalloc-64
...
-