<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>success</status>
  <result>
    <project>
      <id>301551</id>
      <name>slava-huffman-implementation</name>
      <created_at>2009-01-24T03:32:52Z</created_at>
      <updated_at>2009-01-24T03:32:53Z</updated_at>
      <description>What this project is:a learning experience practice writing C code learning to create something that is actually useful What has been done:the compression is half done the code builds a balanced tree from a file What has not been done:decompression is completely absent for compression, the dictionary builder is not implemented (the last major part before it can be used) The problems with the code:header files contain code that has to be compiled the dictionary builder will have to be aware of the nodes (tree needs to have move left/right functions) I have decided to follow the old Linux versioning scheme. Even version denotes that some major function is done and the odd version indicates that the next major function is being worked on. 

FUTURE MILESTONES:version 0.2 - Compression is fully done version 0.4 - Decompression is complete version 0.6 - File spec is complete and implemented version 0.8 - command line arguments spec is complete and implemented version 1.0 - There are no problems with 0.8</description>
      <homepage_url>http://code.google.com/p/slava-huffman-implementation</homepage_url>
      <download_url></download_url>
      <url_name>slava-huffman-implementation</url_name>
      <user_count>0</user_count>
      <average_rating></average_rating>
      <rating_count>0</rating_count>
      <analysis_id></analysis_id>
      <licenses>
        <license>
          <name>gpl3_or_later</name>
          <nice_name>GNU General Public License 3 or later</nice_name>
        </license>
      </licenses>
    </project>
  </result>
</response>
