Packages of Alexey Znaev

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Alexey Znaev (3)  >  Mission progress status  >  Reputation  
Picture of Alexey Znaev
Name: Alexey Znaev <contact> Alexey Znaev Google profile
Classes: 3
Country: Russian Federation Russian Federation
Age: 53
All time rank: 331 in Russian Federation Russian Federation
Week rank: 6 Up1 in Russian Federation Russian Federation Equal
All time users: 679
Week users: 0
 
  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 LZF  
Compress and decompress data with LZF algorithm
This object can compress and decompress data with LZF algorithm.

It takes a string of data and compresses it using LZF. An UTF-8 encoded string is returned as compressed result.

The object can also do the opposite, take a previously compressed string and return the original decompressed data.

It works the same way as the lzf_compress and lzf_decompress functions of PHP.
Not enough user ratings

  Files folder image SCSU  
Encode and decode Unicode strings with SCSU
This object can encode and decode Unicode strings with SCSU (Standard Compression Scheme for Unicode).

It can take a text string and encoded it using SCSU to make it better to compress with the LZF algorithm.

The object can also do the opposite, i.e., decode a text string previously encoded using SCSU.
Not enough user ratings

  Files folder image XBSDB  
Manipulate arrays with an SQL-like language
This package can be used to manipulate arrays with an SQL-like language.

It can can insert, delete, update, and select array entries as database table records. It can use indexes to make selections faster.

It can also encode data in JSON for exchanging data between the browser and the server.
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