Last change
on this file since 228 was 2, checked in by Rick van der Zwet, 15 years ago |
Initial import of data of old repository ('data') worth keeping (e.g. tracking
means of URL access statistics)
|
-
Property svn:executable
set to
*
|
File size:
170 bytes
|
Rev | Line | |
---|
[2] | 1 | #!/bin/sh
|
---|
| 2 | # $Id: xor.sh 545 2008-04-06 20:46:24Z rick $
|
---|
| 3 |
|
---|
| 4 | cat <<EOF > quality.txt
|
---|
| 5 | 0 0 0
|
---|
| 6 | 1 0 1
|
---|
| 7 | 0 1 1
|
---|
| 8 | 1 1 0
|
---|
| 9 | EOF
|
---|
| 10 |
|
---|
| 11 | ./xor.pl 1000 > training.txt
|
---|
| 12 | ./xor.pl 200000 > validate.txt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.