Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 2.35 KB

File metadata and controls

76 lines (58 loc) · 2.35 KB

csci000-astudent

A sample github repo demonstrating how to turn in assignments and labs

Name Value
Course CSCI111 - CS1: Foundations of Computer Science
Section 3
Semester Fall 2020
Student A Student
Mav Username astudent
GitHub Username gituser123
Repository https://github.com/rambasnet/csci000-astudent

Assignments

Assignment #2

Name Value
Name Egypt
Description egypt problem on Kattis
Due Date 1-Feb-2020
Status Complete
Location https://github.com/rambasnet/csci000-astudent/tree/master/assignments/cpp/egypt
Self Grade 80/100
Notes completed the solution; couldn't write test cases

Assignment #1

Name Value
Name Hello World
Description A basic hello world program
Due Date 1-Jan-20
Status Done
Location https://github.com/rambasnet/csci000-astudent/tree/master/python/hello
Self Grade 100/100
Notes completed all the requirements and tested program many times; solution accepted by kattis; screenshot found in the same location

Labs

Lab #2

Name Value
Name 2 - Functions and Unittest Lab
Description Lab covering standard input and output
Due Date 10-Jan-20
Status complete
Location https://github.com/rambasnet/csci000-astudent/tree/master/labs/cpp/stdio
Self Grade 100/100
Notes typed the given code stub; fixed all the fixmes; learned about stdio

Lab #1

Name Value
Name 1 - Std IO Lab
Description Lab covering standard input and output
Due Date 10-Jan-20
Status complete
Location https://github.com/rambasnet/csci000-astudent/tree/master/labs/cpp/stdio
Self Grade 100/100
Notes fixed all the fixmes; learned about stdio; stdio is the fundamental building blocks in coding

References

  1. How to turn in assignments on GitHub
  2. Git Started
  3. Markdown Syntax