{"id":18948992,"url":"https://github.com/gkapfham/cs280f2015","last_synced_at":"2025-07-29T10:10:10.468Z","repository":{"id":96404397,"uuid":"42905903","full_name":"gkapfham/cs280F2015","owner":"gkapfham","description":"Course Materials for Computer Science 280 Fall 2015","archived":false,"fork":false,"pushed_at":"2018-06-05T21:13:41.000Z","size":1574,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-25T14:46:56.961Z","etag":null,"topics":["html-slides","latex-document","software-engineering","teaching"],"latest_commit_sha":null,"homepage":"http://www.cs.allegheny.edu/sites/gkapfham/teaching/cs280F2015/","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gkapfham.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-09-22T02:20:19.000Z","updated_at":"2018-06-05T21:13:42.000Z","dependencies_parsed_at":"2023-03-13T16:34:03.346Z","dependency_job_id":null,"html_url":"https://github.com/gkapfham/cs280F2015","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gkapfham/cs280F2015","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkapfham%2Fcs280F2015","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkapfham%2Fcs280F2015/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkapfham%2Fcs280F2015/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkapfham%2Fcs280F2015/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gkapfham","download_url":"https://codeload.github.com/gkapfham/cs280F2015/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkapfham%2Fcs280F2015/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267668783,"owners_count":24124967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["html-slides","latex-document","software-engineering","teaching"],"created_at":"2024-11-08T13:15:23.263Z","updated_at":"2025-07-29T10:10:10.440Z","avatar_url":"https://github.com/gkapfham.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Computer Science 280 Fall 2015\r\n\r\nThis repository contains the LaTeX and HTML source code for the laboratory and practical assignments, course review\r\nslides, study guides, and the syllabus for Computer Science 280, Fall 2015.  Taught by [Gregory M.\r\nKapfhammer](http://www.cs.allegheny.edu/sites/gkapfham) in the [Department of Computer\r\nScience](http://www.cs.allegheny.edu) at [Allegheny College](http://www.allegheny.edu), the course has the following\r\ndescription:\r\n\r\n\u003e A study of the principles and concepts used in the specification, design, implementation, testing, and maintenance\r\n\u003e of large software systems. Topics include requirements elicitation and analysis, formal specification, software\r\n\u003e architectures, object-oriented design, software measurement, software testing and analysis, and evolution of a\r\n\u003e program.  Students practice the principles of software development by participating as group members in the creation\r\n\u003e of a significant software application. One laboratory per week. Prerequisites: Computer Science 210 and 220 or\r\n\u003e permission of the instructor. Offered in alternate years.\r\n\r\nThe source code of the LaTeX documents uses a custom LaTeX style file and several other packages that are normally\r\nstandard with a modern LaTeX distribution such a TeXLive 2015. All of the slides are programmed with the\r\n[reveal.js](https://github.com/hakimel/reveal.js/) framework. The background images in the slides were all collected\r\nfrom the [Flickr Creative Commons](https://www.flickr.com/creativecommons/) through the use of the\r\n[cogdog/flickr-cc-helper](https://github.com/cogdog/flickr-cc-helper) tool.\r\n\r\nYou are invited to use this repository as a means for learning more about instruction in a course on the principles of\r\nsoftware engineering. If you find this repository useful, could I trouble you to star it and then acknowledge it in your\r\nown teaching efforts?\r\n\r\nYou can type the following command if you want to clone this repository:\r\n\r\n```shell\r\ngit clone https://github.com/gkapfham/cs280F2015.git\r\n```\r\n\r\nThen, if you want to compile the LaTeX document to a PDF, you should type the following commands. In this example, I\r\nshow how to compile the syllabus for the course.\r\n\r\n```shell\r\ncd cs280F2015\r\ncd syllabus\r\npdflatex cs280F2015_syllabus.tex\r\n```\r\n\r\nIf you want to view the slides, then you should type the following commands. In this example, I show how to view the\r\nslides for the first chapter of one of the course's textbooks.\r\n\r\n```shell\r\ncd cs280F2015\r\ncd slides\r\nchromium-browser cs280_SETP_chapter1.html\r\n```\r\n\r\nPlease note that the LaTeX documents have been compiled on an Ubuntu 15.04 workstation running a very recent version of\r\nLaTeX that was manually installed using the TeXLive installer.  It is also worth noting that you can also compile the\r\ndocuments using other LaTeX development tools, such as `latexmk`. If you are unable to compile the LaTeX source code\r\nwith your development tools and your execution environment, then please open a new issue and I will attempt to resolve\r\nyour concerns.\r\n\r\nAdditionally, the HTML slides have been tested on modern Web browsers (e.g., Chrome and Firefox) that run on the Ubuntu\r\nand Android operating systems.  If the HTML slides do not correctly display on your Web browser, then I also encourage\r\nyou to open an issue so that I can handle the problem that you have found.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkapfham%2Fcs280f2015","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgkapfham%2Fcs280f2015","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkapfham%2Fcs280f2015/lists"}