Giter VIP home page Giter VIP logo

dmgy9103-mobileapps-sp15's Introduction

DM-GY 9103 Mobile Apps

NYU

Basic Information

Getting Started

Setting up your git Repository

(These are the instructions for setting up a public repository, which is recommended)

  • Go to the course git repository (you're probably already here)
  • Create a fork of the repository under your own github account (button is currently on the upper right of the page)
  • On the page for your fork, copy the HTTPS Clone URL (should look like https://github.com/YourGithubUsername/DMGY9103-MobileApps-SP15.git)
  • In your terminal, type the following commands (here's a basic guide if you're just getting started):
  • cd place/you/want/to/do/your/work
  • git clone https://github.com/YourGithubUsername/DMGY9103-MobileApps-SP15.git (replace with your URL)
  • cd DMGY9103-MobileApps-SP15
  • mkdir textbook_work/firstname_lastname (please replace with your name)
  • touch textbook_work/firstname_lastname/.keep (this just creates a blank file)
  • git add .
  • git commit -m 'added my directory for textbook work, whooo!'
  • git push origin master

Submitting Work

As you go through the book, you'll be coding along with the examples in the book. As a general rule, any time the author writes something like "now try running your code, it should work", and your code works, it is time to commit. Commit with the following commands:

  • In Progress ;)

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.