Skip to content
View branscha's full-sized avatar
  • Belgium
Block or Report

Block or report branscha

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 100 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
branscha/README.md

Repositories

Applications

  • Tripline: Security application to detect modifications in the file system.
  • Bing Wallpaper: Wallpaper for Ubuntu.

Libraries

  • Java
    • JSON utilities: Parse/render JSON text. Well tested, minimal library without external dependencies.
    • Scripty: Embeddable scripting language, similar to lisp. Can be embedded in annotations, custom CLI's, you name it.
    • JSON Tools: Map JSON data to/from Java classes.
  • JavaScript
    • Bytes: Manipulating byte strings.
    • Hex: Encode-decode texts to/from hexadecimal format.
    • Base64. Encode-decode strings to/from base64 format.
  • Perl
    • Repl Loop Console application with custom commands.

Pinned

  1. lib-jsonutil lib-jsonutil Public

    Utility class to parse/render JSON text.

    Java

  2. lib-scripty lib-scripty Public

    A complete command language for embedding in Java applications. It includes a complete debugging system.

    Java

  3. app-tripline app-tripline Public

    A command line tool to verify file and directory modifications.

    Go