vivekbhattacharya / theframeshiftkids

Automatically exported from code.google.com/p/theframeshiftkids
0 stars 0 forks source link

Implement optional arguments in megaunity #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
* Optional +1/-1 shifts [common case]
* Limit on iterations
* Silent mode

Original issue reported on code.google.com by shadytr...@gmail.com on 8 Jul 2007 at 8:15

GoogleCodeExporter commented 9 years ago
Fixed as of r268

http://groups.google.com/group/theframeshiftkids-commits/browse_thread/thread/a7
12bca800457623

Now valid: 
* megaunity('prfb.txt', {'uga,25'})
* megaunity('rpoSmax.txt')
* megaunity('prfb.txt', {'uga,25'}, 200)
* megaunity('prfb.txt', {'uga,25'}, 200, 'display graphs please or i will kill 
you')

Stand by for documentation.

Original comment by shadytr...@gmail.com on 1 Aug 2007 at 1:05

GoogleCodeExporter commented 9 years ago
Examples were invalid. These are valid:
* megaunity('prfb.txt', {'uga,25'})
* megaunity('rpoSmax.txt')
* megaunity('prfb.txt', {'uga,25'}, {}, 200)
* megaunity('prfb.txt', {'uga,25'}, {}, 200, 'shakespeare was a man')

Original comment by shadytr...@gmail.com on 6 Aug 2007 at 4:27

GoogleCodeExporter commented 9 years ago
Fixed in r291.

http://groups.google.com/group/theframeshiftkids-commits/browse_thread/thread/f6
b19b090dc34e47

Original comment by shadytr...@gmail.com on 9 Aug 2007 at 7:23