Skip to content
View arunbear's full-sized avatar

Block or report arunbear

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. literate-testing-java literate-testing-java Public

    Examples of how to write unit tests so they read like a specification

    Java

  2. Sokoban.Java Sokoban.Java Public

    Forked from Gimligili/Sokoban.Java

    Java-based implementation of classic Sokoban game. Contains pre-built levels, custom level editor, and loader. Easy to play, challenging to master. Provides hours of fun for casual and serious game…

    Java

  3. literate-testing-python literate-testing-python Public

    How to write unit tests so they read like a specification

    Python

  4. literate-testing-kotlin literate-testing-kotlin Public

    Examples in Kotlin of how to write unit tests so they read like a specification

    Kotlin

  5. Selecting a whole method in Vim (Java) Selecting a whole method in Vim (Java)
    1
    " Select the current method
    2
    "
    3
    " ]M move to the end of the method
    4
    " V  enter visual line mode
    5
    " %  move to the matching open brace