Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. tyrone

    Advent of Code

    Advent of Code --- The challenges are relatively small. I'd imagine you'd all enjoy this. Have fun!
  2. tyrone

    Suggestion Introducing additional formatting BB Code tags

    The suggested tags are: Horizontal Rule Subcode Demonstrated using SnackOverflow: This sort of code would be generated using the following code: Horizontal bar: [hr] Regular text Subcode text Regular text --- The horizontal rule would used to separate subtopics in a more concise manner...
  3. tyrone

    Iterable support for contains/query methods.

    Hello. I've noticed that a few methods could benefit from the usage of iterable data types. Name ones such as: Inventory#containsAllOf(int[]) Bank#containsAnyOf(int[]) GroundItems#getLoaded(String[]) Just to name a few. This could work quite well with the changes to collections from Java 8...
Top