Giter Site home page Giter Site logo

2020_hackathon's Introduction

2020 Hackathon

Date: Saturday, April 4th, 2020

Time: 9:00am - 4:00pm PDT

Theme: Mt. Shasta

Sponsors:

Shasta Networks Logo Southern Oregon University Seal Alan & Priscilla Oppenheimer Foundation Logo

Prerequisites

  • You must have a GitHub account. You can sign up for free at github.com!

Getting Started

  1. Navigate to the Hackathon GitHub project at https://github.com/shasta-sou-hackathon/2020_hackathon.
  2. Click on the "Fork" button at the top of the page and create your own fork of the project.
  3. Create a new folder on your computer and clone your fork of the project into that folder:
    git clone https://github.com/<your_account_name>/2020_hackathon.git
  4. Import the project into your favorite IDE and start getting creative with your code!

Rules

  • All code must be written in Java and/or Python.
  • All code submissions must be received by 5:00pm PDT on the day of the event (see the Submissions section below). Any commits after this time will be ignored.
  • Have fun!

Submissions

When you are done writing your code, it's time to commit your changes to the Git project and push up your code for submission.

First, add all your code:

git add --all

Next, commit all your changes (the commit message is up to you):

git commit -m 'My 2020 Hackathon submission!'

Finally, push your commit up to your GitHub fork:

git push origin master

Note: We encourage you to make commits of your code throughout the Hackathon (this is good practice to save your work)!

Judging

  • Only your master branch will be judged. However, feel free to use other branches during your development.
  • The following criteria will be considered for judging:
    • Creativity/Originality - How cool/unique was your idea? Does it tie in well with the Mt. Shasta theme?
    • Code Elegance - How does your code flow? How is the structure/formatting?
    • Technical Difficulty - How difficult is your code to understand? Does it solve problems efficiently or by brute force?
    • Polish - Did you spend any time on finishing touches or just call it "good enough"?
    • Functionality - Does it work?

Shasta Networks will announce 1st, 2nd, and 3rd place winners by the following weekend.

2020_hackathon's People

Contributors

libantema avatar

Watchers

James Cloos 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.