Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • jsonutil Utility functions for serializing and deserializing structs to files in JSON format. PACKAGE package jsonutil import "github.com/wcspromoteam/jsonutil" FUNCTIONS func DecodeFromFile(filename string, object interface{}) (e os.Error) Decodes a JSON ...
  • ljsyscall ... do not supply a buffer for the return value, you will get a string in general as more useful. Many functions that return structs return metatypes exposing additional methods, so you get the raw values eg `st_size` and a Lua number as `size`, and possibly ...
  • fly-examples ... to Erlang: * Tail recursion optimization * Immutable Message-Passing Style * Pattern matching function dispatch * Tuples/Structs * Binary/Stream paradigms * Lightweight processes / actors Other useful things: * Highly inline-able code * Concurrency, ...
  • racket-lib ... ` also supports destructuring anything which is a `dict` in accordance with Racket's `racket/dict` library. This covers structs, various kinds of hash tables, and association lists. Dict destructuring is introduced with the `:>` sigil: (dlet* (((:> ...
  • PLSymbolicate ... several gems used by the script require Ruby 1.8 — specifically the spotlight gem’s native extensions rely upon internal structs of Ruby 1.8. Note that if you‘ve got Readline installed earlier via MacPorts: http://beginrescueend.com/packages/readline/
  • modf ... with lists, arrays, hash tables, and, given you have defined your Modf expanders for your data types, class instances and structs. For usability purposes, however, a lot of effort has gone into making Modf work for data even if Modf expansions haven't ...
  • cffi ... ANSI CL making use of the low-level operators exported by CFFI-SYS. The CFFI-LIBFFI subsystem loads support for passing structs by value. It requires [libffi](https://sourceware.org/libffi/) for that. Please consult [the manual](http://common-lisp.net/ ...
  • echsml xml parser a simple XML parser this function: Doc *new_doc(FILE *); creates structs based on a well-formed xml document. See test.c for example and doc.h for struct definitions.
  • cl-ewkb ... txt All extensions are supported: 3dz, 3dm, 4d, embedded SRID. Exported structs point-primitive x y pointz-primitive x y z pointm ... y m pointzm-primitive x y z m point-primtive structs contain coordinates (2d, 3d, 4d) linear-ring points-primitive linear ...
  • genetic-knapsack ... values to test with. - Parse a more human readable format for reading item files. Using a lisp file with item structs in it feels like cheating. - Create alternate solve- function for running until convergence in the population is detected. - ...