Skip to content

oplS15projects/FP2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Final Project Assignment 2: Explore One More! (FP2)

DUE March 30, 2015 Monday (2015-03-30)

This is just like FP1, but where you do a different library. (Full description of FP1 is on Piazza.)

During this assignment, you should start looking for teammates. See the project schedule on Piazza.

Write your report right in this file. Instructions are below. You can delete them if you like, or just leave them at the bottom. You are allowed to change/delete anything in this file to make it into your report. It will be public.

This file is formatted with the markdown language, so take a glance at how that works.

This file IS your report for the assignment, including code and your story.

Code is super easy in markdown, which you can easily do inline (require net/url) or do in whole blocks:

#lang racket

(require net/url)

My Library: (library name here)

Write what you did! Remember that this report must include:

  • a narrative of what you did
  • the code that you wrote
  • output from your code demonstrating what it produced
  • any diagrams or figures explaining your work

The narrative itself should be no longer than 350 words. Yes, you can add more files and link or refer to them. This is github, handling files is awesome and easy!

Ask questions publicly in the Piazza group.

How to Do and Submit this assignment

  1. To start, fork this repository.
  2. Modify the README.md file and commit changes to complete your solution.
  3. (This assignment is just one README.md file, so you can edit it right in github without cloning)
  4. (You may need to clone and push if you want to add extra files)
  5. Create a pull request on the original repository to turn in the assignment.

About

Explore another library! Due 2015-03-30

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published