Projects tagged ‘binary’


[75 total ]

13 Users
   

Efficient, pure binary serialisation using lazy ByteStrings. Haskell values may be encoded to and form binary formats, written to disk as binary, or sent over the network. Serialisation speeds of over ... [More] 1 G/sec have been observed, so this library should be suitable for high performance scenarios. [Less]
Created about 1 year ago.

2 Users

This is a strict version of the Get monad from the Haskell binary package.
Created about 1 year ago.

1 Users

TurboDiff is a binary diffing tool developed as an IDA plugin. It discovers and analyzes differences between the functions of two binaries.
Created 27 days ago.

1 Users

bitstring is a pure Python module designed to help make the creation, manipulation and analysis of binary data as simple and natural as possible. BitStrings can be constructed from integers (big and ... [More] little endian), hex, octal, binary, strings or files. They can be sliced, joined, reversed, inserted into, overwritten, etc. with simple functions or slice notation. They can also be read from, searched and replaced, and navigated in, similar to a file or stream. Internally the data is efficiently stored as byte arrays, the module has been optimized for speed, and excellent code coverage is given by over 300 unit tests. It is available for Python 2.4+ and for Python 3. To get updates on new releases you can subscribe to the project on freshmeat. DocumentationThe manual for the bitstring module is available as a PDF. It contains a walk-through of all the features and a complete reference section. You can also view this on the Wiki. ExamplesCreation: >>> a = BitString(bin='00101') >>> b = BitString(a_file_object) >>> c = BitString('0xff, 0b101, 0o65, uint:6=22') >>> d = pack('intle:16, hex=a, 0b1', 100, a='0x34f') >>> e = pack('For full details on the API changes and for earlier changes, see the release notes. There is one version for Python 2.4 / 2.5 / 2.6 (version 1.0.0) and another for Python 3.0 / 3.1 (version 1.0.1). [Less]
Created 9 months ago.

1 Users

Rserve acts as a socket server (TCP/IP or local sockets) which allows binary requests to be sent to R. Every connection has a separate workspace and working directory. Client-side implementations are ... [More] available for popular languages such as C/C++ and Java, allowing any application to use facilities of R without the need oflinking to R code. Rserve supports remote connection, user authentication and file transfer. A simple R client is included in this package as well. [Less]
Created about 1 year ago.

1 Users
 

Facund is a front end to freebsd-update
Created over 2 years ago.

1 Users

BRAP is a Java remoting protocol that uses native Java object serialization, encapsulated in HTTP. It aims to be an alternative to Spring HttpInvoker and Spring Security especially when you don't ... [More] need or want the dependencies of Spring in your client, for example when building a rich client application where size might be an issue. The authentication mechanism lets you use your own domain objects as credentials. BRAP gives you "pass by reference" even though the object arguments are serialized and passed to the remote service - changes that happen on the remote side can be applied to the client side automatically. Server configuration can be expressed solely in web.xml or by subclassing the ProxyServlet but there is also an optional SpringProxyServlet available. [Less]
Created 3 months ago.

1 Users
   

Frhed is an binary file editor for Windows. It is small but has many advanced features like ability to load big files partially.
Created about 1 year ago.

1 Users

Templated C++ Binary Tree Data Structure Compatible C++ Compilers: GCC 4.0+ Intel C++ Compiler 9.0+ Microsoft Visual C++ 8.0+ Comeau C/C++ 4.1+
Created 11 months ago.

1 Users

This is mloskot's personal workshop dedicated to miscellaneous prototypes and experiments mostly written in C++ programming language.
Created 5 months ago.