Skip to content
View thomasbrus's full-sized avatar

Organizations

@open-review @bookingexperts

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.

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

Pinned Loading

  1. stimulus-reactive-ui stimulus-reactive-ui Public

    A reactive UI system built on top of Stimulus.js that enables declarative, state-driven interfaces with minimal JavaScript.

    HTML 2

  2. interpres interpres Public

    Interpres: a special kind of Lisp.

    Java 1

  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. sudoku-solver sudoku-solver Public

    A sudoku solver in Haskell with a nice GUI.

    Haskell 2 2

  6. decision-tree decision-tree Public

    Decision tree (C4.5) in Elixir.

    Elixir