[Updated web page flux@modeemi.fi**20091002163820] { hunk ./ganame.html 34 - not at the moment. Basically characters can be skipped, spaces can - be converted to underscores and vice versa, the same with - uppercase and lowercase, and changes in case and a fixed set of - separators can be detected. It can also detect added strings, and - infact without sufficient examples (ie. only one) it can easily - diverge to using those. Also simple mappings are handled.

+ not at the moment. Basically characters can be skipped, spaces + can be converted to underscores and vice versa, the same with + uppercase and lowercase, and changes in case and a fixed set + of separators can be detected. It can also detect added + strings, and infact without sufficient examples (ie. only one) + it can easily diverge to using those. Also simple mappings are + handled. List of supported operations:

+ +

Supported operations

+ + hunk ./ganame.html 62 -

Okay. So I put a demo form up. - I put in a limit of handling only one request concurrently, but - it appears the host I'm running it is faster than my laptop, so - it is practically instantaneous anyway. I hope the load doesn't - become a problem.

+

Okay. So I put a demo form + up. I put in a limit of handling only one request + concurrently as processing one query take at most 10 + seconds. I hope the load doesn't become a problem.

hunk ./layout.css 20 +h3 { + font-family: courier; + font-size: 100%; + margin: 10px 1em; +} + }