- Berlin Brown
Berlin Brown is a Enterprise GIS programmer in Atlanta, trying to move away from .NET/Java/C++ - bike
bike is a library which implements cross-platform Common Lisp interface to .Net Core platform, using lisp compatibility layers - Bill Newman
project administrator for SBCL, person - binary format
Binary-types - Binary-types is a library for accessing binary format files with fixed bit-length code-words binascii - binascii is a binary format library for converting binary data to ASCII bintype - BINTYPE is a specification-driven parser generator for binary formats cl-binary-file - The binary file package contains utilities to read and write binary files cl-bson - BSON encoder/decoder for Common Lisp cl-pack - CL-PACK supplies Perl/PHP/Ruby/Python compatible pack() and unpack() functions to allow easy use of binary format protocols and files with the above mentioned languages and C cl-rfc4251 - cl-rfc4251 is a Common Lisp system, which provides support for parsing RFC 4251 encoded binary data, as described in the Data Type Representations Used in the SSH Protocols section of the document cl-wbxml - CL-WBXML reads and writes WAP Binary XML de.setf.utility - de setf utility is a collection of Common Lisp utilities functions and several purpose-specific libraries dso-binary-class - dso-binary-class allows you to declare classes with a specific binary disk layout, and then read and write instances easily fast-io - Fast-io is about improving performance to octet-vectors and octet streams (though primarily the former, while wrapping the latter) float-features - float-features is a portability library for IEEE float features that are not covered by the CL standard id3v2 - Parser for the ID3v2 binary format IE3FP - IE3FP is a library to code and decode floating point numbers in IEEE 754 binary format ieee-floats - IEEE-Floats provides a way of converting values of type float and double-float to and from their binary format representation as defined by IEEE 754 (which is commonly used by processors and network protocols) LISP-BINARY - A library to easily read and write complex binary formats nibbles - Nibbles is a library for accessing octet-addressed blocks of data odd-streams - ODD-STREAMS implements binary streams with "odd" byte sizes packer - The PACKER binary format library implements a "little language" for C-style structures, along the lines of Perl's pack() or Python's struct module simpbin - A library to store data in a simple binary format stl - Read binary triangle data from STL files stl-io - The stl-io library deals with reading and writing binary STL files swap-bytes - swap-bytes is a library for efficient endianness conversion in SBCL and CCL trivial-bit-streams - Trivial-bit-streams implements flexible buffered bit streams - Binary-types
Binary-types is a library for accessing binary format files with fixed bit-length code-words - binascii
binascii is a binary format library for converting binary data to ASCII - bind
Bind combines let*, destructuring-bind and multiple-value-bind into a single form - Binghe
Chun Tian (binghe) was a student in Zhejiang University (China); Currently he is a student in University of Bologna (Italy), doing master degree on Computer Science - binomial-heap
Binomial-heap is an implementation of the binomial heap data structure - bintype
BINTYPE is a specification-driven parser generator for binary formats
Result page:<123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291>