Skip to content
View hrldcpr's full-sized avatar

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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
hrldcpr/README.md

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

Pinned Loading

  1. pcollections pcollections Public

    A Persistent Java Collections Library

    Java 783 82

  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

    PureScript 29 4

  4. ExtendNY ExtendNY Public

    the Manhattan grid extended to every point on Earth

    JavaScript 5

  5. elm-cons elm-cons Public

    A non-empty list data structure for Elm.

    Elm 7 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