├── a.png
├── Logo.png
├── Mark.png
├── Poster.jpg
├── timeline.png
├── Logo_white.png
├── mark_white.png
├── Projects
├── _config.yml
├── Coming Soon Poster_2.jpg
├── organisers.md
├── LICENSE
├── projects.md
├── faq.md
└── README.md
/a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fossiiita/opencode/master/a.png
--------------------------------------------------------------------------------
/Logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fossiiita/opencode/master/Logo.png
--------------------------------------------------------------------------------
/Mark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fossiiita/opencode/master/Mark.png
--------------------------------------------------------------------------------
/Poster.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fossiiita/opencode/master/Poster.jpg
--------------------------------------------------------------------------------
/timeline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fossiiita/opencode/master/timeline.png
--------------------------------------------------------------------------------
/Logo_white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fossiiita/opencode/master/Logo_white.png
--------------------------------------------------------------------------------
/mark_white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fossiiita/opencode/master/mark_white.png
--------------------------------------------------------------------------------
/Projects:
--------------------------------------------------------------------------------
1 | List of selected projects
2 | --------------
3 |
4 | Will be added after 17.1.17
5 |
--------------------------------------------------------------------------------
/_config.yml:
--------------------------------------------------------------------------------
1 | theme: jekyll-theme-cayman
2 | title: OpenCode
3 | description: An Open Source Event
4 |
--------------------------------------------------------------------------------
/Coming Soon Poster_2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/fossiiita/opencode/master/Coming Soon Poster_2.jpg
--------------------------------------------------------------------------------
/organisers.md:
--------------------------------------------------------------------------------
1 | Mentors
2 | ----------
3 |
4 | - Gautham Santhosh
5 | * [Facebook](https://facebook.com/gauthamzz)
6 | * [GitHub](https://github.com/gauthamzz)
7 | - Kaustubh Shamshery
8 | * [Facebook](https://www.facebook.com/kaustubh.shamshery)
9 | * [Github](https://github.com/KaustubhShamshery)
10 | - Faheem Hassan Zunjani
11 | * [Facebook](https://facebook.com/faheemzunjani)
12 | * [GitHub](https://github.com/faheemzunjani)
13 | - Diwakar Vinay
14 | * [Facebook](https://facebook.com/magician03)
15 | * [GitHub](https://github.com/magician03)
16 | - Mubaris Hassan
17 | * [Facebook](https://facebook.com/Mubaris.Hassan.7)
18 | * [Github](https://github.com/mubaris)
19 | - Himanshu Shekhar
20 | * [Facebook](https://facebook.com/himanshushekharb16)
21 | * [Github](https://github.com/himanshub16)
22 |
23 |
24 | [Home](https://fossiiita.github.io/opencode)
25 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License
2 |
3 | Copyright (c) 2017 OpenCode.
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in
13 | all copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21 | THE SOFTWARE.
22 |
--------------------------------------------------------------------------------
/projects.md:
--------------------------------------------------------------------------------
1 | [Home](https://fossiiita.github.io/opencode)
2 |
3 | Rules for new Project submission (IDEAS)
4 | ----------------
5 |
6 | * Submit your project ideas [here](https://github.com/fossiiita/Projects/issues) with your project name as the issue title and the project idea as the label.
7 | * Your project idea should consist of a concise description of the project.
8 | * Your ideas can range from Web apps, Android apps to any other programming project.
9 | * Go through the existing submissions before submitting your idea to avoid redundancy.
10 | * The deadline for idea submission is January 17, 2017.
11 | * Your project should have proper documentation. Consider making a detailed README.md. A boiler plate for a project is recommended.
12 | * After your project idea has been approved you can go ahead and create a repository for your project and list all the project developments under Issues.
13 | * Your project should have issues which are solved by the participants. Your project will receive the same grading as ones for issue solving. When working with your project make sure it follows proper software design principles i.e, universal coding patterns like PEP8 foe python and comments.
14 |
15 |
16 | Rules for old projects
17 | ---------------------
18 |
19 | * Submit your project ideas [here](https://github.com/fossiiita/Projects/issues) with your project name as the issue title and put label project.
20 | * Your project idea should consist of a concise description of the project.
21 | * Proper documentation for new users is expected.
22 | * Your project should have at least 5 issues with the label OpenCode.
23 | * We will fork your repository during the event and after the event is over, a pr will be send with the features you wanted.
24 |
25 | General rules for all projects
26 | --------
27 |
28 | * All issues should have label OpenCode a,b,c.
29 | * The label a,b,c will be put by the event organizer .
30 | * All code must be documented.
31 |
32 | [Home](https://fossiiita.github.io/opencode)
33 |
--------------------------------------------------------------------------------
/faq.md:
--------------------------------------------------------------------------------
1 | [Home](https://fossiiita.github.io/opencode)
2 |
3 | Frequently asked questions
4 | ----------------------
5 |
6 | > Who can participate ?
7 |
8 | Any ug or pg student enrolled in any college.
9 |
10 | > Why OpenCode ?
11 |
12 | It is an initiative by FOSS IIITA to make students familiar with opensource and development. It can be seen as a mini Google Summer of Code. This event will be held on github.
13 |
14 | As Richard Feynman once said "What I cannot create, I do not understand". We hope you will understand things as you create things throught the event.
15 |
16 | > Are there any prerequisites to participate ?
17 |
18 | You dont have to know anything beforehand. We expect you to learn things as you progress through the event. We will have simple to complex bugs. When you finish the event we assure you that you will be familiar with the basics of opensource contributions.
19 |
20 | As the event is on github, a good way to start is to start using git. Even though the first few issues can be solved without using the terminal version of git, we recommend you to use the terminal version as it will be useful in the future. But learn as you grow.
21 |
22 | > Where do i start?
23 |
24 | You can start by solving the issues with the label opencode.
25 |
26 | > Will there be more projects?
27 |
28 | Yes, as the event progresses the number of projects will increase. So we suggest you put watch on all the repositories with the label OpenCode, as well as follow our [facebook event page](https://www.facebook.com/Opencode-1038106262984513/).
29 |
30 | > How long is the event?
31 |
32 | It is a month long event starting from 17 January 2017.
33 |
34 | > Can anyone be a mentor ?
35 |
36 | Yes, anyone can be a Mentor. You can fill the form you dont necessarily have to be from iiita. Selections will be made based on your GitHub profile. However, you will be made a member only in the later stage as the number of projects increase.
37 |
38 | > Will more projects will be added ?
39 |
40 | Yes. As the number of participants increase you can expect more projects and more issues.
41 |
42 | > I am stuck. What should i do ?
43 |
44 | You can start by googling the problem. However, if you're facing problems even after a few tries, please contact anyone who is a mentor or an Organizer either via their facebook account or [Connect on Gitter](https://gitter.im/opencode2017). Feel free to disturb us. We are always here to help!
45 |
46 | [Home](https://fossiiita.github.io/opencode)
47 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | [](https://gitter.im/opencode2017?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5 |
6 |
7 | Who can participate?
8 | ----
9 |
10 | - Any undergraduate or postgraduate student.
11 | - P.S : There are no institute restrictions.
12 |
13 | - Projects under the event you can contribute to with label [opencode](https://github.com/search?l=&q=label%3Aopencode&ref=advsearch&type=Issues&utf8=%E2%9C%93)
14 |
15 |
16 | - [OpenCodeCollab](https://github.com/fossiiita/opencodecollab)
17 | - [Humble Fool Cup Website](https://github.com/fossiiita/humblefoolcup)
18 | - [Django Event platofrm](https://github.com/gauthamzz/Django-EventPlatform)
19 |
20 | Timeline
21 | --------
22 | 
23 |
24 |
25 | [Connect with us on Gitter](https://gitter.im/opencode2017)
26 |
27 | [Who all are participating](https://fossiiita.github.io/opencodecollab/)
28 |
29 | 
30 |
31 | > An Open Source Event : A Mini [GSOC](https://en.wikipedia.org/wiki/Google_Summer_of_Code)
32 |
33 |
34 |
35 | [Watch Trailer](https://www.youtube.com/watch?v=qkt9vMKYHAM&feature=youtu.be)
36 |
37 | How this works
38 | -----------
39 |
40 | * Participants are required to solve the issues and earn points.
41 | * The participants with the maximum points at the end of the event (17 February) will be adjudged the winner.
42 | * Projects registered for the event can be solved to earn points. All of them can be found at [foss iiita organisation](https://github.com/fossiiita) with label [opencode](https://github.com/search?l=&q=label%3Aopencode&ref=advsearch&type=Issues&utf8=%E2%9C%93).
43 |
44 |
45 | Prizes
46 | ------
47 | Prizes (Cash prizes as well as Goodies) will be awarded in the following categories:
48 |
49 | 1. Grand prize winner (selected from the TOP 5 by the organizers) : Cash prize worth 2.5k, T-shirt and Certficates.
50 | 2. Top 5 Participants based on points: T Shirts, Certificates and a cash prize worth Rs. 500/-
51 | 3. Participant with most points : T-shirt, Certficates and cash prize of 1k
52 | 4. Every participant will be awarded a digital participation certificate.
53 | 5. Top 5 will get direct admission to [Hack In the North](http://www.hackinthenorth.com/#home)
54 | 6. Amazon gift voucher worth Rs. 300/- will be presented to one lucky participant who puts the OpenCode poster as his facebook or tweets during the event.
55 |
56 | Only for IIITA students: Foss selection for next year will be from this event. A minimum of 50 points is required to apply.
57 |
58 | Want to participate?
59 | -----------------
60 |
61 | Add yourself to Student section in [opencodecolab](https://github.com/fossiiita/opencodecollab)
62 |
63 | For More
64 |
65 |
66 |
67 | Do you have an exciting idea for a project or want us to help you with your previous one?
68 | Click [here](https://fossiiita.github.io/opencode/projects)
69 |
70 |
71 | Scoring Criteria
72 | ----------------------
73 |
74 | Issues will be graded into three categories by the team.
75 | The grading will be done before the pr is sent.
76 |
77 | * Category A: 10 points
78 | * Category B: 20 points
79 | * Category C: 30 points
80 | * Category D: 00 points
81 |
82 | For example, multiple pr to awesome lists and readme will fall under category D.
83 |
84 |
85 | Contact Us
86 | ---------------------------
87 | Want to sponsor the event / other queries?
88 | Contact [Gautham](https://facebook.com/gauthamzz) or [Connect on Gitter](https://gitter.im/opencode2017)
89 |
90 | - Gautham Santhosh
91 | * [Facebook](https://facebook.com/gauthamzz)
92 | * [GitHub](https://github.com/gauthamzz)
93 |
94 | List of all the organizers can be found [here](https://fossiiita.github.io/opencodecollab).
95 |
96 | [Frequently Asked Questions](https://fossiiita.github.io/opencode/faq)
97 |
--------------------------------------------------------------------------------