view bin/patren @ 719:bcdf320dabf4 default tip

Rewrite the ed2k again in php Getting openssl to hash md4 is a pain.
author nanaya <me@nanaya.net>
date Sun, 10 Dec 2023 00:35:22 +0900
parents 94ee419ad047
children
line wrap: on
line source

#!/usr/bin/env ruby
TITLE_MAPS={ "otaku no musume-san" => 1 }
TITLE_REAL={ 1 => "Otaku no Musume-san" }

def get_title
  
end

ARGV.each do |file|
  next unless File.file?(file) and File.readable?(file)
end