-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b3a354
commit e8a403b
Showing
3 changed files
with
1,313 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -euo pipefail | ||
|
||
for int_1 in $(seq 1 2 6); do | ||
for int_2 in $(seq 2 2 7); do | ||
for int_3 in $(seq 3 2 8); do | ||
for fract_1 in $(seq 1 3 5); do | ||
for fract_2 in $(seq 1 3 5); do | ||
for fract_3 in $(seq 1 3 5); do | ||
echo "${int_1}.${fract_1} ${int_2}.${fract_2} ${int_3}.${fract_3}" | ||
done | ||
done | ||
done | ||
done | ||
done | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,216 @@ | ||
3.0 4.0 2.0 | ||
12.7 10.4 15.2 | ||
2.1 3.2 4.5 | ||
1.1 2.1 3.1 | ||
1.1 2.1 3.4 | ||
1.1 2.4 3.1 | ||
1.1 2.4 3.4 | ||
1.4 2.1 3.1 | ||
1.4 2.1 3.4 | ||
1.4 2.4 3.1 | ||
1.4 2.4 3.4 | ||
1.1 2.1 5.1 | ||
1.1 2.1 5.4 | ||
1.1 2.4 5.1 | ||
1.1 2.4 5.4 | ||
1.4 2.1 5.1 | ||
1.4 2.1 5.4 | ||
1.4 2.4 5.1 | ||
1.4 2.4 5.4 | ||
1.1 2.1 7.1 | ||
1.1 2.1 7.4 | ||
1.1 2.4 7.1 | ||
1.1 2.4 7.4 | ||
1.4 2.1 7.1 | ||
1.4 2.1 7.4 | ||
1.4 2.4 7.1 | ||
1.4 2.4 7.4 | ||
1.1 4.1 3.1 | ||
1.1 4.1 3.4 | ||
1.1 4.4 3.1 | ||
1.1 4.4 3.4 | ||
1.4 4.1 3.1 | ||
1.4 4.1 3.4 | ||
1.4 4.4 3.1 | ||
1.4 4.4 3.4 | ||
1.1 4.1 5.1 | ||
1.1 4.1 5.4 | ||
1.1 4.4 5.1 | ||
1.1 4.4 5.4 | ||
1.4 4.1 5.1 | ||
1.4 4.1 5.4 | ||
1.4 4.4 5.1 | ||
1.4 4.4 5.4 | ||
1.1 4.1 7.1 | ||
1.1 4.1 7.4 | ||
1.1 4.4 7.1 | ||
1.1 4.4 7.4 | ||
1.4 4.1 7.1 | ||
1.4 4.1 7.4 | ||
1.4 4.4 7.1 | ||
1.4 4.4 7.4 | ||
1.1 6.1 3.1 | ||
1.1 6.1 3.4 | ||
1.1 6.4 3.1 | ||
1.1 6.4 3.4 | ||
1.4 6.1 3.1 | ||
1.4 6.1 3.4 | ||
1.4 6.4 3.1 | ||
1.4 6.4 3.4 | ||
1.1 6.1 5.1 | ||
1.1 6.1 5.4 | ||
1.1 6.4 5.1 | ||
1.1 6.4 5.4 | ||
1.4 6.1 5.1 | ||
1.4 6.1 5.4 | ||
1.4 6.4 5.1 | ||
1.4 6.4 5.4 | ||
1.1 6.1 7.1 | ||
1.1 6.1 7.4 | ||
1.1 6.4 7.1 | ||
1.1 6.4 7.4 | ||
1.4 6.1 7.1 | ||
1.4 6.1 7.4 | ||
1.4 6.4 7.1 | ||
1.4 6.4 7.4 | ||
3.1 2.1 3.1 | ||
3.1 2.1 3.4 | ||
3.1 2.4 3.1 | ||
3.1 2.4 3.4 | ||
3.4 2.1 3.1 | ||
3.4 2.1 3.4 | ||
3.4 2.4 3.1 | ||
3.4 2.4 3.4 | ||
3.1 2.1 5.1 | ||
3.1 2.1 5.4 | ||
3.1 2.4 5.1 | ||
3.1 2.4 5.4 | ||
3.4 2.1 5.1 | ||
3.4 2.1 5.4 | ||
3.4 2.4 5.1 | ||
3.4 2.4 5.4 | ||
3.1 2.1 7.1 | ||
3.1 2.1 7.4 | ||
3.1 2.4 7.1 | ||
3.1 2.4 7.4 | ||
3.4 2.1 7.1 | ||
3.4 2.1 7.4 | ||
3.4 2.4 7.1 | ||
3.4 2.4 7.4 | ||
3.1 4.1 3.1 | ||
3.1 4.1 3.4 | ||
3.1 4.4 3.1 | ||
3.1 4.4 3.4 | ||
3.4 4.1 3.1 | ||
3.4 4.1 3.4 | ||
3.4 4.4 3.1 | ||
3.4 4.4 3.4 | ||
3.1 4.1 5.1 | ||
3.1 4.1 5.4 | ||
3.1 4.4 5.1 | ||
3.1 4.4 5.4 | ||
3.4 4.1 5.1 | ||
3.4 4.1 5.4 | ||
3.4 4.4 5.1 | ||
3.4 4.4 5.4 | ||
3.1 4.1 7.1 | ||
3.1 4.1 7.4 | ||
3.1 4.4 7.1 | ||
3.1 4.4 7.4 | ||
3.4 4.1 7.1 | ||
3.4 4.1 7.4 | ||
3.4 4.4 7.1 | ||
3.4 4.4 7.4 | ||
3.1 6.1 3.1 | ||
3.1 6.1 3.4 | ||
3.1 6.4 3.1 | ||
3.1 6.4 3.4 | ||
3.4 6.1 3.1 | ||
3.4 6.1 3.4 | ||
3.4 6.4 3.1 | ||
3.4 6.4 3.4 | ||
3.1 6.1 5.1 | ||
3.1 6.1 5.4 | ||
3.1 6.4 5.1 | ||
3.1 6.4 5.4 | ||
3.4 6.1 5.1 | ||
3.4 6.1 5.4 | ||
3.4 6.4 5.1 | ||
3.4 6.4 5.4 | ||
3.1 6.1 7.1 | ||
3.1 6.1 7.4 | ||
3.1 6.4 7.1 | ||
3.1 6.4 7.4 | ||
3.4 6.1 7.1 | ||
3.4 6.1 7.4 | ||
3.4 6.4 7.1 | ||
3.4 6.4 7.4 | ||
5.1 2.1 3.1 | ||
5.1 2.1 3.4 | ||
5.1 2.4 3.1 | ||
5.1 2.4 3.4 | ||
5.4 2.1 3.1 | ||
5.4 2.1 3.4 | ||
5.4 2.4 3.1 | ||
5.4 2.4 3.4 | ||
5.1 2.1 5.1 | ||
5.1 2.1 5.4 | ||
5.1 2.4 5.1 | ||
5.1 2.4 5.4 | ||
5.4 2.1 5.1 | ||
5.4 2.1 5.4 | ||
5.4 2.4 5.1 | ||
5.4 2.4 5.4 | ||
5.1 2.1 7.1 | ||
5.1 2.1 7.4 | ||
5.1 2.4 7.1 | ||
5.1 2.4 7.4 | ||
5.4 2.1 7.1 | ||
5.4 2.1 7.4 | ||
5.4 2.4 7.1 | ||
5.4 2.4 7.4 | ||
5.1 4.1 3.1 | ||
5.1 4.1 3.4 | ||
5.1 4.4 3.1 | ||
5.1 4.4 3.4 | ||
5.4 4.1 3.1 | ||
5.4 4.1 3.4 | ||
5.4 4.4 3.1 | ||
5.4 4.4 3.4 | ||
5.1 4.1 5.1 | ||
5.1 4.1 5.4 | ||
5.1 4.4 5.1 | ||
5.1 4.4 5.4 | ||
5.4 4.1 5.1 | ||
5.4 4.1 5.4 | ||
5.4 4.4 5.1 | ||
5.4 4.4 5.4 | ||
5.1 4.1 7.1 | ||
5.1 4.1 7.4 | ||
5.1 4.4 7.1 | ||
5.1 4.4 7.4 | ||
5.4 4.1 7.1 | ||
5.4 4.1 7.4 | ||
5.4 4.4 7.1 | ||
5.4 4.4 7.4 | ||
5.1 6.1 3.1 | ||
5.1 6.1 3.4 | ||
5.1 6.4 3.1 | ||
5.1 6.4 3.4 | ||
5.4 6.1 3.1 | ||
5.4 6.1 3.4 | ||
5.4 6.4 3.1 | ||
5.4 6.4 3.4 | ||
5.1 6.1 5.1 | ||
5.1 6.1 5.4 | ||
5.1 6.4 5.1 | ||
5.1 6.4 5.4 | ||
5.4 6.1 5.1 | ||
5.4 6.1 5.4 | ||
5.4 6.4 5.1 | ||
5.4 6.4 5.4 | ||
5.1 6.1 7.1 | ||
5.1 6.1 7.4 | ||
5.1 6.4 7.1 | ||
5.1 6.4 7.4 | ||
5.4 6.1 7.1 | ||
5.4 6.1 7.4 | ||
5.4 6.4 7.1 | ||
5.4 6.4 7.4 |
Oops, something went wrong.