Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • win32_service_manager ... a more 'God' (http://god.rubyforge.org) like interface. Also presents all service information as hashes rather than structs to save on wire transport and multi-platform complexity. == FEATURES/PROBLEMS: * Really heavily mocked out for testing, might ...
  • xmlrpc_annotations ... XMLRPC server classes that allows autogeneration of C# interface files for use with the XMLRPC.NET library. == FEATURES/PROBLEMS: * Structs, array types and void types are supported * C# is currently hard-coded. The next revision will factor templating ...
  • ncurses-ruby ... const pointers to char do not modify the string they receive, you can pass any string to them. ### Functions expecting pointers to structs When the C-function expects a pointer to `WINDOW`, `SCREEN`, `MEVENT`, `PANEL`, `FORM`, `FIELD`, or `FIELDTYPE` ...
  • grackle ... of the format used, Grackle returns an OpenStruct (actually a Grackle::TwitterStruct) of data. The attributes available on these structs correspond to the data returned by Twitter. ===Rate Limits and the Response The Grackle client has a response method ...
  • pub.objectivec ... signed integers for now - the default value for all 14 is currently 0. This could be an issue for passing structs to messages, particularly large structs. In such cases, it may be necessary to write functions in C to handle these particular cases. ### ...
  • html2builder ... get an initial template, to "reverse engineer" a template in another template language via the HTML etc. Ideally it will also recognize some patterns, such as lists, and turn it into arrays or arrays of structs that can then be replaced with models.
  • exhaust-asm ... i) You need some declarations and includes: #include "exhaust.h" #include "asm.h" warrior_t w1, w2; /* warrior structs hold code and misc. info */ int CORESIZE = 8000, /* size of core */ PROCESSES = 8000, /* max ...
  • sqlitepersistentobjects ... ALL PROPERTIES BE STORED? No. But most can. This currently does not support properties that are c-strings, void pointers, structs, or unions. All scalars (ints, floats, etc) get saved into appropriate fields. When it comes to Cocoa objects, any class ...
  • php-serialize ... this. ## 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
  • libyaml-glib ... rewrite the model back to standard output. Notice how PaypalAddress is extended to the original Model namespace, also how structs and enums are processed. The invoice data is modified from the standard YAML example. Documentation ============= The ...