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

Block or report dariomannu

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. hellomenu/rimmel hellomenu/rimmel Public

    A Functional-Reactive templating library for the Rx.Observable Universe.

    TypeScript 13 3

  2. cubelets/iplug cubelets/iplug Public

    The lightest JavaScript plugin system for the Map/Reduce World

    JavaScript 3

  3. hellomenu/leaping-bunny hellomenu/leaping-bunny Public

    A Cruelty-Free Testing library for Observable Streams

    TypeScript

  4. lennym/timeliner lennym/timeliner Public

    Browser Performance Timeline Analyser

    JavaScript 20 4

  5. RaspberryCar RaspberryCar Public

    Raspberry PI R/C car controller

    JavaScript 1

  6. A JavaScript solution using Generato... A JavaScript solution using Generators to the challenge on http://lisperator.net/blog/a-little-javascript-problem/ by @mishoo
    1
    var numbers = range(1, 10);
    2
    numbers = map(numbers, function (n) { return n * n });
    3
    numbers = reverse(numbers);
    4
    foreach(numbers, console.log);
    5