tableau

所属分类:数据挖掘/数据仓库
开发工具:Ruby
文件大小:0KB
下载次数:0
上传日期:2013-09-27 06:13:04
上 传 者sh-1993
说明:  分析、管理和分析斯塔福德郡大学时间表,
(Parse, manage and analyse Staffordshire University timetables,)

文件列表:
.travis.yml (62, 2013-09-26)
Gemfile (39, 2013-09-26)
Gemfile.lock (3542, 2013-09-26)
Guardfile (1585, 2013-09-26)
MIT-LICENSE (1050, 2013-09-26)
Rakefile (395, 2013-09-26)
lib/ (0, 2013-09-26)
lib/db/ (0, 2013-09-26)
lib/db/.dummy (0, 2013-09-26)
lib/tableau.rb (776, 2013-09-26)
lib/tableau/ (0, 2013-09-26)
lib/tableau/baseparser.rb (3985, 2013-09-26)
lib/tableau/class.rb (604, 2013-09-26)
lib/tableau/classarray.rb (686, 2013-09-26)
lib/tableau/module.rb (975, 2013-09-26)
lib/tableau/moduleparser.rb (1575, 2013-09-26)
lib/tableau/tablebuilder.rb (3300, 2013-09-26)
lib/tableau/timetable.rb (3087, 2013-09-26)
lib/tableau/timetableparser.rb (1535, 2013-09-26)
lib/tableau/uribuilder.rb (1446, 2013-09-26)
lib/tableau/version.rb (39, 2013-09-26)
lib/tasks/ (0, 2013-09-26)
lib/tasks/tableau_tasks.rake (85, 2013-09-26)
spec/ (0, 2013-09-26)
spec/baseparser_spec.rb (498, 2013-09-26)
spec/classarray_spec.rb (690, 2013-09-26)
spec/dummy/ (0, 2013-09-26)
spec/dummy/.rspec (8, 2013-09-26)
spec/dummy/Rakefile (250, 2013-09-26)
spec/dummy/app/ (0, 2013-09-26)
spec/dummy/app/assets/ (0, 2013-09-26)
spec/dummy/app/assets/images/ (0, 2013-09-26)
spec/dummy/app/assets/images/.keep (0, 2013-09-26)
spec/dummy/app/assets/javascripts/ (0, 2013-09-26)
spec/dummy/app/assets/javascripts/application.js (599, 2013-09-26)
spec/dummy/app/assets/stylesheets/ (0, 2013-09-26)
spec/dummy/app/assets/stylesheets/application.css (546, 2013-09-26)
... ...

Tableau ========= Tableau is a Ruby on Rails Gem that parses, analyses and creates timetables for Staffordshire University students, by using the latest live data available. It currently has the ability to parse both 'student set' timetables (aka 'Core Timetables'), as well as individual Module timetables. The parser is built upon a single BaseParser class, so if the University has data, it's likely Tableau can be expanded to retrieve it! Installing Tableau on Rails 4 -------------------- In your Gemfile, include: ``` ruby gem 'tableau' ``` Or pull the latest build from the master branch: ``` ruby gem 'tableau', git: 'http://github.com/MattRyder/tableau.git' ``` and run bundle install. Developing Tableau -------------------- To develop for Tableau, I invite you to make some changes to the gem, and send me a pull request! All I ask is that if you develop any new features, you include a similar test scheme as seen in existing parts of the gem (or better! :smile:) and if the tests pass, there's little preventing a merge! Licence ------------------- MIT Licence, see LICENCE for more details on that.

近期下载者

相关文件


收藏者