Giter Site home page Giter Site logo

unterrainerinformatik / java Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 4.68 MB

Console progress bar, splitstopwatch (debug-timer), null-annotations, CSV-reader and CSV-writer, various tools and data-structures.

Java 100.00%
csv-reader csv-writer console-progressbar progressbar stopwatch split start stor pause null-annotations

java's Introduction

/**************************************************************************
 * 
 * Copyright (c) Unterrainer Informatik OG.
 * This source is subject to the Microsoft Public License.
 * 
 * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
 * All other rights reserved.
 * 
 * (In other words you may copy, use, change and redistribute it without
 * any restrictions except for not suing me because it broke something.)
 * 
 * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
 * KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
 * PURPOSE.
 * 
 ***************************************************************************/

Issue Stats Issue Stats

![Help Wanted Issues](https://badge.waffle.io/unterrainerinformatik/java.svg?label=help%20wanted&title=Help Wanted Issues)

General JAVA Tools

This section contains various useful projects that should help your development-process.

The general JAVA tools section of our GIT repository is free. You may copy, use or rewrite every single one of its contained projects to your hearts content. In order to get help with basic GIT commands you may try the GIT cheat-sheet on our homepage.

This repository is private since this is the master- and release-branch. You may clone it, but it will be read-only.
If you want to contribute to our repository (push, open pull requests), please use the copy on github located here: the public github repository

All of our projects facilitate the Project Lombok. So please download it and 'install' it in your preferred IDE by clicking on the downloaded jar-file. Then all compile-errors should vanish.
Beware: Project Lombok currently doesn't play well with Eclipse Mars (4.5). You'll get build-errors using the extension methods as of now.

utils

This jar contains various utility-classes used throughout our programs.
Feel free to use them or help correcting errors or writing tests on the develop-branch of this git-repository.

For additional information check the readme.md file in the sub-directory.

Apache Maven artifact to use in your pom
<dependency>
    <groupId>info.unterrainer.java.tools</groupId>
    <artifactId>utils</artifactId>
    <version>0.2</version>
</dependency>

data-structures

This jar contains several classes designed to do common tasks.

For additional information check the readme.md file in the sub-directory.

Apache Maven artifact to use in your pom
<dependency>
    <groupId>info.unterrainer.java.tools</groupId>
    <artifactId>data-structures</artifactId>
    <version>0.2</version>
</dependency>

console-progressbar

The console-progressbar is designed to show progress when writing long-running console-applications.
It was designed to be used with consoles that support control-characters (like cmd) or that don't (Eclipse console implementation before Mars (4.5)).

For additional information check the readme.md file in the sub-directory.

Apache Maven artifact to use in your pom
<dependency>
    <groupId>info.unterrainer.java.tools.reporting</groupId>
    <artifactId>console-progressbar</artifactId>
    <version>0.2</version>
</dependency>

splitstopwatch

This class implements a stopWatch.

Additionally to the normal stopWatch-functionality it may be used to debug out split-times as well. It measures the split-times and keeps track of the overall times in a variable.

For additional information check the readme.md file in the sub-directory.

Apache Maven artifact to use in your pom
<dependency>
    <groupId>info.unterrainer.java.tools.reporting</groupId>
    <artifactId>splitstopwatch</artifactId>
    <version>0.2</version>
</dependency>

csv-tools

This library should ease dealing with (admittedly legacy) CSV files.
For the younger ones: CSV means Comma Separated Values and is a very old system to write lists to files. It's commonly used to export to Excel since that is the default program to open .csv files on most systems.

For additional information check the readme.md file in the sub-directory.

Apache Maven artifact to use in your pom
<dependency>
    <groupId>info.unterrainer.java.tools</groupId>
    <artifactId>csv-tools</artifactId>
    <version>0.2</version>
</dependency>

nullannotations

This project contains an implementation of annotations that may be used as a replacement for the (more common) Eclipse null-annotations.

For additional information check the readme.md file in the sub-directory.

Apache Maven artifact to use in your pom
<dependency>
    <groupId>info.unterrainer.java.tools</groupId>
    <artifactId>nullannotations</artifactId>
    <version>0.2</version>
</dependency>

This program is brought to you by Unterrainer Informatik
Project lead is Gerald Unterrainer

java's People

Contributors

gufalcon avatar kju2 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

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