Skip to content

oplS15projects/FP1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Final Project Assignment 1: Exploration (FP1)

DUE March 25, 2015 Wednesday (2015-03-25)

Full assignment specfication is 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, FYI.

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)

(define myurl (string->url "http://www.cs.uml.edu/"))
(define myport (get-pure-port myurl))
(display-pure-port myport)

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. You might want to Clone this repository to your computer
  3. (This assignment is just one README.md file, so you can edit it right in github without cloning if you like)
  4. Modify the README.md file and commit changes to complete your solution.
  5. Push/sync the changes up to your GitHub (skip this if you didn't clone)
  6. Create a pull request on the original repository to turn in the assignment.

About

Final Project Assignment 1: Exploration (FP1) DUE 3/25

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published