Skip to content
View jliuhtonen's full-sized avatar
🦡
🦡
  • Helsinki, Finland
  • 11:17 (UTC +03:00)

Organizations

@reaktor @baconjs
Block or Report

Block or report jliuhtonen

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. blu-hawaii blu-hawaii Public

    Scrobble to Last.fm from BluOS players

    TypeScript 2 1

  2. nightvision nightvision Public

    Lenbrook Service Discovery Protocol implementation for Node.js

    TypeScript

  3. Reader monad in Elm for fun and profit Reader monad in Elm for fun and profit
    1
    module Reader where
    2
    
                  
    3
    
                  
    4
    type Reader ctx a = Reader (ctx -> a)
    5
    
                  
  4. spirals spirals Public

    Some doodling for fun with PureScript, canvas and the golden spiral

    PureScript 2