Skip to content

killerswin2/cse1325-prof

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE 1325-002 and -003

Spring 2021

This repository includes code that complements each lecture, suggested solutions for each assignment, and additional example code for my Object-Oriented Programming in C++ class.

Cloning to your local machine

To create a folder in your virtual machine that is linked to this repository, go to your home directory (e.g., cd), copy the following command (e.g., select and Ctrl-c) and paste it into your terminal (e.g., Ctrl-Alt-t then right-click -> Paste):

git clone https://github.com/prof-rice/cse1325-prof.git

To download changes within your terminal at any later time, change to your cse1325-prof directory (e.g., cd ~/cse1325-prof) and type:

git pull

If that doesn't work, just delete it and clone it again!

Working with your local clone

After cloning, you can list text files in bash using

cat filename

If you're using the supplied virtual machine, you may edit / view any file with an associated application by just typing

e filename

If you're using any other bash shell, something like gedit filename or nano filename should work. In a pinch xdg-open filename should open filename in the application associated with that file type.

Students from previous semesters

If you have used this repository during a previous semester, be advised that it is restarted each semester. Previous editions have been renamed as shown below (named for start of term in YYYYMM format).

And before upcoming students get too excited, assignments change every semester, so ixnay on any eatingchay plans! ;-)

https://github.com/prof-rice/cse1325-prof-202001

https://github.com/prof-rice/cse1325-prof-202008

About

Code examples, homework solutions, and other resources for my CSE1325 students.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.8%
  • Makefile 7.3%
  • Java 6.5%
  • PHP 1.2%
  • Python 0.1%
  • Shell 0.1%