-
-
rserve-simpler
... (df)
dev.off()
}
end
==== with an array of Structs
The equivalent data frame as above can be generated ... .new(4,6,7)
]
datafr = Rserve::DataFrame.from_structs(structs)
reply = r.converse("summary(df)", df: datafr).each_cons(6 ...
-
poppet
... TODOs scattered around the source.
1. TODO json-shape files for data types
2. TODO Don't recreate existing policy files
3. ... to sort files in public/
9. TODO Model changelog entries as Structs
10. TODO detect cycles in graphs
11. TODO detect references to ...
-
struct-fx
... pure Ruby equivalent of C++ structs.
Declarations are simple:
gif = StructFx::new(data) do
string (:format) {3} ... ),
* `packed bytes` and `flag arrays` (1 byte),
* skipped data blocks.
More detailed documentation is available in `StructFx# ...
-
litpl
... especially useful for importing modules and declaring
functions, classes, or data structures.
#+ structs
struct Blah { ... };
#.
#+ headers
struct Blah create_blah();
#.
### Configuring Litpl
(Not ...
-
vdr-plugin-dbus2vdr
... send.sh /Plugins/ plugin.Service string:'id' string:'data'
Interface "pluginmanager"
------------------
- list all loaded plugins
vdr-dbus- ... pluginmanager.List
You'll get an array of structs containing two strings, the name and the version ...
-
BomberBilly
... off when they move to the left.
They switch to another data column when on screen they did clearly not move into ... every source file
and contains old-C style helper functions and structs that are required by
multiple files in the project
- ...
-
structed-function-pointers
... . You've got to make functions to deal with the individual data types (allocating and freeing them), and then you've got to ... the correct function depending on the data stored at that element of the list of hash. Function pointers in structs! It may as well ...
-
pgeast11
... . hacker->nuanced/manager hacker. DisMath=runtimes, algs, structs!!!
Mongo: GC=(data + media), JSON, Mongo, completely insane.
%% 10gen ... 1>> mongo.4.log &
nohup mongod --port 30005 --dbpath /data/5/ --replSet node2 --logpath ~/mongo.5.log --logappend ...
-
mosh-fcgi
... to 100% and optimizes the container types for POST and DATA. Post-FCGI parsing delegated to cgi-mosh.
File: ... HTTP code from mosh-cgi
* Alignment support (via memcpy() of structs into statically-allocated aligned arrays)
Features removed:
* non-essentials ...
-
xnu
... its api. The most standard way is using syscall arguments. But for complex data
it often relies of sending memory saved by C structs. This packaged data transport mechanism is fragile and leads to broken interfaces
between user ...
-