Skip to content
View hrldcpr's full-sized avatar
Block or Report

Block or report hrldcpr

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
hrldcpr/README.md

πŸŒ‘πŸŒ’πŸŒ“πŸŒ”πŸŒπŸŒ–πŸŒ—πŸŒ˜πŸŒ‘

Pinned

  1. pcollections pcollections Public

    A Persistent Java Collections Library

    Java 755 77

  2. javascript-coroutines javascript-coroutines Public

    a demonstration of using coroutines to handle Javascript events

    HTML 53 3

  3. Bezier.hs Bezier.hs Public

    BΓ©zier curves in Haskell

    Haskell 29 4

  4. ExtendNY ExtendNY Public

    the Manhattan grid extended to every point on Earth

    JavaScript 4

  5. elm-cons elm-cons Public

    A non-empty list data structure for Elm.

    Elm 6 1

  6. one-line tree in python one-line tree in python
    1
    # One-line Tree in Python
    2
    
                  
    3
    Using Python's built-in [defaultdict](http://docs.python.org/library/collections.html#collections.defaultdict) we can easily define a tree data structure:
    4
    
                  
    5
    ```python