killerswin2 / cse1325-prof

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:C++ 84.8%Language:Makefile 7.3%Language:Java 6.5%Language:PHP 1.2%Language:Python 0.1%Language:Shell 0.1%Language:C 0.0%Language:Nim 0.0%