PHP Classes

Packages of Jonas Raoni Soares Silva

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Jonas Raoni Soares Silva (3)  >  Mission progress status  >  Reputation  
Picture of Jonas Raoni Soares Silva
Name: Jonas Raoni Soares Silva <contact>
Classes: 3
Country: Brazil Brazil
Age: 41
All time rank: 61644 in Brazil Brazil
Week rank: 46 Up3 in Brazil Brazil Up
All time users: 4798
Week users: 1
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image 3-Level DOM Implementation  
Class to manage data upon the DOM specification.
This class provides two implementations of the DOM specification:
- A very light-weight implementation (TBasicDOM), that you can use when you don't need so many things;
- And a complete implementation (the TDOM class) of the Document Object Model Level 3 that follows all the DOM 3 Core specifications according to the http://www.w3.org, by the way the documentation is available at http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/.

Now my work is done :]

I've made some fast tests and didn't get any errors, so if you find one(s), feel free to warn me, so I'll be able to find and correct the problem... :]
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 83% 83% - 66% - - 56% 1799
Month: Not yet rated by the users

  Files folder image Advanced Randomizer  
Retrieve random items based on given probability
This class is able to retrieve items added to a list based on the probability of occurrence associated to each item.

It is useful for making sorting content to be served randomly, such as a advertising banner system on which different advertisements have distint levels of priority, but all of them must be displayed.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 84% 81% 88% 90% 77% - 75% 66
Month: Not yet rated by the users

  Files folder image Binary Parser  
Serialize and unserialize binary data
This class serializes and unserializes binary data, so you can read and write binary data files for exchange with programs written in languages like C and Pascal.

Currently the class is able to handle just the following types: signed integers (small 8 bits, short 16 bits, int 32 bits), unsigned integers (byte 8 bits, word 16 bits, dword 32 bits) and floating point (IEEE754 float 32 bits and double 64 bits).

The endianess of the binary values representation can also be configured with the class.
Not enough user ratings


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z