Simple authorization script example, written by using Zend Framework and Adobe Flex. All data are transferred in binary format (AMF)
Author: Mateusz Kaczanowski
# Perl & CGI: FLV audio/video tag extractor
The script processes FLV stream by deleting audio/video tags. It is also possible to obtain raw content of the tags (eg. mp3). Data is processed on fly, so there is no necessity to download whole file to listen favourite music from eg. YouTube.
# Binary Tree Visualization with Qt4
Binary Tree algorithm implementation written in c++ using Qt4 Libraries. Instead of using console as an output we'll draw the tree using Graphiz (as a raw PNG stream contained in QPixmap object).