-
Notifications
You must be signed in to change notification settings - Fork 80
Google Code In 2017 : Tasks
Please provide as much detail as possible for tasks. Remember, these are secondary school students, and some may have limited programming experience. Tell them what they need to do to succeed, and where/whom they can ask for help.
To contribute to a project of your choice,
- Navigate to the project's repository
- Setup the project locally with instructions given in README
- Pick up an issue of interest, from the repository's issue tracker
- Fork the project on GitHub
- Add the changes required for fixing the issue, in a new git branch
- Push the changes to your fork
- Read the
CONTRIBUTING.md
(if it exists) - Send a Pull Request to the project, by comparing across forks
- Wait for Travis CI build and reviews from mentor(s)
- Wait for your Pull Request to get merged
- Feel proud, pat yourself on the back and share your progress with your friends
Repository link : https://github.com/sciruby/daru
Mentors : Sameer Deshmukh, Victor Shepelev, Lokesh Sharma, Athitya Kumar, Shekhar Prasad Rajak
-
Issue #206 : Add support for
reset_index
method forDaru::DataFrame
. -
Issue #234 : Add support for joining 2
Daru::DataFrame
s by index. -
Issue #358 : Add support for
Daru::DataFrame#pivot_table
method to retain thegroup_by
columns. -
Issue #227 : Add support for concatenation between
Daru::DataFrame
andDaru::Vector
-
Issue #210 : Add support for 'mask' dataframes and vectors in
where
clause.
Find more issues at issue-tracker
Repository link : https://github.com/sciruby/daru-io
Mentors : Sameer Deshmukh, Victor Shepelev, Lokesh Sharma, Athitya Kumar, Shekhar Prasad Rajak
- Issue #36 : Add support for parsing row names (index) in XLSX Importer.
- Issue #36 : Add support for handling formulas in XLSX Importer.
- Issue #36 : Add support for parsing row names (index) in XLSX Importer.
- Issue #51 : Add benchmarks for CSV Importer.
- Issue #51 : Add benchmarks for Excel Importer.
- Issue #51 : Add benchmarks for Excelx Importer.
- Issue #51 : Add benchmarks for HTML Importer.
- Issue #51 : Add benchmarks for JSON Importer.
- Issue #55 : Add tests for linkages between daru & daru-io calls.
Find more issues at issue-tracker
Repository link : https://github.com/sciruby/daru-view
Mentors : Sameer Deshmukh, Victor Shepelev, Lokesh Sharma, Athitya Kumar, Shekhar Prasad Rajak
-
Issue #66 Improve the code quality. Try to Remove the disabled
rubocop
in the code. (1 Task per file) -
Issue #67 Improve the coverage report.
-
Improve documentation and add examples to demonstrate the feature. (1 Task per file)
-
Improve IRuby notebook examples present in specs/dummy_iruby folder.
-
Add support for rubocop-rspec in the tests. (1 Task per file)
-
Add more examples in demo_daru-view for different Ruby web app frameworks.
-
Add Hanami web app and demonstrate the features of daru-view (similar to the rails, sinatra, nanoc) in demo_daru-view repo.
Find more issues at issue-tracker
Repository link : https://github.com/SciRuby/nmatrix
Mentors : Arafat Khan, Sameer Deshmukh, Dr John Woods
-
Issue #588 : Add specs for
NMatrix::IO::Matlab
. - Issue #526 : Add 100 exercises for NMatrix
- Issue #527 : Merging Tutorials in the wiki
Find more issues at issue-tracker