Giter VIP home page Giter VIP logo

h6-fall19's Introduction

H6-Fall19

In this homework you will use regex to find data in a file.

Read Homework6-instrucutions.pdf for the instructions and grading rubric.

To clone this repository to your local computer:

  • Open a terminal window on your local computer
  • Change directory (cd) to where you want to put this repo
  • git clone URL for this repository (see slide 15 from Wednesday Sept 18 - Git and Github-v3.ppt)
  • Modify mystery.py in your IDE (Visual Studio Code). After you get something working you should go ahead and do a commit. Remember that you need to do at least 3 commits from now on on each homework and project. Each commit is worth 5 points and you can earn a maximum of 15 points on a homework or project

When you are ready to do a commit

  • Open a terminal window
  • Change directory to your repository
  • git add mystery.py #to add the file to the staging area
  • git status # to check that the file is in the staging area
  • git commit -m "Message" # Replace Message with some text that explains the current state of your file
  • git push -u origin master # To push your commits to github

Be sure to turn in a link to your repo on Canvas by the due date! You don't have to upload any files to Canvas.

h6-fall19's People

Contributors

barbarer avatar

Watchers

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