Giter Club home page Giter Club logo

oop's Introduction

project oop

This is the project for exercising the lecture object-oriented programming. The project is a code base in the Java programming language and contains several basic classes as example programs of OOP. Those classes are declared in files located in the subdirectory src/main/java/.

To build the code of the project, you will needs to execute the following command after installing Apache Maven.

mvn package

The command will produce the oop-1.0-SNAPSHOT.jar file in the target directory, which contains compiled code of the classes.

For example, you can execute program with the jar, like the following command

java -cp target/oop-1.0-SNAPSHOT.jar oop.nonmod.markdown.NonModMarkdown readme.md readme.html

This will execute the class from the file src/main/java/oop/markdown/nonmod/NonModMarkdown.java and takes 2 arguments readme.md and readme.html. The NonModMarkdown class reads the file specified as the first argument and converts it to the file specified as the second argument.

The project currently contains the following programs

  • oop.sprite.* : tiny sprite example
  • oop.stack.* : stack example
  • oop.drawing.* : drawing figure apps
  • oop.markdown.* : simplified markdown processor
  • oop.nonmod.markdown.* : non-modular version of simplified markdown processor
  • oop.nonmod.chat.* : non-modular version of chat server and client
  • oop.pattern.* : design-pattern examples
  • oop.tdd.* : TDD steps
  • oop.concurrent.* : concurrent and parallel examples

oop's People

Contributors

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