Created
March 6, 2018 00:30
-
-
Save DonHaul/1c7eb2542c2caadc07b027fc132d411b to your computer and use it in GitHub Desktop.
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
{ | |
"exercises": [ | |
{ | |
"ex_code": "ex_do_barco", | |
"points": [ | |
{ | |
"pcode": "angulo" | |
"values": [ | |
3, | |
1.33238, | |
1.340615, | |
1.357346, | |
1.34885, | |
1.365434, | |
1.379457, | |
1.388013, | |
1.396188, | |
1.404159, | |
1.412393, | |
1.428859, | |
1.420626 | |
]}, | |
{ | |
"pcode": "tempo_desde_q_tocou_num_checkpoint", | |
"values": [ | |
0, | |
0.281828, | |
0.307583, | |
0.3158188, | |
0.3240523, | |
0.3326805, | |
0.3405191, | |
0.3492337, | |
0.3569859, | |
0.3652194, | |
0.3738053, | |
0.398153, | |
0.3818398, | |
0.3899953, | |
], | |
"time": [ | |
0, | |
0.281828, | |
0.307583, | |
0.3158188, | |
0.3240523, | |
0.3326805, | |
0.3405191, | |
0.3492337, | |
0.3569859, | |
0.3652194, | |
] | |
} | |
}, | |
{ | |
"ex_code": "ex_do_tinta", | |
"points": [ | |
{ | |
"pcode": "velocidade de rotacao" | |
"values": [ | |
3, | |
1.33238, | |
1.340615, | |
1.357346, | |
1.34885, | |
1.365434, | |
1.379457, | |
1.388013, | |
1.396188, | |
1.404159, | |
1.412393, | |
1.428859, | |
1.420626 | |
]}, | |
{ | |
"pcode": "angulo2", | |
"values": [ | |
0, | |
0.281828, | |
0.307583, | |
0.3158188, | |
0.3240523, | |
0.3326805, | |
0.3405191, | |
0.3492337, | |
0.3569859, | |
0.3652194, | |
0.3738053, | |
0.398153, | |
0.3818398, | |
0.3899953, | |
], | |
"time": [ | |
0, | |
0.281828, | |
0.307583, | |
0.3158188, | |
0.3240523, | |
0.3326805, | |
0.3405191, | |
0.3492337, | |
0.3569859, | |
0.3652194, | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment