Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

inickt/cs4500-mineola-kilgore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mineola

This repository contains the work of Nick Thompson and Jake Hansen for Prof. Matthias Felleisen's section of CS4500 Software Development in the Fall 2020 term.

TAHBPL Assignments

B – Command Line

B

xyes will continuously print out the value of args as written, or hello world if no args are provided, ignoring whitespaces and joining all values in args with a single space.

Usage

./xyes [OPTIONS] [optional args]
OPTIONS

-limit is the only supported flag for this program, and limits the output to 20 lines.

File strucutre

B/
├─ xyes
└─ Other/
   └─ xyes.rkt
xyes

The executable file for this assignment

Other

Contains auxiliary files for this assignment

xyes.rkt

The source code for xyes

Tests

Tests can be run using the command raco test B/ when you are in the root of the repository.

C – JSON TODO
D – GUI TODO
E – TCP TODO

Projects

Fish

see Fish/README.md for now

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages