Skip to content
View olligobber's full-sized avatar

Organizations

@souffle-lang
Block or Report

Block or report olligobber

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

Pinned

  1. ProofCheck ProofCheck Public

    Proof Checker for a system of Propositional Logic

    PureScript

  2. openBridge openBridge Public

    An open source bridge scorepad

    PureScript 1 1

  3. DirectProof DirectProof Public

    Create direct proofs automatically

    Haskell 1

  4. Abuses Haskell Monads to simulate Qu... Abuses Haskell Monads to simulate Quantum BogoSort.
    1
    module QuantumBogoSort (sort, sortBy) where
    2
    
                  
    3
    import Data.List (permutations)
    4
    import Control.Monad (guard)
    5
    
                  
  5. IotaBF IotaBF Public

    Tools for making and executing Iota programs, including a BrainFuck interpreter.

    Haskell 2 1

  6. Truth-Table-o-Matic Truth-Table-o-Matic Public

    Generates truth tables

    Haskell