Sha256: 3e95e58d95499b43658f61eee5926e76c6ebb68863316838073f8a2d75cf3fbd
Contents?: true
Size: 834 Bytes
Versions: 2
Compression:
Stored size: 834 Bytes
Contents
=begin opr-calc is a tool for calculating OPR and other scouting stats for FRC teams. Copyright (C) 2014 Kristofer Rye and Christopher Cooper This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. =end require "opr-calc/matrix.rb" require "opr-calc/score_set.rb"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
opr-calc-0.1.2 | lib/opr-calc.rb |
opr-calc-0.1.1 | lib/opr-calc.rb |