My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 10
simple app for converting between hex and dec
*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 little endian), hex, octal, binary, strings or files. They can be sliced, joined, reversed, ins...
A lightweight AOP-style framework that capture read/write access to a class's fields. This framework attempts to provide a 'true' properties support semantics in Java language, such as those available in C#, Borland Delphi and others. For example: {{{ public class PersonBean { /** Perso...
[http://miacms.org/templates/borders4/images/logo.png] =The MiaCMS Story= MiaCMS is a fork of the Mambo CMS. Why a fork? We felt that the policies, processes, and priorities of the official Mambo Foundation were having a negative impact on the code and the community. Innovation, creativity, ...
= About = Http Byte-Range is required by the iPhone for streaming video, but mongrel and webrick do not support it. Motionbox has created this plugin to make it easier to develop for the iPhone in Rails. Currently, byte-range support is limited to only what is necessary to support the iPhone. Th...
*EPBP* *See the EPBP official website for more information: http://epbp.earlz.biz.tm * EPBP is a portable bytecode project. It is designed to resemble an actual machine from the bytecode/assembler point of view. It is designed in this way so that _real_ programming languages can be ported to c...
Merge files at the binary level. This is written in C# using VS 2008. [http://i32.tinypic.com/bdpi6a.png]
This is a re-implementation of (most of) the Python struct module in JavaScript. It uses arrays of numbers between 0 and 255 in lieu of Python's strings, and omits some of the more obscure types (e.g. Pascal strings). It offers support for: * Signed & Unsigned 8, 16, and 32 bit integers * ...
This FORTH Virtual Machine (FVM) is minimal FORTH kernel based on tiny byte-code interpreter can be simply embedded into any program or hardware/software system. Can be used as the base of embeddable scripting language, platform independent plugin engine, end user programming interface, distributed ...
This is a vim plugin script, it help you to select a file encoding easily.You can select a file encoding from the menu or let it detect the correct encoding for you automatically.