Code Monkey home page Code Monkey logo

shruti0419 / septocode-21 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dsc-cetb/septocode-21

0.0 0.0 0.0 2.51 MB

This September, get ready to beat your brains out for the GDSC Club. Starting from 20th September, all the contributors will be provided with simple programming questions,one per day, which can be written using any programming language of preference. The submissions will be accepted through Google Forms after thorough checking.

septocode-21's Introduction

Septocode 21

Septocode

Hello Everyone!๐Ÿ‘‹

Septocode 21 is a 21 days programming event for students to develop basic programming skills which will be helpful to them while working in various domains in future while inculcating a habit to code daily.๐Ÿง‘๐Ÿ’ป

Starting from 21st September, all the contributors will be provided with simple programming questions, one per day, which can be written using any programming language such as C/C++/Java/Python or any language of preference and will be submitted every day. The contributor has to submit the code and the output generated through google forms which will be accepted after thorough checking. ๐Ÿ‘จโ€๐Ÿ’ป

Steps to Follow: โœ๏ธ

  • The question of each day will be available from the start of the day.
  • The submission form will be open from 10:00am to 11:59pm each day.
  • Check the question of the day in the GitHub repository. (You may download the question or fork the repository)
  • Download the test cases file.
  • You can then start working on the question.

Submission Guidelines ๐Ÿ“˜

  • The google form mentioned below is where the code file and output file are to be submitted on a daily basis.โฒ๏ธ

    Google form - submission_link
    Sunday Ideation - submission_link

  • To generate the output file, follow the below instructions in the command prompt:

    • Firstly, make sure that the code and input file are in the same directory.

    • Then from the directory, open command prompt.

    • Type the code shown below in the cmd for the language of your preference, to generate the output file to be submitted. This output should be the output of the test case (input_problem statement number.txt), e.g. - input_1.txt for day 1, provided with the problem statement.

      i. For C++/C

      g++/gcc file.cpp -o file.exe
      
      file.exe < ip.txt > op.txt
      

      ii. For Java

      javac file.java 
      
      java file < ip.txt > op.txt
      

      iii. For Python

      python file.py < ip.txt > op.txt
      

YouTube Link

We have provided a video for your better understanding of how to submit the files.

submission_demo (Please ctrl/cmd+click on the link, the thing you are trying doesn't work on github ) ๐Ÿคท

Naming Convention:

The program files should be submitted, strictly following the naming convention mentioned.

The name format for the file submission is:

Code File: name_dayNo.extension

      Eg: RupeshMishra_day1.py(if your code is in python)         

Output File: name_dayNo_output.txt

      Eg: RupeshMishra_day1_output.txt

Programming Languages Used to generate Output Files:

  • C
  • C++
  • Java
  • Python

You are not bound to these 4 languages only. Feel free to code in any other language and contact us while facing any problems.

Plagiarism โ—

There will be a very meticulous checking of all the code and output files so please refrain from performing any sort of plagiarism following which you will not be allowed to participate further in the event. โŒ

Note ๐Ÿ“

  • Only those partcipants who make a valid submission on each of the 21 days shall be eligible for the Certificate.

For Any Queries ๐Ÿ—ฃ๏ธ

If you have any queries , please reach out to us on discord.

Discord

Happy Coding!โœจ

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.