Code Monkey home page Code Monkey logo

program-3's Introduction

UWW COMPSCI 424 Program 3 in Java

Your notes for me

If you have notes or messages for me, please put them here so I can see them.

About this repository and autograding

Use this template for Operating Systems Program 3 in Java.

To help you get started quickly, the starter code file includes code to process the two command-line arguments and begin processing the setup file. You have my permission to use, modify, or delete this code. There are also hints about other steps to complete in the main program.

Setup files for the two provided test cases are included in the repository's top-level directory as 424-p3-test1.txt and 424-p3-test2.txt. If you are using GitHub Codespaces or Visual Studio Code, I have included predefined run configurations for these test cases using manual or automatic mode.

GitHub Classroom autograding may be enabled for this program, so I would like you to use the following rules to make it easier to compile and run correctly. This template is set up with these rules in mind.

  • Your main class must be named Program3 because GitHub will use the run command java Program3 to run your code. You can add, rename, modify, or combine other files as needed.
  • You will need to add other classes to complete the program, but there's more than one way to do this. Create a class structure that works for you. If you want hints, please ask me; I can give you some.
  • Your Java source code files (.java files) must be stored in the app/src/main/java/compsci424/p3/java directory within your project environment. The Gradle build system will compile all .java files in this directory when you issue a gradle run command. (On Windows, use backslashes '\' instead of forward slashes '/'.)
  • Your Java source code files must also include the package declaration package compsci424.p3;.

This template uses the Gradle build system to build and run your Java code. All of the major Java IDEs (Eclipse, IntelliJ, and NetBeans) support Gradle, and so does Visual Studio Code. You might need to install a Gradle plugin or change a "Build System" setting in your project settings to enable Gradle. Try it and see what happens.

You may use any standard Java class or feature that is supported in Java 17.

If you are encountering problems, please email me with a description of what's happening. I will look at your repository on GitHub to try to help you debug.

Advice for Java programmers

This advice is also posted on the Program 3 page on Canvas. Updates, if any, will be posted there.

program-3's People

Contributors

azuldusk80 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.