FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

APCSLowell/SampleAssignmentSimple · GitHub

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Assignment - (Basic Workflow)

This Sample Assignment will go through the workflow of Processing and GitHub that you will use for your subsequent assignments.

  1. Sign up for a free GitHub account if you don’t already have one and sign in to your GitHub account

  2. Fork this repository. Forking is making a copy of the repo (that's short for repository). It's like copying a google doc. Click on the Fork button at the top right corner.

  3. Click on the SampleAssignmentSimple.pde file

  4. Click and drag to select the code on lines 1 through 21. Then press Ctr + c to copy the code.

  5. Open Processing. On the school computers you can find it in C:Program Files | Processing-2.2.1

  6. Choose Edit | Paste to paste the code into Processing

  7. To run the program in Processing, press the play button

  8. To put a modified program back on to GitHub Choose Edit | Select All and then Edit | Copy to copy the code. On the GitHub website, choose the .pde file and click the pencil to edit. Paste your code into GitHub

  9. To save your changes, scroll down and click on Commit Changes

  10. Now, click on index.html and then click on the pencil. Change the Title, Header and Footer of your webpage. Scroll down and click on "Commit Changes"

  11. To enable a web page for your program, click on Settings.

  12. Scroll down to the area marked GitHub Pages, and choose Master branch. Click save and you should see a message with the URL of your webpage

  13. Submit the URL of your finished assignment to google classroom

About

No description, website, or topics provided.

Resources

Stars

6 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL