-
-
ffi-libc
...
* [Documentation](https://rubydoc.info/gems/ffi-libc)
## Description
Useful Ruby FFI bindings for `libc`.
## Features
* Provides common Structs used in `libc`:
* {FFI::LibC::Ifaddrs}
* {FFI::LibC::In6Addr}
* {FFI::LibC::InAddr}
* {FFI::LibC:: ...
-
wdfs
... "localpath" is used for local access (/file)
- variable name "ret" is used for the return values of methods
- methods and structs starting with "ne_" are part of the neon library
- error output:
- "## " prefix for warnings and error messages
- ...
-
csharp-open311
... 2.1 (http://monodevelop.com/).
Usage:
=====
using System;
using Open311API;
using Open311API.Exception;
using Open311API.Structs;
namespace Sample
{
///
/// A simple example that uses the Open311API class library.
///
...
-
balisong
... as an array
# Some functions that could work on structs, too, still only work on arrays
h4. Pull requests ... . Concatenates N collections into a single collection (arrays and structs)
h3. @[array|struct] filter(string predicate, any collection ...
-
Network-mote
... .nc*
Contain a generic queue module for outgoing outgoing messages.
- *python*
Contains experimental python code creating structs, testing packets chunking and compression
- *talks*
- *slides.org*
org-mode source file of the ...
-
simpler
... .new(hash)
r.show!(df => :dfr) { "plot(dfr)" }
One can also make a data frame from an array of structs with Simpler::DataFrame.from_structs
==== When Errors Arise
On an R error, raises a Simpler::RError that returns the R error message and
shows ...
-
mavlink
... 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.
To generate/update packets, select ...
-
chipmunk-test
... Google Talk)
CHANGES SINCE 5.1.0:
* OPTIMIZATION: Chipmunk structs used within the solver are now allocated linearly in ... -20% should be expected.
* API: Shape references in cpArbiter structs changed to private_a and private_b to discourage accessing the ...
-
fetoy-compiler
... it jeje.
In a brief summary, its an imperative language, that handles all the basic types, typedefs, arrays, hashs and structs.
It handles the basic instructions such as multiple assignments, conditionals, iterations.
It handles functions, and you can ...
-
rdbi
... # select a single item in CSV format
csv = result.fetch(:first, :CSV)
# get the whole thing as an array of structs, keyed by column
ary_of_struct = result.as(:Struct).fetch(:all)
# as() automagically rewinds for you, so select twice for multi- ...
-