https://github.com/yurm04/cisc2350
The companion repository for Fordham University CISC 2350 Info & Web Programming classes
https://github.com/yurm04/cisc2350
css fordham-university html5 lecture-notes php
Last synced: about 1 year ago
JSON representation
The companion repository for Fordham University CISC 2350 Info & Web Programming classes
- Host: GitHub
- URL: https://github.com/yurm04/cisc2350
- Owner: yurm04
- Created: 2017-01-23T04:11:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T18:15:19.000Z (about 9 years ago)
- Last Synced: 2025-03-27T22:13:03.178Z (about 1 year ago)
- Topics: css, fordham-university, html5, lecture-notes, php
- Language: HTML
- Size: 4.21 MB
- Stars: 7
- Watchers: 17
- Forks: 15
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Information & Web Programming
This repo is meant to be a companion for the Fordham University class CISC 2350 Information & Web Programming. It will be the main source for all assignments, lecture notes, projects, and general class materials. To get started, please read the helpful references below and set up your personal `assignments` repositories.
## Table of Contents
- [Assignment Prompts](assignments/)
- [Notes and Resources](notes/)
- [Code Samples](code/)
- [Contributing](contribute/)
## Assignment Prompts and submissions
All assignment prompts can be found in this repo's [`assignments` directory](assignments). Each assignment is labeled with the prompt number or project name, and contains a `README.md` file with the details for that week's assignment.
To submit assignments, [follow the step-by-step instructions](notes/lecture5/1-AssignmentRepo.md) on setting up your own personal assignments repository (locally and on GitHub). The guide focuses on how to create a local and remote version of your assignments repository, as well as the appropriate assignment submission format.
## Lecture notes
Lecture notes for each week can be found in the [`notes`](notes) directory of the repository. Each week contains the topics and materials covered, as well as the accompanying resources that go along with them.
## In-class code samples
There will often be live coding samples demonstrated during our scheduled class time. These samples can be found in the [`samples`](samples) directory. The samples are organized by lecture and class section.
- Section `c01` is the Wednesday night Lincoln Center class.
- Section `e01` is the Monday night Rose Hill class.
So, the code samples for the Lincoln Center, lecture1 session can be found in the `samples/lecture1/c01` directory.
## Contributing
This repo is open source and all are welcome to contribute :tada: Please review the repo [contributing guide](.github/CONTRIBUTING.md) before opening an issue, submitting a pull request, or participating in any open discussions.