Skip to content

Google Code In 2017 : Tasks

Athitya Kumar edited this page Oct 20, 2017 · 16 revisions

Google Code-In 2017 Tasks

Note to mentors

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.

Note to students

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

Example Tasks Grouped by Project

daru

Repository link : https://github.com/sciruby/daru

Mentors : Sameer Deshmukh, Victor Shepelev, Lokesh Sharma, Athitya Kumar, Shekhar Prasad Rajak

  1. Issue #206 : Add support for reset_index method for Daru::DataFrame.
  2. Issue #234 : Add support for joining 2 Daru::DataFrames by index.
  3. Issue #358 : Add support for Daru::DataFrame#pivot_table method to retain the group_by columns.
  4. Issue #227 : Add support for concatenation between Daru::DataFrame and Daru::Vector
  5. Issue #210 : Add support for 'mask' dataframes and vectors in where clause.

Find more issues at issue-tracker

daru-io

Repository link : https://github.com/sciruby/daru-io

Mentors : Sameer Deshmukh, Victor Shepelev, Lokesh Sharma, Athitya Kumar, Shekhar Prasad Rajak

  1. Issue #36 : Add support for parsing row names (index) in XLSX Importer.
  2. Issue #36 : Add support for handling formulas in XLSX Importer.
  3. Issue #36 : Add support for parsing row names (index) in XLSX Importer.
  4. Issue #51 : Add benchmarks for CSV Importer.
  5. Issue #51 : Add benchmarks for Excel Importer.
  6. Issue #51 : Add benchmarks for Excelx Importer.
  7. Issue #51 : Add benchmarks for HTML Importer.
  8. Issue #51 : Add benchmarks for JSON Importer.
  9. Issue #55 : Add tests for linkages between daru & daru-io calls.

Find more issues at issue-tracker

daru-view

nmatrix

statsample

tensorflow.rb

Clone this wiki locally