Help for this page

Select Code to Download


  1. or download this
    Year         2 bytes     (0..65535)
    subject code 2 bytes(?)  (0..65535)
    author code  2 bytes(?)  (0..65535)
    chemicals:   2 bytes per (0..65535)
    
  2. or download this
    sub encode_base32 {
       ... based on encode_base64 ...
    ...
    $file_name = encode_base32(compress_data(...));
    
    (...) = decompress_data(decode_base32($file_name));