Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • pointer-pm ... a naive attempt at a novel idea. Hopefully it can be fleshed out into a robust and serious module. Support for pointers to structs is minimal, but is a primary design goal. Pointer ships with a subclass for the sv struct as an example. ...
  • riakka ... (read/write masks), allow_mult, specifying R/W values and datastore info. - Support for entities (as well as plain structs made up of Lists, Tuples, etc => all things convertable to JObject), transparent serialization/deserialization to/from JSON. Should ...
  • thriftit ... the Thrift Wiki): struct Cons { 1: binary head, 2: Cons tail optional } * Parameterized Structs / Containers struct Tree { 1: Tree left optional, 2: Tree ...
  • ngtemplate ... char* output; const char* tplstring = "Here, have a {{Template}}!"; /* Init some structs */ ngt_template* template = ngt_new(); ngt_dictionary* dictionary = ngt_dictionary_new(); /* Set some stuff in the dictionary ...
  • citrus ... all functions meant to be available to the client will start with an upper case letter. The same is truth for structs etc. license ------- citrus Copyright (C) 2009 Simon Zimmermann This program is free software: you can redistribute it and/or modify ...
  • Couverjure ... make it work rather than make it pretty.) ## Areas for future work ## * Improve interpretation of method signatures to deal with structs and ref/out types - and look at whether keywords or java.lang.reflect.Types are better for defining signatures on ...
  • vmregress ... and the high, low and min watermarks sizes.o sense_structsizes This will print out the struct size of many VM related structs. kvirtual.o sense_kvirtual This prints out the size of the vmalloc address space Eventually it will print out all the ...
  • ncursesw-ruby ... 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 ...
  • ffi-packets A collection of packet structures defined using Ruby FFI::Struct. = ffi-packets A collection of packet structures defined using FFI::Structs. This gem is designed for use with ffi bindings to raw network libraries such as libnet, libdnet, and libpcap. ...
  • bwl ... -- a function that looks like an Expr. Useful for simple expressions that don't need to be represented as structs or slices or anything like that. Any -- always matches. None -- never matches. Eof -- matches against the end of ...