Skip to content
View thomasbrus's full-sized avatar

Highlights

  • Pro

Organizations

@open-review @bookingexperts
Block or Report

Block or report thomasbrus

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. interpres interpres Public

    Interpres: a special kind of Lisp.

    Java 1

  2. sudoku-solver sudoku-solver Public

    A sudoku solver in Haskell with a nice GUI.

    Haskell 2 2

  3. parser.exs parser.exs
    1
    defmodule Parser do
    2
      import Enum, only: [
    3
        take_while: 2,
    4
        drop_while: 2,
    5
        split_with: 2,
  4. graph.clj graph.clj
    1
    (ns hypergraph.core
    2
      "A clojure library for dealing with undirected (hyper)graphs."
    3
      (:gen-class)
    4
      (:use (clojure set)))
    5
    
    
  5. decision-tree decision-tree Public

    Decision tree (C4.5) in Elixir.

    Elixir

  6. gaddag gaddag Public

    Implementation of the GADDAG data structure

    Ruby 3 1