All Projects → opencode18 → Opencode Collaborative

opencode18 / Opencode Collaborative

Licence: mit
Best place to start Open Source and learn development.

Projects that are alternatives of or similar to Opencode Collaborative

fc-solve
Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
Stars: ✭ 49 (-42.35%)
Mutual labels:  opensource, foss
Cdnjs
🤖 CDN assets - The #1 free and open source CDN built to make life easier for developers.
Stars: ✭ 9,270 (+10805.88%)
Mutual labels:  opensource, foss
Android Foss
A list of Free and Open Source Software (FOSS) for Android – saving Freedom and Privacy.
Stars: ✭ 832 (+878.82%)
Mutual labels:  opensource, foss
Fortune Mod
Implementation of the Unix fortune command for displaying a random quotation, for Linux and other systems.
Stars: ✭ 156 (+83.53%)
Mutual labels:  opensource, foss
oh-my-foss-android
个人收集的实用、良心开源安卓软件
Stars: ✭ 37 (-56.47%)
Mutual labels:  opensource, foss
Fossdroid Core
Fossdroid Core is a web frontend of F-Droid: an alternative software repository comprising only free, open source software for Android. This repo is the open source version of fossdroid.com.
Stars: ✭ 329 (+287.06%)
Mutual labels:  opensource, foss
Rocket.chat.electron
Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat
Stars: ✭ 1,108 (+1203.53%)
Mutual labels:  opensource, foss
Readme Template
A Readme Template For Tomorrow's Opensource
Stars: ✭ 69 (-18.82%)
Mutual labels:  opensource
Image To Xls
A simple tool to make ascii art from an image using excel colored cells.
Stars: ✭ 75 (-11.76%)
Mutual labels:  opensource
Hacktoberfest2020
Make your first Pull Request and earn a free tee from GitHub!
Stars: ✭ 1,141 (+1242.35%)
Mutual labels:  opensource
Awesome Readme
A guide to writing an Awesome README. Read the full article in Towards Data Science.
Stars: ✭ 65 (-23.53%)
Mutual labels:  opensource
Taskell
Command-line Kanban board/task manager with support for Trello boards and GitHub projects
Stars: ✭ 1,175 (+1282.35%)
Mutual labels:  opensource
Rduinoscope
rDUINOScope - Arduino based telescope control system (GOTO)
Stars: ✭ 75 (-11.76%)
Mutual labels:  opensource
Build Your Own Radar
A library that generates an interactive radar, inspired by http://thoughtworks.com/radar/
Stars: ✭ 1,159 (+1263.53%)
Mutual labels:  opensource
Jbpm
a Business Process Management (BPM) Suite
Stars: ✭ 1,226 (+1342.35%)
Mutual labels:  opensource
Scancode Toolkit
🔎 ScanCode detects licenses, copyrights, package manifests & dependencies and more by scanning code ... to discover and inventory open source and third-party packages used in your code.
Stars: ✭ 1,134 (+1234.12%)
Mutual labels:  foss
It resource exchange app
IT换换官方客户端
Stars: ✭ 84 (-1.18%)
Mutual labels:  opensource
Rocket.chat.ansible
Deploy Rocket.Chat with Ansible!
Stars: ✭ 80 (-5.88%)
Mutual labels:  foss
Shodanz
🔭 A modern, async Ruby gem for Shodan, the world's first search engine for Internet-connected devices.
Stars: ✭ 74 (-12.94%)
Mutual labels:  opensource
Insert
A (potentially) great code editor for iOS, targeting the iPad. Likely written in Swift.
Stars: ✭ 74 (-12.94%)
Mutual labels:  opensource

OpenCode Collaborative Website

This event is over as of 10 Feb 2018, No new pr's will be merged (except score updates till next 24 hours). Thank you for participating and showing interest in OpenCode'18 and OpenSource.

If you haven't written blog yet, then you can write and submit in next 24 hours, failing to do so will make you ineligible for prizes(if any)

For any further details and queries contact Anupam Dagar .

OpenCode

Chat with us on Zulip
Like us on Facebook

Adding a mentor

To add a mentor open mentors.json and please maintain the following format EXACTLY (replacing values where indicated):

{
   "name" : "Mentors Name",
   "imageurl" : "mentor/image.jpg",
   "about" : "Hello I'm a web developer",
   "facebook" : "url",
   "github" : "url",
   "twitter" : "url"
}

IMPORTANT:

  • All images must be optimized before uploaded to the repo via commit or PR.
  • The images should be of square resolution.
  • If you do not want to include social media accounts, leave the field empty "facebook":"".

Adding yourselves to student section

  • For already exisiting contestants :

      Update your college name in the college key in contestants.json.
    

To add yourself to student section you need to open the file contestants.json and please maintain the following format EXACTLY (replacing values where indicated):

{
   "name" : "Name",
   "imageurl" : "contestant/avatar.jpg",
   "about" : "Hello I'm a web developer",
   "college" : "My college",
   "facebook" : "url",
   "github" : "url",
   "twitter" : "url",
   "referral" : "who refered you?"
}

IMPORTANT:

  • All images must be optimized before uploaded to the repo via commit or PR.
  • The images should be of square resolution.
  • If you do not want to include social media accounts, leave the field empty "facebook":"".

Updating Your Scores

To add Your scores open json/scores.json and follow the given format

   {  
       "name":"Name",
       "github":"github link",
       "Contributions":[{
            "name":"Name of issue",
            "Issuelink":"https://github.com/opencode18/OpenCode-Collaborative/issues/331",
            "PRlink":"Link of the PR",
            "score":"10"
          },{
            "name":"Name of issue",
            "Issuelink":"https://github.com/opencode18/OpenCode-Collaborative/issues/331",
            "PRlink":"Link of the PR",
            "score":"10"
          }
       ],
       "Total":"500"
   }

Contributing

Code practices

Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.

  • People before code: If any of the following rules are violated, the pull-requests must not be rejected. This is to create an easy and joyful onboarding process for new programmers and first-time contributors.

  • Single commit per pull request and name the commit as something meaningful, example: Adding <-your-name-> in students/mentors section.

  • Reference the issue numbers in the commit message if it resolves an open issue. Follow the pattern Fixes #

  • Provide the link to live gh-pages from your forked repository or relevant screenshot for easier review.

  • Pull Request older than 4 days with no response from the contributor shall be marked closed.

  • Those who wish to solve an issue, comment on it first that you would like to take up the issue and get assigned to solve the issue. Assigning will be done on a first come first serve basis.

  • Do not make PR which is not related to any issues. You can create an issue and solve it once we approve them.

  • Avoid duplicate PRs, if need be comment on the older PR with the PR number of the follow-up (new PR) and close the obsolete PR yourself.

Referrals

Participants can invite their friends to Opencode and ask them to add your github username as referral.You will get an extra 10 points for each refferal.

Tutorials

Git/Github

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].