inickt / cs4500-mineola-kilgore

Part 1 and 2 of software dev project

Home Page:https://felleisen.org/matthias/4500-f20/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Part 1 and 2 of software dev project

https://felleisen.org/matthias/4500-f20/index.html


Languages

Language:Racket 100.0%Language:Shell 0.0%