Giter VIP home page Giter VIP logo

snip-a-thon-21's Introduction

โœจ Snip-a-Thon' 21 ๐ŸŒŸ: Snippet Gems! ๐Ÿ’ป

GitHub stars GitHub forks GitHub contributors GitHub

โœจ Hall Of Fame

Thanks goes to these amazing people for their contributions ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

Table of Contents ๐Ÿ“š

  1. Overview
  2. Project Structure
  3. How to Contribute?
  4. Star it
  5. License
  6. Thanks Contributors

Overview

Welcome! ๐ŸŽ‰ Here, we celebrate our love for coding by sharing our favorite code snippets in various programming languages. Whether it's a simple "Hello, World!" program or a complex algorithm or data structure, this contest which is hosted by Shreya Malogi, is the perfect place to showcase your coding passion. ๐Ÿš€

Project Structure

Here's a quick overview of the project structure:

  • C# - Folder for C# code snippets
  • C++ - Folder for C++ code snippets
  • C - Folder for C code snippets
  • Go - Folder for Go code snippets
  • Java - Folder for Java code snippets
  • JavaScript - Folder for JavaScript code snippets
  • PHP - Folder for PHP code snippets
  • Python - Folder for Python code snippets
  • LICENSE - The project's license file
  • README.md - You are here!

How to Contribute

We encourage you to contribute your favorite code snippets to this repository. It's a great way to share your knowledge and learn from others. Follow these steps to make your contribution:๐Ÿค

1. Fork the Repository

Click the "Fork" button at the top right corner of this repository to create your own fork.

2. Clone Your Fork

Clone the forked repository from your account to your local machine:

git clone https://github.com/codemacrocosm/Dev-a-Thon-21.git

3. Add Your Code Snippet

Navigate to the folder corresponding to the programming language of your code snippet (e.g., C#, Python, etc.).

Add your code snippet file to the respective folder.

4. Commit Your Changes

Commit your changes with a descriptive commit message:

git add .
git commit -m "Added my favorite code snippet in [Language]"

5. Create a Pull Request

Push your changes to your forked repository and then create a pull request:

  • Go to the original repository.
  • Click on the "New Pull Request" button.
  • Provide a meaningful title and description for your pull request.
  • Click "Create Pull Request" to submit your contribution.

That's it! ๐ŸŽ‰ Your contribution will be reviewed and, once approved, merged into the main repository.

Your Favorite Code Snippet โค๏ธ

Feel free to share your favorite code snippet along with a brief comment explaining why it's your favorite. We value readability and proper indentation in code snippets. Here's an example:

# This is my favorite code snippet because it calculates the Fibonacci sequence.

def Fibonacci(n): 
    if n < 0: 
        print("Incorrect input")
    elif n == 1: 
        return 0
    elif n == 2: 
        return 1
    else: 
        return Fibonacci(n - 1) + Fibonacci(n - 2)
  
print(Fibonacci(100))

How to Star โญ

If you enjoyed this repo or find them inspiring, don't forget to โญ the repository! Your support is appreciated.

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details. ๐Ÿ“œ

MIT License

Copyright (c) 2021 CodeMacrocosm

Contributors ๐Ÿ™Œ

A big thanks to all the creative minds who have contributed.

Now, let the creation begin! ๐ŸŽจ

Happy coding! ๐Ÿš€๐ŸŽ‰

Happy Hacking! ๐ŸŽƒ๐Ÿ‘พ


Maintained by @shreyamalogi ๐ŸŒŸ

Thanks for contributing ! We appreciate your support and look forward to seeing your awesome code snippets. ๐Ÿš€โœจ

snip-a-thon-21's People

Contributors

aniketprabhakar avatar anwarali143 avatar basicnik avatar chandrasangna avatar chayan-11 avatar ehdattavallabh avatar gangothrim711 avatar gdsghost avatar gracebewithyou avatar karr007 avatar kishorkrishnak avatar kittu2karthik avatar mittapallypoojareddy avatar mounikakongara avatar niharikaponugoti avatar nithishrcta avatar piyushdhir1 avatar prakash-sah-lab avatar praneeth2yadav avatar princechandapillai avatar rashmildp avatar rd91 avatar salmanprottoy avatar shanbinary avatar shashankjais128 avatar shebacarolyn avatar shreyamalogi avatar shruthi-kotawar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.