Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 599 Bytes

File metadata and controls

21 lines (14 loc) · 599 Bytes

Coe CS Toolbox

Repository of useful tools for CS at Coe. Includes scripts to help management of class repositories and templates for Makefiles.

Makefile

This is a generic Makefile that can be used to easily compile a single executable that depends only it's corresponding source file (.c). Using this file you can type make fun to compile fun.c and output as fun.

git

Collection of git scripts for manipulating a directory full of student repositories.

stableroommate

Directory contains a script and sample files for finding stable pairings based on preference lists.