Giter Club home page Giter Club logo

lmu-programming-lab-projects's Introduction

2016 Spring Programming Lab Projects

Description

This repository contains various projects for LMU CMSI 186: Programming Lab.

Update June 21, 2019 – Revisiting this repository after a few years, as I am organizing some of my old projects. I wish I put the assignment descriptions in each folder at the time I was taking this class. I can't track down the original descriptions, so all that is left is the original code.

How To Run

Note: You'll need a working version of Java on your machine to run these programs.

Clone the repository using

git clone [email protected]:bdavs3/lmu-programming-lab-projects.git

From there, you can cd into one of the assignment folders, for example:

cd BigInteger

For folders that have a test harness, you can look at the test code to see some example input/outputs for the main program (and whether they succeed). Compile the test harness like so:

javac BigIntegerTestHarness.java

at which point you can run the harness:

java BigIntegerTestHarness

For folders that don't have a test harness, you'll have to try the program out yourself. The READMEs in each folder will show you what the program does and what kind of args you need to supply. For example:

javac DateDistance.java
java DateDistance 10 3 1996 6 21 2019
8296 // the amount of days between Oct. 3, 1996 and Jun. 21, 2019

lmu-programming-lab-projects's People

Contributors

bdavs3 avatar donmurphycs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.