Skip to content
View PiotrJander's full-sized avatar

Block or report PiotrJander

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Popular repositories Loading

  1. chess chess Public

    Java 2

  2. graphite-test graphite-test Public

    2

  3. thesis thesis Public

    Agda 1

  4. oplss-staton oplss-staton Public

    Code accompanying Sam Staton's lecture at OPLSS 2019: https://www.cs.uoregon.edu/research/summerschool/summer19/topics.php

    Haskell 1

  5. GameOfLife GameOfLife Public

    An implementation of the famous cellular automaton. The program takes as its input an RLE file describing the initial layout of cells, parses the file, and then animates the system’s evolution. Wri…

    Haskell

  6. NaturalLanguagePatternMatcher NaturalLanguagePatternMatcher Public

    The program implements a regex-like pattern matcher which operates on words rather than characters, and thus is convenient for working with natural language. It supports named groups, subpatterns, …

    Python