Skip to content
View telekosmos's full-sized avatar
💭
👻
💭
👻
Block or Report

Block or report telekosmos

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 Loading

  1. Remove duplicates from js array (ES5... Remove duplicates from js array (ES5/ES6)
    1
    var uniqueArray = function(arrArg) {
    2
      return arrArg.filter(function(elem, pos,arr) {
    3
        return arr.indexOf(elem) == pos;
    4
      });
    5
    };
  2. docker-hadoop-spark docker-hadoop-spark Public

    Forked from Marcel-Jan/docker-hadoop-spark

    Multi-container environment with Hadoop, Spark and Hive

    Shell 1

  3. pfp-ts pfp-ts Public

    Experiments on functional programming with fp-ts

    TypeScript