Sha256: 0c40ef37234c8b9243c487603904a4dac1bfa6b1f982b17a8d8f28629f4ce483
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
h1. egor: Environment-specific substitution table GeneratOR h2. What 'egor' is a program for calculating environment-specific substitution tables h2. Installation <pre syntax="ruby">$ sudo gem install egor</pre> h2. Features * No more segmentation fault * Full smoothing supported * In theory, infinite number of environment features can be handled h2. Demonstration of usage It's pretty much the same as Kenji's subst, so in most cases, you just need swap 'subst' with 'egor'. <pre>$ egor -l TEMLIST-file -c classdef.dat</pre> or <pre>$ egor -l TEM-file -c classdef.dat</pre> h2. Repository You can download a pre-built RubyGem package from * rubyforge: "http://rubyforge.org/projects/egor":http://rubyforge.org/projects/egor or, You can fetch the source from * github: "http://github.com/semin/egor/tree/master":http://github.com/semin/egor/tree/master <pre>$ git clone git://github.com/semin/egor.git</pre> h2. License This code is free to use under the terms of the MIT license. h2. Contact Comments are welcome, please send an email to me (seminlee at gmail dot com).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
egor-0.0.1 | website/index.txt |