-
-
ixcode
... than C's and may give wrong results if the code is not
legal.
3. C grammar is incomplete
D. TODO
.......
1. Parse enums, structs and unions, finish C grammar
2. Parse and graph ``switch``, ``case``, ``continue`` and ``break``.
3. Add a config file ...
-
BaseModel
... The only exception is if you need to save properties that are structs, or other types not supported by NSCoding, in which case you ... only exception is if you need to save properties that are structs, or other types not supported by KVC, in which case you ...
-
opencv-ffi
... of C, but never mind)
* Introducing new classes which wrap OpenCV structs. Sometimes this
is to hide the typed-ness of the ... , every effort is made to keep data in OpenCV
structs as much as possible (particularly CvMat, IplImage, etc).
This ...
-
object-factory
... nested elements. You can define relations to other objects in your XML config or specify any default values such as strings, numbers, structs, arrays, etc.
Just a drop of files I had in a library folder. The key component here is the factory.cfc ( ...
-
MCL-Sim
... functions behind the MCL algorithm
rand.c, rand.h
Wrapper functions for methods and structures from the GSL library
structs.h
Important structures used in the algorithm
The program exhibits extremely good performance with a very high number of ...
-
liveMedia-for-Android
... ` to `time_t`
* Edited `Locale.cpp` and added `#include `
* Edited `GroupsockHelper.cpp` and removed `s_addr` from inet structs
[1]: http://www.live555.com/liveMedia/
[2]: http://blog.jh-lim.com/2011/06/compiling-open-source-libraries-for- ...
-
horde
... expected and received output, instead of doing a straight line-by-line comparison)
TODO: make the libhorde interfaces use string structs (rather than having the new_hmsg and new_hmsg_d profusion)
TODO: cull excessive idle workers
TODO: add a second form ...
-
block_assert
... work on any compiler that has
`decltype`, a native "typeof" of any kind, or template member functions for
local structs.
Legal Stuff
===========
All headers files are under the Boost Software License. See the file
LICENSE_1_0.txt for more information. ...
-
PropertyKit
... name, value);
}
```
## Future Ideas
### Observing
* Consider sending both the old and new values to the observer.
* Support structs (e.g. `CGRect`). This will require wrapping the new value in
an [`NSValue`][nsvalue] box so that it could be passed ...
-
twstools
... the used xml format is intended to be independent from the tools
itself to be used to carry all IB/TWS specific structs/messages for
saving without loss of information and easy conversion to other
existing TWS/API applications, see "Notes on the twsxml ...
-