Due at 4:59pm on Monday, 9/26/2016
Name: NAME
ONID ID: ONID_ID
This assignment is intended to get you up and running with some of the tools we'll be using in this course. It should be very straightforward. It has two parts.
Use this link to sign up for CS 261 on Piazza using your ONID email address: https://piazza.com/oregonstate/fall2016/cs261
We'll be using Piazza in this course for Q&A because it's geared towards students helping other students with the class. Anyone can post or answer a question on Piazza, even anonymously, and the instructor and TAs can revise and endorse student answers, which means you can be confident in the quality of the response.
You are strongly encouraged to post any class-related querstions to Piazza first instead of emailing the instructor or TAs. You should also get in the habit of checking in to Piazza to answer other students' questions. This will not only enable everyone to get help quickly, but it will also help you improve your understanding of the material, since teaching someone else is the best way to learn something.
As an incentive to use Piazza, extra credit will be awarded to the most active Piazza participants at the end of the class.
The other tool we'll be using quite a bit for this course is Git/GitHub. You're already here looking at this assignment, so we know you've got at least some Git/GitHub skills. Practice a little more by following these steps:
- If you're new to Git and GitHub, take a few minutes to follow these two tutorials:
We'll be using Git and GitHub heavily in this course, so it'll pay off to put in the time now to learn how to use them.
-
Commit and push a change to this
README.mdfile in which you replaceNAMEandONID_IDabove with your actual name and ONID ID. -
Add, commit, and push a new file
about_me.mdthat contains these details:
- Your name and what you prefer to be called (if it's different)
- Your major and year of study
- The answer to this question: have you signed up for Piazza?
- A description of the most interesting fact about you or the most unique experience you've had. Include only what you can think of and write down in two minutes, maximum.
You can refer to this brief guide on Markdown (essentially enhanced .txt) for formatting help: https://guides.github.com/features/mastering-markdown/.
- Add, commit, and push a new file
me.jpg(orme.pngor whatever image format you have) containing a photo with a clear picture of your face.
Submit the assignment via GitHub Classroom by the due date above.
The assignment is worth 100 total points, broken down as follows:
- 50 points: Signed up for Piazza
- 50 points: Followed the instructions for using Git/GitHub
- 10 points: Updated
README.mdwith the right info - 20 points: Added
about_me.mdwith the requested info - 20 points: Added
me.jpgwith a photo containing a clear picture of your face
- 10 points: Updated