Giter VIP home page Giter VIP logo

graphingcalculator's Introduction

Graphing Calculator

The best graphing calculator NA

Follow the below instructions to setup everything for the class project. If you don't follow these guidelines and end up losing some of your work, that's on you and you'll have to redo it. Sorry :(

#####Getting Started

  1. Download Git. Git allows programmers to seamlessly share their project classes with the rest of their team, ensuring that no progress is lost and everyone can receive and up-to-date copy whenever they want. Note: If you're using a school computer, you should save this to your student data drive so you don't have to download it every time you turn on the computer.
  2. Create your project folder. This folder will contain all the project files as well as the git repository. Again, if you're using a school computer you should create this in your student data drive.
  3. Create a GitHub Account. This is required for both the group chat (below) and to use Git properly.
  4. Set Up Git. This page is really helpful when it comes to using and setting up Git for the first time. During the first meeting Jake and Owen will be making sure everyone has succesfully set up Git.
  5. Keep Everyone Updated. Although only Jake and Owen really need your code, everyone should be able to check it out and see what you're doing if they want to. Every time you make some major changes to your code, open up Git and use the following commands:
git add * 
git commit -m "Your message here. Describe the changes in one line or less."
git push

You should also "pull" all new changes people have made to your project folder every once in a while as well. "Pulling" from the GitHub repository basically just means updating your local project folder with the up-to-date remote project's contents. To do this, you can usually use the below commands:

git add * (Note: Only required if you've recently made changes without commiting them.)
git commit -m "Your message here. Describe the changes in one line or less." (Note: Only required if you've recently made changes without commiting them.)
git pull origin master

That's it! Using Git and GitHub will probably take some getting used to, but you'll get it. Also be sure to click the button below to join the "Gitter Chat", which is how we can all communicate about the project and whatever.

Join the chat at https://gitter.im/McFeelio/GraphingCalculator

#####Daily Meeting Archive

graphingcalculator's People

Contributors

canadiann1nj4 avatar thekronk avatar owenmcneil avatar gaskini avatar gitter-badger avatar

Watchers

 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.