11
I Use This!
Inactive

News

Analyzed 1 day ago. based on code collected 2 days ago.
Posted almost 18 years ago by Thijs Triemstra
Check out the Flex example using the GeoIP APIs: You can browse or download the source from the Subversion repository. You can find instructions on how to run the example yourself on the wiki page.
Posted almost 18 years ago by Thijs Triemstra
We have created a simple PyAMF example for the ByteArray class in ActionScript which provides methods and properties to optimize reading, writing, and working with binary data. The PyAMF equivalent of this class is also called ByteArray that provides the same basic functionality.
Posted almost 18 years ago by Nick Joyce
We are pleased to announce the first alpha version of PyAMF. PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe’s ActionScript Message Format. A summary of features in this release: AMF0 and AMF3 ... [More] encoders/decoders Support for IExternalizable, ArrayCollection, ObjectProxy, ByteArray, RecordSet and RemoteObject Remoting gateways for Twisted, WSGI, and Django Authentication/setCredentials support (AMF0 only) zlib compression [...] [Less]
Posted almost 18 years ago by Nick Joyce
From Wikipedia: The IEEE Standard for Binary Floating-Point Arithmetic (IEEE 754) is the most widely-used standard for floating-point computation, and is followed by many CPU and FPU implementations. Included in this specification is the ability to ... [More] denote intangible numbers such as positive and negative infinity, and NaN (Not a Number). A floating point number is represented either [...] [Less]