PHP Classes

Packages of Robin

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Robin (3)  >  Mission progress status  >  Reputation  
Picture of Robin
Name: Robin <contact>
Classes: 3
Country: The Netherlands The Netherlands
Age: 43
All time rank: 105828 in The Netherlands The Netherlands
Week rank: 195 Up4 in The Netherlands The Netherlands Up
All time users: 3044
Week users: 0
Innovation award
Innovation award
Nominee: 3x
 
  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 BWT & MTF encoder  
PHP Programming Innovation award nominee
December 2006
Number 6


Prize: One book of choice by SAMS
Compress and decompress data using BWT and MTF
This package can be used to compress and uncompress data using the Burrows-Wheeler transform (BWT) and Move-To-Front (MTF) encoder.

These data processing algorithms are commonly used in compression schemes employed by the bzip2 program.

Each of these algorithms are implemented in separate classes and do not require any special PHP extensions.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 66% 83% - 79% - - 49% 2830
Month: Not yet rated by the users

  Files folder image Distributed Session Manager  
PHP Programming Innovation award nominee
August 2006
Number 7


Prize: One subscription to the PHP Magazine
Manage sessions using distributed MySQL servers
This class can be used as a replacement to the default PHP session manager class to store and retrieve sessions in distributed MySQL servers.

The class retrieves a list of MySQL server hosts from a configuration file in the INI format.

A random host is picked from the list to connect when it is necessary execute MySQL queries to store, retrieve, update or delete session data.

The MySQL server host connection timeout is set to a configurable value, so the class can skip a busy server and try connecting the next host in the list.

The session data may be stored on multiple servers at once to provide greater redundancy.
Not enough user ratings

  Files folder image Variable Length Coding  
PHP Programming Innovation award nominee
July 2006
Number 9
Compress data using variable length encoding
This class can be used to compress and uncompress data using the variable length encoding.

It can read a stream of data and pack it using an pure PHP implementation of the variable length encoding algorithm.

It can also do the opposite reading a variable length encoded stream of data and unpack it to restore the original uncompressed data.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 75% 81% - 68% - - 52% 2368
Month: Not yet rated by the users


  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